java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.dbus.QDBusPendingReply<A>
io.qt.dbus.QDBusPendingReply2<A,B>
io.qt.dbus.QDBusPendingReply3<A,B,C>
io.qt.dbus.QDBusPendingReply4<A,B,C,D>
- All Implemented Interfaces:
QDBusPendingCall,QtObjectInterface,Cloneable
- Direct Known Subclasses:
QDBusPendingReply5
The QDBusPendingReply class contains the reply to an asynchronous method call.
Java wrapper for Qt's class QDBusPendingReply
-
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
ConstructorsConstructorDescriptionQDBusPendingReply4(QDBusMessage message, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD) QDBusPendingReply4(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD) QDBusPendingReply4(QDBusPendingReply3<A, B, C> other, Class<D> typeD, QMetaType... instantiations) QDBusPendingReply4(QDBusPendingReply4<A, B, C, D> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectargumentAt(int index) final Dprotected final voidassign(QDBusMessage message) protected final voidassign(QDBusPendingCall call) clone()final QDBusErrorerror()static QDBusPendingCallfromCompletedCall(QDBusMessage message) static QDBusPendingCallfromError(QDBusError error) final booleanisError()final booleanfinal booleanisValid()final QDBusMessagereply()final voidswap(QDBusPendingCall other) final voidMethods inherited from class io.qt.dbus.QDBusPendingReply3
argumentAt2Methods inherited from class io.qt.dbus.QDBusPendingReply2
argumentAt1Methods inherited from class io.qt.dbus.QDBusPendingReply
argumentAt0, count, newHashInstance, newHashInstance, newInstance, newInstance, newListInstance, newListInstance, newMapInstance, newMapInstance, newStringListInstance, newStringListInstance, valueMethods 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
-
QDBusPendingReply4
public QDBusPendingReply4() -
QDBusPendingReply4
-
QDBusPendingReply4
-
QDBusPendingReply4
-
QDBusPendingReply4
-
-
Method Details
-
clone
- Overrides:
clonein classQDBusPendingReply3<A,B, C>
-
argumentAt3
-
argumentAt
-
assign
-
assign
-
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
Description copied from interface:QDBusPendingCall- Specified by:
swapin interfaceQDBusPendingCall
-
waitForFinished
- Specified by:
waitForFinishedin interfaceQDBusPendingCall
-
fromCompletedCall
Description copied from interface:QDBusPendingCall -
fromError
Description copied from interface:QDBusPendingCall
-