java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusPendingCall.Impl
- All Implemented Interfaces:
QDBusPendingCall,QtObjectInterface,Cloneable
- Direct Known Subclasses:
QDBusPendingReply
- Enclosing interface:
- QDBusPendingCall
Implementor class for interface QDBusPendingCall
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.dbus.QDBusPendingCall
QDBusPendingCall.Impl -
Constructor Summary
ConstructorsModifierConstructorDescriptionImpl(QDBusPendingCall other) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final QDBusErrorerror()final booleanisError()final booleanfinal booleanisValid()final QDBusMessagereply()final voidswap(QDBusPendingCall other) final voidMethods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
-
Impl
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
error
- Specified by:
errorin interfaceQDBusPendingCall
-
isError
- Specified by:
isErrorin interfaceQDBusPendingCall
-
isFinished
- Specified by:
isFinishedin interfaceQDBusPendingCall
-
isValid
- Specified by:
isValidin interfaceQDBusPendingCall
-
reply
- Specified by:
replyin interfaceQDBusPendingCall
-
swap
- Specified by:
swapin interfaceQDBusPendingCall
-
waitForFinished
- Specified by:
waitForFinishedin interfaceQDBusPendingCall
-
clone
-