375 Type keyType()
const;
397 static const char* typeName(
Type type);
424 bool toBool(
bool* ok = 0)
const;
451 TQ_UINT8 toByte(
bool* ok = 0)
const;
478 TQ_INT16 toInt16(
bool* ok = 0)
const;
505 TQ_UINT16 toUInt16(
bool* ok = 0)
const;
532 TQ_INT32 toInt32(
bool* ok = 0)
const;
559 TQ_UINT32 toUInt32(
bool* ok = 0)
const;
586 TQ_INT64 toInt64(
bool* ok = 0)
const;
613 TQ_UINT64 toUInt64(
bool* ok = 0)
const;
640 double toDouble(
bool* ok = 0)
const;
667 TQString toString(
bool* ok = 0)
const;
1223 TQCString buildDBusSignature()
const;
Data type for representing a D-Bus variant.
Class for representing D-Bus unix file handles.
Class to transport lists of D-Bus data types.
bool isValid() const
Checks whether the data object contains a valid content.
Class for accurately representing D-Bus data types.
Class for representing D-Bus object paths.
Type
Enum for the data types used in D-Bus messages.
Class to transport maps of D-Bus data types.
const char * typeName() const
Returns the string representation of the object's Type.