24 #ifndef TQDBUSDATALIST_H
25 #define TQDBUSDATALIST_H
29 template <
typename T>
class TQValueList;
388 bool hasContainerItemType()
const;
423 bool isEmpty()
const;
495 TQValueList<TQT_DBusData> toTQValueList()
const;
514 TQStringList toTQStringList(
bool* ok = 0)
const;
532 TQValueList<bool> toBoolList(
bool* ok = 0)
const;
550 TQValueList<TQ_UINT8> toByteList(
bool* ok = 0)
const;
569 TQValueList<TQ_INT16> toInt16List(
bool* ok = 0)
const;
588 TQValueList<TQ_UINT16> toUInt16List(
bool* ok = 0)
const;
607 TQValueList<TQ_INT32> toInt32List(
bool* ok = 0)
const;
626 TQValueList<TQ_UINT32> toUInt32List(
bool* ok = 0)
const;
645 TQValueList<TQ_INT64> toInt64List(
bool* ok = 0)
const;
664 TQValueList<TQ_UINT64> toUInt64List(
bool* ok = 0)
const;
682 TQValueList<double> toDoubleList(
bool* ok = 0)
const;
700 TQValueList<TQString> toStringList(
bool* ok = 0)
const;
715 TQValueList<TQT_DBusObjectPath> toObjectPathList(
bool* ok = 0)
const;
733 TQValueList<TQT_DBusVariant> toVariantList(
bool* ok = 0)
const;
751 TQValueList<TQT_DBusUnixFd> toUnixFdList(
bool* ok = 0)
const;