24#ifndef TQDBUSDATALIST_H
25#define TQDBUSDATALIST_H
423 bool isEmpty()
const;
514 TQStringList toTQStringList(
bool* ok = 0)
const;
Class for accurately representing D-Bus data types.
Type
Enum for the data types used in D-Bus messages.
Class to transport lists of D-Bus data types.
TQT_DBusDataList()
Creates an empty and invalid list.
TQT_DBusDataList & operator=(const TQT_DBusDataList &other)
Copies from the given other list.
TQT_DBusData containerItemType() const
Returns a container prototype for the list's element type.
bool hasContainerItemType() const
Checks whether the element type is a data container itself.
TQT_DBusData::Type type() const
Returns the element type of the list object.
bool isValid() const
Checks whether this list object has a valid element type.
Class for representing D-Bus object paths.
Class for representing D-Bus unix file handles.
Data type for representing a D-Bus variant.