swift
swift::misc::CGenericDBusInterface Member List

This is the complete list of members for swift::misc::CGenericDBusInterface, including all inherited members.

asyncCall(const QString &method, Args &&... args)QDBusAbstractInterface
asyncCallWithArgumentList(const QString &method, const QList< QVariant > &args)QDBusAbstractInterface
bindableObjectName()QObject
blockSignals(bool block)QObject
call(QDBus::CallMode mode, const QString &method, Args &&... args)QDBusAbstractInterface
call(const QString &method, Args &&... args)QDBusAbstractInterface
callDBus(QLatin1String method, Args &&...args)swift::misc::CGenericDBusInterfaceinline
callDBusAsync(QLatin1String method, Func callback, Args &&...args)swift::misc::CGenericDBusInterfaceinline
callDBusFuture(QLatin1String method, Args &&...args)swift::misc::CGenericDBusInterfaceinline
callDBusRet(QLatin1String method, Args &&...args)swift::misc::CGenericDBusInterfaceinline
callWithArgumentList(QDBus::CallMode mode, const QString &method, const QList< QVariant > &args)QDBusAbstractInterface
callWithCallback(const QString &method, const QList< QVariant > &args, QObject *receiver, const char *returnMethod, const char *errorMethod)QDBusAbstractInterface
callWithCallback(const QString &method, const QList< QVariant > &args, QObject *receiver, const char *slot)QDBusAbstractInterface
cancelAllPendingAsyncCalls()swift::misc::CGenericDBusInterfaceinline
CGenericDBusInterface(const QString &serviceName, const QString &path, const QString &interfaceName, const QDBusConnection &connection, QObject *parent=nullptr)swift::misc::CGenericDBusInterfaceinline
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() const constQObject
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const constQObject
connection() const constQDBusAbstractInterface
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
customEvent(QEvent *event)QObjectprotectedvirtual
deleteLater()QObject
destroyed(QObject *obj)QObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *receiver, const char *method) const constQObject
disconnect(const char *signal, const QObject *receiver, const char *method) const constQObject
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
dumpObjectInfo() const constQObject
dumpObjectTree() const constQObject
dynamicPropertyNames() const constQObject
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
findChild(QAnyStringView name, Qt::FindChildOptions options) const constQObject
findChild(Qt::FindChildOptions options) const constQObject
findChildren(QAnyStringView name, Qt::FindChildOptions options) const constQObject
findChildren(Qt::FindChildOptions options) const constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const constQObject
inherits(const char *className) const constQObject
installEventFilter(QObject *filterObj)QObject
interface() const constQDBusAbstractInterface
InvalidQObject
isInteractiveAuthorizationAllowed() const constQDBusAbstractInterface
isQuickItemType() const constQObject
isSignalConnected(const QMetaMethod &signal) const constQObjectprotected
isValid() const constQDBusAbstractInterface
isWidgetType() const constQObject
isWindowType() const constQObject
killTimer(Qt::TimerId id)QObject
killTimer(int id)QObject
lastError() const constQDBusAbstractInterface
metaObject() const constQObjectvirtual
moveToThread(QThread *targetThread)QObject
objectNameQObject
objectName() const constQObject
objectNameChanged(const QString &objectName)QObject
parent() const constQObject
path() const constQDBusAbstractInterface
property(const char *name) const constQObject
Q_CLASSINFO(Name, Value)QObject
Q_EMITQ_EMITQObject
Q_ENUM(...)QObject
Q_ENUM_NS(...)QObject
Q_ENUMS(...)QObject
Q_FLAG(...)QObject
Q_FLAG_NS(...)QObject
Q_FLAGS(...)QObject
Q_GADGETQ_GADGETQObject
Q_GADGET_EXPORT(EXPORT_MACRO)QObject
Q_INTERFACES(...)QObject
Q_INVOKABLEQ_INVOKABLEQObject
Q_MOC_INCLUDEQ_MOC_INCLUDEQObject
Q_NAMESPACEQ_NAMESPACEQObject
Q_NAMESPACE_EXPORT(EXPORT_MACRO)QObject
Q_OBJECTQ_OBJECTQObject
Q_PROPERTY(...)QObject
Q_REVISIONQ_REVISIONQObject
Q_SET_OBJECT_NAME(Object)QObject
Q_SIGNALQ_SIGNALQObject
Q_SIGNALSQ_SIGNALSQObject
Q_SLOTQ_SLOTQObject
Q_SLOTSQ_SLOTSQObject
QObject(QObject *parent)QObject
qobject_cast(QObject *object)QObject
qobject_cast(const QObject *object)QObject
QObjectListQObject
QT_NO_CONTEXTLESS_CONNECTQT_NO_CONTEXTLESS_CONNECTQObject
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECTQObject
receivers(const char *signal) const constQObjectprotected
relayParentSignals()swift::misc::CGenericDBusInterfaceinline
removeEventFilter(QObject *obj)QObject
sender() const constQObjectprotected
senderSignalIndex() const constQObjectprotected
service() const constQDBusAbstractInterface
setInteractiveAuthorizationAllowed(bool enable)QDBusAbstractInterface
setObjectName(QAnyStringView name)QObject
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setProperty(const char *name, QVariant &&value)QObject
setProperty(const char *name, const QVariant &value)QObject
setTimeout(int timeout)QDBusAbstractInterface
signalsBlocked() const constQObject
startTimer(int interval, Qt::TimerType timerType)QObject
startTimer(std::chrono::nanoseconds interval, Qt::TimerType timerType)QObject
thread() const constQObject
timeout() const constQDBusAbstractInterface
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
TimerId enum nameQObject
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
~QDBusAbstractInterface()QDBusAbstractInterfacevirtual
~QObject()QObjectvirtual