swift
|
Utils for UNIT tests / samples. More...
Static Public Member Functions | |
static QString | getQDBusArgumentSignature (const QDBusArgument &arg, int level=0) |
Get QDBusArgument signature (formatted) | |
template<typename ValueObj > | |
static QString | dBusSignature (const ValueObj &obj) |
Signature for swift::misc::CValueObject. | |
template<typename ValueObj > | |
static int | dBusSignatureSize (const ValueObj &obj) |
Signature size for swift::misc::CValueObject. | |
static QString | dbusTypeAsString (QDBusArgument::ElementType type) |
Type as string. | |
static void | showDBusSignatures (QTextStream &out) |
Show some (important) DBus signatures. | |
Utils for UNIT tests / samples.
Definition at line 17 of file dbusutils.h.