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>
io.qt.dbus.QDBusPendingReply5<A,B,C,D,E>
io.qt.dbus.QDBusPendingReply6<A,B,C,D,E,F>
io.qt.dbus.QDBusPendingReply7<A,B,C,D,E,F,G>
io.qt.dbus.QDBusPendingReply8<A,B,C,D,E,F,G,H>
- All Implemented Interfaces:
QDBusPendingCall,QtObjectInterface,Cloneable
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
ConstructorsConstructorDescriptionQDBusPendingReply8(QDBusMessage message, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG, Class<H> typeH) QDBusPendingReply8(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG, Class<H> typeH) QDBusPendingReply8(QDBusPendingReply7<A, B, C, D, E, F, G> other, Class<H> typeH, QMetaType... instantiations) QDBusPendingReply8(QDBusPendingReply8<A, B, C, D, E, F, G, H> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectargumentAt(int index) final Hprotected 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.QDBusPendingReply7
argumentAt6Methods inherited from class io.qt.dbus.QDBusPendingReply6
argumentAt5Methods inherited from class io.qt.dbus.QDBusPendingReply5
argumentAt4Methods inherited from class io.qt.dbus.QDBusPendingReply4
argumentAt3Methods 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
-
QDBusPendingReply8
public QDBusPendingReply8() -
QDBusPendingReply8
-
QDBusPendingReply8
-
QDBusPendingReply8
-
QDBusPendingReply8
-
-
Method Details
-
clone
-
argumentAt7
-
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
-