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>
- All Implemented Interfaces:
QDBusPendingCall
,QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QDBusPendingReply7
The QDBusPendingReply class contains the reply to an asynchronous method call.
Java wrapper for Qt's class QDBusPendingReply
-
Constructor Summary
ConstructorDescriptionQDBusPendingReply6
(QDBusMessage message, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF) QDBusPendingReply6
(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF) QDBusPendingReply6
(QDBusPendingReply5<A, B, C, D, E> other, Class<F> typeF, QMetaType... instantiations) QDBusPendingReply6
(QDBusPendingReply6<A, B, C, D, E, F> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
argumentAt
(int index) SeeQDBusPendingReplyBase::
argumentAt(int)const final F
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.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
-
QDBusPendingReply6
public QDBusPendingReply6() -
QDBusPendingReply6
-
QDBusPendingReply6
-
QDBusPendingReply6
-
QDBusPendingReply6
-
-
Method Details
-
clone
-
argumentAt5
-
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)
-