45 #include <QtCore/qstringlist.h> 47 #include <QtDBus/qdbusabstractinterface.h> 48 #include <QtDBus/qdbusreply.h> 70 static inline const
char *staticInterfaceName();
81 ReplaceExistingService
88 ServiceNotRegistered = 0,
108 void serviceRegistered(
const QString &service);
109 void serviceUnregistered(
const QString &service);
116 void NameAcquired(
const QString &);
117 void NameLost(
const QString &);
The QDBusConnectionInterface class provides access to the D-Bus bus daemon service.
#define QT_END_NAMESPACE
This macro expands to.
void disconnectNotify(const char *signal)
Catch signal disconnections.
The QDBusReply class stores the reply for a method call to a remote object.
The QByteArray class provides an array of bytes.
The QDBusError class represents an error received from the D-Bus bus or from remote applications foun...
The QString class provides a Unicode character string.
RegisterServiceReply
The possible return values from registerService():
ServiceQueueOptions
Flags for determining how a service registration should behave, in case the service name is already r...
The QObject class is the base class of all Qt objects.
The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the QtDBus binding...
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
ServiceReplacementOptions
Flags for determining if the D-Bus server should allow another application to replace a name that thi...
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.
void connectNotify(const char *signal)
Catch signal connections.