42 #ifndef QDBUSABSTRACTINTERFACE_H 43 #define QDBUSABSTRACTINTERFACE_H 45 #include <QtCore/qstring.h> 46 #include <QtCore/qvariant.h> 47 #include <QtCore/qlist.h> 48 #include <QtCore/qobject.h> 50 #include <QtDBus/qdbusmessage.h> 51 #include <QtDBus/qdbusextratypes.h> 52 #include <QtDBus/qdbusconnection.h> 98 void setTimeout(
int timeout);
126 bool callWithCallback(
const QString &method,
128 QObject *receiver,
const char *member,
const char *errorSlot);
129 bool callWithCallback(
const QString &method,
131 QObject *receiver,
const char *member);
152 QVariant internalPropGet(
const char *propname)
const;
153 void internalPropSet(
const char *propname,
const QVariant &value);
The QVariant class acts like a union for the most common Qt data types.
#define QT_END_NAMESPACE
This macro expands to.
CallMode
This enum describes the various ways of placing a function call.
The QDBusError class represents an error received from the D-Bus bus or from remote applications foun...
The QDBusPendingCall class refers to one pending asynchronous call.
#define Q_PRIVATE_SLOT(d, signature)
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
virtual void connectNotify(const char *signal)
This virtual function is called when something has been connected to signal in this object...
The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the QtDBus binding...
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual void disconnectNotify(const char *signal)
This virtual function is called when something has been disconnected from signal in this object...
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)