#include "async.h"
|
| template<typename F> |
| bool | Connect (const QString &name, F &&handler) |
template<std::derived_from< QObject > Ctx, typename C, typename R, typename... Args>
requires std::derived_from<Ctx, C> |
| bool | Connect (const QString &name, Ctx *ctx, R(C::*handler)(Args...)) |
| 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 |
Definition at line 118 of file async.h.
◆ Connect() [1/2]
template<std::derived_from< QObject > Ctx, typename C, typename R, typename... Args>
requires std::derived_from<Ctx, C>
| bool LC::Util::DBus::EndpointWithSignals::Connect |
( |
const QString & | name, |
|
|
Ctx * | ctx, |
|
|
R(C::* | handler )(Args...) ) |
|
inline |
◆ Connect() [2/2]
template<typename F>
| bool LC::Util::DBus::EndpointWithSignals::Connect |
( |
const QString & | name, |
|
|
F && | handler ) |
|
inline |
◆ TypedSignals_
| std::unique_ptr<TypedSignals> LC::Util::DBus::EndpointWithSignals::TypedSignals_ {} |
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/leechcraft-doc-0.6.70+git.18808.g3467692359-build/leechcraft-0.6.70-18808-g3467692359/src/util/dbus/async.h