![]() |
LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
|
#include "async.h"
Public Member Functions | |
| UTIL_DBUS_API AsyncReply< QVariant > | GetRawProperty (const QString &property) const |
| UTIL_DBUS_API AsyncReply< QVariantMap > | GetAllProperties () const |
| template<typename T> | |
| Task< Either< QDBusError, T > > | GetProperty (QString property) const |
| template<typename... Rets, typename... Args> | |
| AsyncReply< Rets... > | Call (const QString &method, Args &&... args) const |
Public Attributes | |
| QString | Service |
| QString | Path |
| QString | Interface |
| QDBusConnection | Conn = QDBusConnection::sessionBus () |
|
inline |
| AsyncReply< QVariantMap > LC::Util::DBus::Endpoint::GetAllProperties | ( | ) | const |
|
inline |
Definition at line 33 of file async.h.
References GetRawProperty().
| AsyncReply< QVariant > LC::Util::DBus::Endpoint::GetRawProperty | ( | const QString & | property | ) | const |
| QDBusConnection LC::Util::DBus::Endpoint::Conn = QDBusConnection::sessionBus () |
Definition at line 27 of file async.h.
Referenced by Call(), GetAllProperties(), and GetRawProperty().
| QString LC::Util::DBus::Endpoint::Interface |
Definition at line 26 of file async.h.
Referenced by Call(), GetAllProperties(), and GetRawProperty().
| QString LC::Util::DBus::Endpoint::Path |
Definition at line 25 of file async.h.
Referenced by Call(), GetAllProperties(), and GetRawProperty().
| QString LC::Util::DBus::Endpoint::Service |
Definition at line 24 of file async.h.
Referenced by Call(), GetAllProperties(), and GetRawProperty().