25 #ifndef TQDBUSMESSAGE_H 26 #define TQDBUSMESSAGE_H 31 #include <tqvaluelist.h> 249 static TQT_DBusMessage signal(
const TQString &path,
const TQString &interface,
250 const TQString &member);
272 static TQT_DBusMessage methodCall(
const TQString &service,
const TQString &path,
273 const TQString &interface,
const TQString &method);
327 TQString path()
const;
346 TQString interface()
const;
365 TQString member()
const;
385 TQString sender()
const;
436 void setTimeout(
int ms);
452 int serialNumber()
const;
475 int replySerialNumber()
const;
490 DBusMessage *toDBusMessage()
const;
TQT_DBusConnection & operator=(const TQT_DBusConnection &other)
Creates a shallow copy of the given connection.
MessageType
D-Bus message types.
Class for transporting D-Bus errors.
Provides access to a specific D-Bus bus.
A message converts and transports data over D-Bus.
TQT_DBusMessagePrivate * d