25 #ifndef TQDBUSCONNECTION_H 26 #define TQDBUSCONNECTION_H 123 #include <tqstring.h> 265 bool isConnected()
const;
336 bool requestName(
const TQString &name,
int modeFlags = NoReplace);
348 TQString uniqueName()
const;
420 int sendWithAsyncReply(
const TQT_DBusMessage &message, TQObject *receiver,
421 const char *slot)
const;
441 void dispatch()
const;
454 void scheduleDispatch()
const;
499 bool connect(TQObject*
object,
const char* slot);
511 bool disconnect(TQObject*
object,
const char* slot);
553 void unregisterObject(
const TQString &path);
619 const TQString &name = default_connection_name);
640 const TQString &name = default_connection_name);
652 static void closeConnection(
const TQString &name = default_connection_name);
static const char * default_connection_name
Base interface for D-Bus service objects.
TQT_DBusConnectionPrivate * d
Class for transporting D-Bus errors.
Provides access to a specific D-Bus bus.
A message converts and transports data over D-Bus.
NameRequestMode
Flags for controlling the behavior name collision handling.