swift
|
Testservice for PQ / CValueObject DBus tests. This part is the callee. More...
Signals | |
void | sendStringMessage (const QString &message) |
Send string message. | |
Public Member Functions | |
CTestService (QObject *parent=nullptr) | |
Constructor. | |
CTestService (bool verbose, QObject *parent=nullptr) | |
Constructor. | |
Static Public Member Functions | |
static bool | canRegisterTestService (QDBusConnection &connection) |
Can the testservice be registered? | |
static CTestService * | registerTestService (QDBusConnection &connection, bool verbose, QObject *parent=nullptr) |
Register testservice with connection. | |
static bool | unregisterTestService (QDBusConnection &connection) |
Can the testservice be registered? | |
static qint64 | getPid () |
Process id. | |
static const QString & | InterfaceName () |
DBus interface name. | |
static const QString & | ObjectPath () |
DBus object path. | |
Testservice for PQ / CValueObject DBus tests. This part is the callee.
Definition at line 64 of file testservice.h.