27 bool calledFromDBus()
const;
28 QDBusConnection connection()
const;
29 const QDBusMessage &message()
const;
32 bool isDelayedReply()
const;
34 void setDelayedReply(
bool enable)
const;
35 void sendErrorReply(
const QString &name,
const QString &msg = QString())
const;
36 void sendErrorReply(QDBusError::ErrorType type,
const QString &msg = QString())
const;
39 QDBusContextPrivate *d_ptr;
40 friend class QDBusContextPrivate;
static QDBusContextPrivate * set(QObject *obj, QDBusContextPrivate *newContext)
The QDBusContext class allows slots to determine the D-Bus context of the calls.