java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusContext.Impl
- All Implemented Interfaces:
QDBusContext
,QtObjectInterface
- Enclosing interface:
- QDBusContext
Implementor class for interface QDBusContext
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.dbus.QDBusContext
QDBusContext.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl()
See QDBusContext::protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
See QDBusContext::final QDBusConnection
See QDBusContext::final boolean
See QDBusContext::final QDBusMessage
message()
See QDBusContext::final void
Overloaded function forsendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)
withmsg = ""
.final void
sendErrorReply
(QDBusError.ErrorType type, String msg) See QDBusContext::final void
sendErrorReply
(String name) Overloaded function forsendErrorReply(java.lang.String, java.lang.String)
withmsg = ""
.final void
sendErrorReply
(String name, String msg) See QDBusContext::final void
setDelayedReply
(boolean enable) See QDBusContext::Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl()See QDBusContext::
-
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
calledFromDBus
See QDBusContext::
- Specified by:
calledFromDBus
in interfaceQDBusContext
-
connection
See QDBusContext::
- Specified by:
connection
in interfaceQDBusContext
-
isDelayedReply
See QDBusContext::
- Specified by:
isDelayedReply
in interfaceQDBusContext
-
message
See QDBusContext::
- Specified by:
message
in interfaceQDBusContext
-
sendErrorReply
Overloaded function for
sendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)
withmsg = ""
.- Specified by:
sendErrorReply
in interfaceQDBusContext
-
sendErrorReply
See QDBusContext::
- Specified by:
sendErrorReply
in interfaceQDBusContext
-
sendErrorReply
Overloaded function for
sendErrorReply(java.lang.String, java.lang.String)
withmsg = ""
.- Specified by:
sendErrorReply
in interfaceQDBusContext
-
sendErrorReply
See QDBusContext::
- Specified by:
sendErrorReply
in interfaceQDBusContext
-
setDelayedReply
See QDBusContext::
- Specified by:
setDelayedReply
in interfaceQDBusContext
-