42 #ifndef QDBUSTREENODE_H 43 #define QDBUSTREENODE_H 45 #include <QtDBus/qdbusmacros.h> 46 #include <QtCore/qstring.h> 47 #include <QtCore/qobject.h> 60 class QDBusVirtualObjectPrivate;
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDBusVirtualObject class is used to handle several DBus paths with one class. ...
The QDBusConnection class represents a connection to the D-Bus bus daemon.
The QDBusMessage class represents one message sent or received over the D-Bus bus.
#define Q_DECLARE_PRIVATE(Class)