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.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.dbus.QDBusContext
QDBusContext.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal QDBusConnectionfinal booleanfinal QDBusMessagemessage()final voidOverloaded function forsendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)withmsg = "".final voidsendErrorReply(QDBusError.ErrorType type, String msg) final voidsendErrorReply(String name) Overloaded function forsendErrorReply(java.lang.String, java.lang.String)withmsg = "".final voidsendErrorReply(String name, String msg) final voidsetDelayedReply(boolean enable) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
calledFromDBus
- Specified by:
calledFromDBusin interfaceQDBusContext
-
connection
- Specified by:
connectionin interfaceQDBusContext
-
isDelayedReply
- Specified by:
isDelayedReplyin interfaceQDBusContext
-
message
- Specified by:
messagein interfaceQDBusContext
-
sendErrorReply
Overloaded function for
sendErrorReply(io.qt.dbus.QDBusError.ErrorType, java.lang.String)withmsg = "".- Specified by:
sendErrorReplyin interfaceQDBusContext
-
sendErrorReply
- Specified by:
sendErrorReplyin interfaceQDBusContext
-
sendErrorReply
Overloaded function for
sendErrorReply(java.lang.String, java.lang.String)withmsg = "".- Specified by:
sendErrorReplyin interfaceQDBusContext
-
sendErrorReply
- Specified by:
sendErrorReplyin interfaceQDBusContext
-
setDelayedReply
- Specified by:
setDelayedReplyin interfaceQDBusContext
-