DBus-1-TQt
1.0
|
#include <tqdbusdata.h>
Public Types | |
typedef TQMapConstIterator< T, TQT_DBusData > | const_iterator |
Public Member Functions | |
TQT_DBusDataMap () | |
TQT_DBusDataMap (TQT_DBusData::Type simpleValueType) | |
TQT_DBusDataMap (const TQT_DBusData &containerValueType) | |
TQT_DBusDataMap (const TQT_DBusDataMap< T > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusData > &other) | |
TQT_DBusDataMap (const TQMap< T, bool > &other) | |
TQT_DBusDataMap (const TQMap< T, TQ_UINT8 > &other) | |
TQT_DBusDataMap (const TQMap< T, TQ_INT16 > &other) | |
TQT_DBusDataMap (const TQMap< T, TQ_UINT16 > &other) | |
TQT_DBusDataMap (const TQMap< T, TQ_INT32 > &other) | |
TQT_DBusDataMap (const TQMap< T, TQ_UINT32 > &other) | |
TQT_DBusDataMap (const TQMap< T, TQ_INT64 > &other) | |
TQT_DBusDataMap (const TQMap< T, TQ_UINT64 > &other) | |
TQT_DBusDataMap (const TQMap< T, double > &other) | |
TQT_DBusDataMap (const TQMap< T, TQString > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusObjectPath > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusUnixFd > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusVariant > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQ_UINT8 > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQ_INT16 > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQ_UINT16 > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQ_INT32 > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQ_UINT32 > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQ_INT64 > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQ_UINT64 > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQString > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQT_DBusObjectPath > > &other) | |
TQT_DBusDataMap (const TQMap< T, TQT_DBusDataMap< TQT_DBusUnixFd > > &other) | |
TQT_DBusDataMap< T > & | operator= (const TQT_DBusDataMap< T > &other) |
TQT_DBusDataMap< T > & | operator= (const TQMap< T, TQT_DBusData > &other) |
TQT_DBusData::Type | keyType () const |
TQT_DBusData::Type | valueType () const |
bool | hasContainerValueType () const |
TQT_DBusData | containerValueType () const |
bool | isValid () const |
bool | isEmpty () const |
uint | count () const |
bool | operator== (const TQT_DBusDataMap< T > &other) const |
void | clear () |
const_iterator | begin () const |
const_iterator | end () const |
bool | insert (const T &key, const TQT_DBusData &data) |
TQMap< T, TQT_DBusData > | toTQMap () const |
TQMap< T, bool > | toBoolMap (bool *ok=0) const |
TQMap< T, TQ_UINT8 > | toByteMap (bool *ok=0) const |
TQMap< T, TQ_INT16 > | toInt16Map (bool *ok=0) const |
TQMap< T, TQ_UINT16 > | toUInt16Map (bool *ok=0) const |
TQMap< T, TQ_INT32 > | toInt32Map (bool *ok=0) const |
TQMap< T, TQ_UINT32 > | toUInt32Map (bool *ok=0) const |
TQMap< T, TQ_INT64 > | toInt64Map (bool *ok=0) const |
TQMap< T, TQ_UINT64 > | toUInt64Map (bool *ok=0) const |
TQMap< T, double > | toDoubleMap (bool *ok=0) const |
TQMap< T, TQString > | toStringMap (bool *ok=0) const |
TQMap< T, TQT_DBusObjectPath > | toObjectPathMap (bool *ok=0) const |
TQMap< T, TQT_DBusObjectPath > | toUnixFdMap (bool *ok=0) const |
TQMap< T, TQT_DBusVariant > | toVariantMap (bool *ok=0) const |
Private Member Functions | |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
const TQT_DBusData::Type | m_keyType |
Private Attributes | |
TQT_DBusData::Type | m_valueType |
TQT_DBusData | m_containerValueType |
Static Private Attributes | |
static const TQT_DBusData::Type | m_keyType |
Friends | |
class | TQT_DBusData |
Class to transport maps of D-Bus data types.
dict
this bindings use the term map
since TQT_DBusDataMap is essentially a TQMapThere are basically two ways to create TQT_DBusDataMap objects:
Example for creating a filled map from content
Example for creating an empty map
Definition at line 38 of file tqdbusdata.h.
typedef TQMapConstIterator<T, TQT_DBusData> TQT_DBusDataMap< T >::const_iterator |
Constant iterator. A TQMapConstIterator with value type specified as TQT_DBusData
Definition at line 82 of file tqdbusdatamap.h.
|
inline |
Creates an empty and invalid map.
Definition at line 89 of file tqdbusdatamap.h.
|
inlineexplicit |
Creates an empty map with the given simple type for values.
The given type has be one of the non-container types, i.e. any other than TQT_DBusData::Map, TQT_DBusData::List or TQT_DBusData::Struct
For creating a map with elements which are containers themselves, use TQT_DBusDataMap<T>(const TQT_DBusData&);
simpleValueType | the type of the values in the new map |
Definition at line 103 of file tqdbusdatamap.h.
|
inlineexplicit |
Creates an empty map with the given container type for values.
For creating a map with simple values you can also use TQT_DBusDataMap<T>(TQT_DBusData::Type);
containerValueType | the type of the values in the new map |
Definition at line 116 of file tqdbusdatamap.h.
|
inline |
Creates a map from the given other
map.
This behaves basically like copying a TQMap through its copy constructor, i.e. no value are actually copied at this time.
other | the other map object to copy from |
Definition at line 130 of file tqdbusdatamap.h.
|
inline |
Creates a map from the given TQMap of TQT_DBusData objects.
If the other
map is empty, this will behave like TQT_DBusDataMap<T>(), i.e. create an empty and invalid map object.
Type information for the map object, i.e. value type and, if applicable, container value type, will be derived from the other
map's elements.
other
map do not all have the same type, the map object will also be empty and invalidother | the TQMap of TQT_DBusData objects to copy from |
Definition at line 150 of file tqdbusdatamap.h.
References TQT_DBusData::Invalid, and TQT_DBusData::TQT_DBusData().
|
inline |
Creates a list from the given TQMap of boolean values.
Type information for the map object will be set to TQT_DBusData::Bool also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::Bool
other | the TQMap of boolean values to copy from |
Definition at line 201 of file tqdbusdatamap.h.
References TQT_DBusData::fromBool().
|
inline |
Creates a map from the given TQMap of byte (unsigned char) values.
Type information for the map object will be set to TQT_DBusData::Byte also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::Byte
other | the TQMap of byte (unsigned char) values to copy from |
Definition at line 224 of file tqdbusdatamap.h.
References TQT_DBusData::fromByte().
|
inline |
Creates a map from the given TQMap of signed 16-bit integer values.
Type information for the map object will be set to TQT_DBusData::Int16 also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::Int16
other | the TQMap of signed 16-bit integer values to copy from |
Definition at line 247 of file tqdbusdatamap.h.
References TQT_DBusData::fromInt16().
|
inline |
Creates a map from the given TQMap of unsigned 16-bit integer values.
Type information for the map object will be set to TQT_DBusData::UInt16 also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::UInt16
other | the TQMap of unsigned 16-bit integer values to copy from |
Definition at line 270 of file tqdbusdatamap.h.
References TQT_DBusData::fromUInt16().
|
inline |
Creates a map from the given TQMap of signed 32-bit integer values.
Type information for the map object will be set to TQT_DBusData::Int32 also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::Int32
other | the TQMap of signed 32-bit integer values to copy from |
Definition at line 293 of file tqdbusdatamap.h.
References TQT_DBusData::fromInt32().
|
inline |
Creates a map from the given TQMap of unsigned 32-bit integer values.
Type information for the map object will be set to TQT_DBusData::UInt16 also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::UInt32
other | the TQMap of unsigned 32-bit integer values to copy from |
Definition at line 316 of file tqdbusdatamap.h.
References TQT_DBusData::fromUInt32().
|
inline |
Creates a map from the given TQMap of signed 64-bit integer values.
Type information for the map object will be set to TQT_DBusData::Int64 also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::Int64
other | the TQMap of signed 64-bit integer values to copy from |
Definition at line 339 of file tqdbusdatamap.h.
References TQT_DBusData::fromInt64().
|
inline |
Creates a map from the given TQMap of unsigned 64-bit integer values.
Type information for the map object will be set to TQT_DBusData::UInt64 also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::UInt64
other | the TQMap of unsigned 64-bit integer values to copy from |
Definition at line 362 of file tqdbusdatamap.h.
References TQT_DBusData::fromUInt64().
|
inline |
Creates a map from the given TQMap of double values.
Type information for the map object will be set to TQT_DBusData::Double also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::Double
other | the TQMap of double values to copy from |
Definition at line 385 of file tqdbusdatamap.h.
References TQT_DBusData::fromDouble().
|
inline |
Creates a map from the given TQMap of TQString values.
Type information for the map object will be set to TQT_DBusData::String also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::String
other | the TQMap of TQString values to copy from |
Definition at line 408 of file tqdbusdatamap.h.
References TQT_DBusData::fromString().
|
inline |
Creates a map from the given TQMap of object path values.
Type information for the map object will be set to TQT_DBusData::ObjectPath also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::ObjectPath
other | the TQMap of object path values to copy from |
Definition at line 431 of file tqdbusdatamap.h.
References TQT_DBusData::fromObjectPath().
|
inline |
Creates a map from the given TQMap of TQT_DBusUnixFd values.
Type information for the map object will be set to TQT_DBusData::UnixFd also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::UnixFd
other | the TQMap of TQT_DBusUnixFd values to copy from |
Definition at line 454 of file tqdbusdatamap.h.
References TQT_DBusData::fromUnixFd().
|
inline |
Creates a map from the given TQMap of TQT_DBusVariant values.
Type information for the map object will be set to TQT_DBusData::Variant also when the other
map is empty, i.e. this allows to create an empty but valid map object, comparable to using TQT_DBusDataMap<T>(TQT_DBusData::Type) with TQT_DBusData::Variant
other | the TQMap of variant values to copy from |
Definition at line 477 of file tqdbusdatamap.h.
References TQT_DBusData::fromVariant().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQ_UINT8> values.
other | the TQMap of TQT_DBusDataMap<TQ_UINT8> values to copy from |
Definition at line 493 of file tqdbusdatamap.h.
References TQT_DBusData::fromByteKeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQ_INT16> values.
other | the TQMap of TQT_DBusDataMap<TQ_INT16> values to copy from |
Definition at line 509 of file tqdbusdatamap.h.
References TQT_DBusData::fromInt16KeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQ_UINT16> values.
other | the TQMap of TQT_DBusDataMap<TQ_UINT16> values to copy from |
Definition at line 525 of file tqdbusdatamap.h.
References TQT_DBusData::fromUInt16KeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQ_INT32> values.
other | the TQMap of TQT_DBusDataMap<TQ_INT32> values to copy from |
Definition at line 541 of file tqdbusdatamap.h.
References TQT_DBusData::fromInt32KeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQ_UINT32> values.
other | the TQMap of TQT_DBusDataMap<TQ_UINT32> values to copy from |
Definition at line 557 of file tqdbusdatamap.h.
References TQT_DBusData::fromUInt32KeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQ_INT64> values.
other | the TQMap of TQT_DBusDataMap<TQ_INT64> values to copy from |
Definition at line 573 of file tqdbusdatamap.h.
References TQT_DBusData::fromInt64KeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQ_UINT64> values.
other | the TQMap of TQT_DBusDataMap<TQ_UINT64> values to copy from |
Definition at line 589 of file tqdbusdatamap.h.
References TQT_DBusData::fromUInt64KeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQString> values.
other | the TQMap of TQT_DBusDataMap<TQString> values to copy from |
Definition at line 605 of file tqdbusdatamap.h.
References TQT_DBusData::fromStringKeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQT_DBusObjectPath> values.
other | the TQMap of TQT_DBusDataMap<TQT_DBusObjectPath> values to copy from |
Definition at line 621 of file tqdbusdatamap.h.
References TQT_DBusData::fromObjectPathKeyMap().
|
inline |
Creates a map from the given TQMap of TQT_DBusDataMap<TQT_DBusUnixFd > values.
other | the TQMap of TQT_DBusDataMap<TQT_DBusUnixFd > values to copy from |
Definition at line 637 of file tqdbusdatamap.h.
References TQT_DBusData::fromUnixFdKeyMap().
|
inline |
Returns an iterator to the first item according to the key sort order.
Definition at line 862 of file tqdbusdatamap.h.
|
inline |
Clears the map.
Value type and, if applicable, container value type will stay untouched.
Definition at line 855 of file tqdbusdatamap.h.
|
inline |
Returns a container prototype for the map's value type.
Lists which have containers as their elements, i.e. hasContainerValueType() returns true
this will actually specify the details for the use container, i.e. the returned data object can be queried for type and possible further subtypes.
Definition at line 782 of file tqdbusdatamap.h.
|
inline |
Returns the number of key/value pairs of this map object.
Definition at line 809 of file tqdbusdatamap.h.
|
inline |
Returns an iterator to an invalid position.
Definition at line 872 of file tqdbusdatamap.h.
|
inline |
Checks whether the value type is a data container itself.
If the value of the map are containers as well, this will return true
In this case containerValueType() will return a prototype for such a container.
true
if the value type is either TQT_DBusData::Map, TQT_DBusData::List or TQT_DBusData::Struct, otherwise false
Definition at line 761 of file tqdbusdatamap.h.
References TQT_DBusData::List, TQT_DBusData::Map, and TQT_DBusData::Struct.
|
inline |
Inserts a given value for a given key.
Basically works like the respective TQMap method, but checks if type of the new value matches the value type of the list. Maps that are invalid will accept any new type and will then be typed accordingly.
If data
is invalid itself, it will not be inserted at any time.
key | the key were to insert into the map |
data | the data item to insert into the map |
true
on successfull insert, otherwise false
Definition at line 895 of file tqdbusdatamap.h.
References TQT_DBusData::buildDBusSignature(), TQT_DBusData::Invalid, TQT_DBusData::type(), and TQT_DBusData::typeName().
|
inline |
Checks whether this map object has any key/value pairs.
true
if there are no key/values in this map, otherwise false
Definition at line 800 of file tqdbusdatamap.h.
|
inline |
Checks whether this map object has a valid value type.
This is equal to checking valueType() for not being TQT_DBusData::Invalid
true
if the map object is valid, otherwise false
Definition at line 791 of file tqdbusdatamap.h.
References TQT_DBusData::Invalid.
|
inline |
Returns the key type of the map object.
Definition at line 735 of file tqdbusdatamap.h.
|
private |
Definition at line 146 of file tqdbusdata.cpp.
|
private |
Definition at line 149 of file tqdbusdata.cpp.
|
private |
Definition at line 152 of file tqdbusdata.cpp.
|
private |
Definition at line 155 of file tqdbusdata.cpp.
|
private |
Definition at line 158 of file tqdbusdata.cpp.
|
private |
Definition at line 161 of file tqdbusdata.cpp.
|
private |
Definition at line 164 of file tqdbusdata.cpp.
|
private |
Definition at line 167 of file tqdbusdata.cpp.
|
private |
Definition at line 170 of file tqdbusdata.cpp.
|
private |
Definition at line 173 of file tqdbusdata.cpp.
|
inline |
Copies from the given other
map.
This behaves basically like copying a TQMap through its assignment operator, i.e. no value are actually copied at this time.
other
map have to be of the same type. If they aren't this maps's content will cleared and the value type will be set to TQT_DBusData::Invalidother | the other map object to copy from |
Definition at line 682 of file tqdbusdatamap.h.
References TQT_DBusData::Invalid, and TQT_DBusData::TQT_DBusData().
|
inline |
Copies from the given other
map.
This behaves basically like copying a TQMap through its assignment operator, i.e. no value are actually copied at this time.
other | the other map object to copy from |
Definition at line 658 of file tqdbusdatamap.h.
References TQT_DBusDataMap< T >::m_containerValueType, and TQT_DBusDataMap< T >::m_valueType.
|
inline |
Checks whether the given other
map is equal to this one.
Two maps are considered equal when they have the same value type (and same container value type if the have one) and the key/value pairs are equal as well.
other | the other map object to compare with |
true
if the maps are equal, otherwise false
Definition at line 824 of file tqdbusdatamap.h.
References TQT_DBusDataMap< T >::begin(), TQT_DBusData::buildDBusSignature(), TQT_DBusDataMap< T >::count(), TQT_DBusDataMap< T >::end(), TQT_DBusDataMap< T >::hasContainerValueType(), TQT_DBusDataMap< T >::m_containerValueType, and TQT_DBusDataMap< T >::m_valueType.
|
inline |
Tries to get the map object's pairs as a TQMap of bool.
This is a convenience overload for the case when the map is of value type TQT_DBusData::Bool.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::Bool) |
Definition at line 956 of file tqdbusdatamap.h.
References TQT_DBusData::Bool.
|
inline |
Tries to get the map object's pairs as a TQMap of TQ_UINT8.
This is a convenience overload for the case when the map is of value type TQT_DBusData::Byte.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::Byte) |
Definition at line 994 of file tqdbusdatamap.h.
References TQT_DBusData::Byte.
|
inline |
Tries to get the map object's pairs as a TQMap of double.
This is a convenience overload for the case when the map is of value type TQT_DBusData::Double.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::Double) |
Definition at line 1266 of file tqdbusdatamap.h.
References TQT_DBusData::Double.
|
inline |
Tries to get the map object's pairs as a TQMap of TQ_INT16.
This is a convenience overload for the case when the map is of value type TQT_DBusData::Int16.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::Int16) |
Definition at line 1033 of file tqdbusdatamap.h.
References TQT_DBusData::Int16.
|
inline |
Tries to get the map object's pairs as a TQMap of TQ_INT32.
This is a convenience overload for the case when the map is of value type TQT_DBusData::Int32.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::Int32) |
Definition at line 1111 of file tqdbusdatamap.h.
References TQT_DBusData::Int32.
|
inline |
Tries to get the map object's pairs as a TQMap of TQ_INT64.
This is a convenience overload for the case when the map is of value type TQT_DBusData::Int64.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::Int64) |
Definition at line 1189 of file tqdbusdatamap.h.
References TQT_DBusData::Int64.
|
inline |
Tries to get the map object's pairs as a TQMap of object paths.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::ObjectPath) |
Definition at line 1339 of file tqdbusdatamap.h.
References TQT_DBusData::ObjectPath.
|
inline |
Tries to get the map object's pairs as a TQMap of TQString.
This is a convenience overload for the case when the map is of value type TQT_DBusData::String, see also toTQStringList().
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::String) |
Definition at line 1304 of file tqdbusdatamap.h.
References TQT_DBusData::String.
|
inline |
Converts the map object into a TQMap with TQT_DBusData elements.
Definition at line 938 of file tqdbusdatamap.h.
|
inline |
Tries to get the map object's pairs as a TQMap of TQ_UINT16.
This is a convenience overload for the case when the map is of value type TQT_DBusData::UInt16.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::UInt16) |
Definition at line 1072 of file tqdbusdatamap.h.
References TQT_DBusData::UInt16.
|
inline |
Tries to get the map object's pairs as a TQMap of TQ_UINT32.
This is a convenience overload for the case when the map is of value type TQT_DBusData::UInt32.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::UInt32) |
Definition at line 1150 of file tqdbusdatamap.h.
References TQT_DBusData::UInt32.
|
inline |
Tries to get the map object's pairs as a TQMap of TQ_UINT64.
This is a convenience overload for the case when the map is of value type TQT_DBusData::UInt64.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::UInt64) |
Definition at line 1228 of file tqdbusdatamap.h.
References TQT_DBusData::UInt64.
|
inline |
Tries to get the map object's pairs as a TQMap of TQT_DBusUnixFd.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::UnixFd) |
Definition at line 1374 of file tqdbusdatamap.h.
References TQT_DBusData::UnixFd.
|
inline |
Tries to get the map object's pairs as a TQMap of TQT_DBusVariant.
This is a convenience overload for the case when the map is of value type TQT_DBusData::Variant.
ok | optional pointer to a bool variable to store the success information in, i.e. will be set to true on success and to false if the conversion failed (not of value type TQT_DBusData::Variant) |
Definition at line 1412 of file tqdbusdatamap.h.
References TQT_DBusData::Variant.
|
inline |
Returns the value type of the map object.
Definition at line 746 of file tqdbusdatamap.h.
|
friend |
Definition at line 75 of file tqdbusdatamap.h.
|
private |
Definition at line 1436 of file tqdbusdatamap.h.
|
staticprivate |
Definition at line 1438 of file tqdbusdatamap.h.
|
private |
Definition at line 1435 of file tqdbusdatamap.h.