![]() |
CopperSpice DBUS
1.7.4
|
The QDBusVirtualObject class is used to handle several DBus paths with one class. More...
Inherits QObject.
Public Methods | |
QDBusVirtualObject (QObject *parent=nullptr) | |
virtual | ~QDBusVirtualObject () |
virtual bool | handleMessage (const QDBusMessage &message, const QDBusConnection &connection) = 0 |
virtual QString | introspect (const QString &path) const = 0 |
The QDBusVirtualObject class is used to handle several DBus paths with one class.
|
explicit |
Constructs a QDBusVirtualObject with parent.
|
virtual |
Destroys the object deleting all of its child objects.
|
pure virtual |
This method needs to handle all messages to the path of the virtual object, when the SubPath option is specified. The service, path, interface and methods are all part of the message. Parameter connection is the connection handle.
If this method returns false, a dbus error message is generated.
|
pure virtual |
Documentation pending.