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>
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.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQDBusPendingReply8
(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 Object
argumentAt
(int index) SeeQDBusPendingReplyBase::
argumentAt(int)const final H
protected final void
assign
(QDBusMessage message) SeeQDBusPendingReplyBase::
assign(QDBusMessage) final void
assign
(QDBusPendingCall call) SeeQDBusPendingCall::
assign(QDBusPendingCall) clone()
final QDBusError
error()
SeeQDBusPendingCall::
error()const static QDBusPendingCall
fromCompletedCall
(QDBusMessage message) SeeQDBusPendingCall::
fromCompletedCall(QDBusMessage) static QDBusPendingCall
fromError
(QDBusError error) SeeQDBusPendingCall::
fromError(QDBusError) final boolean
isError()
SeeQDBusPendingCall::
isError()const final boolean
SeeQDBusPendingCall::
isFinished()const final boolean
isValid()
SeeQDBusPendingCall::
isValid()const final QDBusMessage
reply()
SeeQDBusPendingCall::
reply()const final void
swap
(QDBusPendingCall other) SeeQDBusPendingCall::
swap(QDBusPendingCall&) final void
SeeQDBusPendingCall::
waitForFinished() Methods inherited from class io.qt.dbus.QDBusPendingReply7
argumentAt6
Methods inherited from class io.qt.dbus.QDBusPendingReply6
argumentAt5
Methods inherited from class io.qt.dbus.QDBusPendingReply5
argumentAt4
Methods inherited from class io.qt.dbus.QDBusPendingReply4
argumentAt3
Methods inherited from class io.qt.dbus.QDBusPendingReply3
argumentAt2
Methods inherited from class io.qt.dbus.QDBusPendingReply2
argumentAt1
Methods inherited from class io.qt.dbus.QDBusPendingReply
argumentAt0, count, newHashInstance, newHashInstance, newInstance, newInstance, newListInstance, newListInstance, newMapInstance, newMapInstance, newStringListInstance, newStringListInstance, value
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QDBusPendingReply8
public QDBusPendingReply8() -
QDBusPendingReply8
-
QDBusPendingReply8
-
QDBusPendingReply8
-
QDBusPendingReply8
-
-
Method Details
-
clone
-
argumentAt7
-
argumentAt
See
QDBusPendingReplyBase::
argumentAt(int)const -
assign
See
QDBusPendingReplyBase::
assign(QDBusMessage) -
assign
See
QDBusPendingCall::
assign(QDBusPendingCall) - Specified by:
assign
in interfaceQDBusPendingCall
-
error
See
QDBusPendingCall::
error()const - Specified by:
error
in interfaceQDBusPendingCall
-
isError
See
QDBusPendingCall::
isError()const - Specified by:
isError
in interfaceQDBusPendingCall
-
isFinished
See
QDBusPendingCall::
isFinished()const - Specified by:
isFinished
in interfaceQDBusPendingCall
-
isValid
See
QDBusPendingCall::
isValid()const - Specified by:
isValid
in interfaceQDBusPendingCall
-
reply
See
QDBusPendingCall::
reply()const - Specified by:
reply
in interfaceQDBusPendingCall
-
swap
See
QDBusPendingCall::
swap(QDBusPendingCall&) - Specified by:
swap
in interfaceQDBusPendingCall
-
waitForFinished
See
QDBusPendingCall::
waitForFinished() - Specified by:
waitForFinished
in interfaceQDBusPendingCall
-
fromCompletedCall
See
QDBusPendingCall::
fromCompletedCall(QDBusMessage) -
fromError
See
QDBusPendingCall::
fromError(QDBusError)
-