java.lang.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>
- All Implemented Interfaces:
QDBusPendingCall,QtObjectInterface,Cloneable
- Direct Known Subclasses:
QDBusPendingReply8
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
ConstructorsConstructorDescriptionQDBusPendingReply7(QDBusMessage message, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG) QDBusPendingReply7(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG) QDBusPendingReply7(QDBusPendingReply6<A, B, C, D, E, F> other, Class<G> typeG, QMetaType... instantiations) QDBusPendingReply7(QDBusPendingReply7<A, B, C, D, E, F, G> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectargumentAt(int index) final Gprotected 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.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
-
QDBusPendingReply7
public QDBusPendingReply7() -
QDBusPendingReply7
-
QDBusPendingReply7
-
QDBusPendingReply7
-
QDBusPendingReply7
-
-
Method Details
-
clone
-
argumentAt6
-
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
-