java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusPendingCall.Impl
- All Implemented Interfaces:
QDBusPendingCall,io.qt.QtObjectInterface,Cloneable
- Direct Known Subclasses:
QDBusPendingReply
- Enclosing interface:
- QDBusPendingCall
public static class QDBusPendingCall.Impl
extends io.qt.QtObject
implements QDBusPendingCall, Cloneable
Implementor class for interface QDBusPendingCall
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.dbus.QDBusPendingCall
QDBusPendingCall.Impl -
Constructor Summary
ConstructorsModifierConstructorDescriptionImpl(QDBusPendingCall other) protectedImpl(io.qt.QtObject.QPrivateConstructor p) Constructor 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
protected Impl(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
error
- Specified by:
errorin interfaceQDBusPendingCall
-
isError
@QtUninvokable public final boolean isError()- Specified by:
isErrorin interfaceQDBusPendingCall
-
isFinished
@QtUninvokable public final boolean isFinished()- Specified by:
isFinishedin interfaceQDBusPendingCall
-
isValid
@QtUninvokable public final boolean isValid()- Specified by:
isValidin interfaceQDBusPendingCall
-
reply
- Specified by:
replyin interfaceQDBusPendingCall
-
swap
- Specified by:
swapin interfaceQDBusPendingCall
-
waitForFinished
@QtUninvokable public final void waitForFinished()- Specified by:
waitForFinishedin interfaceQDBusPendingCall
-
clone
-