java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusPendingReply<A>
- All Implemented Interfaces:
QDBusPendingCall
,QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QDBusPendingReply2
The QDBusPendingReply class contains the reply to an asynchronous method call.
Java wrapper for Qt's class QDBusPendingReply
-
Constructor Summary
ConstructorDescriptionQDBusPendingReply
(QDBusMessage message, Class<A> typeA, QMetaType... instantiations) QDBusPendingReply
(QDBusPendingCall call, Class<A> typeA, QMetaType... instantiations) QDBusPendingReply
(QDBusPendingReply<A> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
argumentAt
(int index) SeeQDBusPendingReplyBase::
argumentAt(int)const final A
protected final void
assign
(QDBusMessage message) SeeQDBusPendingReplyBase::
assign(QDBusMessage) final void
assign
(QDBusPendingCall call) SeeQDBusPendingCall::
assign(QDBusPendingCall) clone()
final int
count()
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 static QDBusPendingReply<Map<String,
?>> newHashInstance
(QDBusMessage message) static QDBusPendingReply<Map<String,
?>> static QDBusPendingReply<Object>
newInstance
(QDBusMessage message) static QDBusPendingReply<Object>
newInstance
(QDBusPendingCall call) static QDBusPendingReply<List<?>>
newListInstance
(QDBusMessage message) static QDBusPendingReply<List<?>>
static QDBusPendingReply<NavigableMap<String,
?>> newMapInstance
(QDBusMessage message) static QDBusPendingReply<NavigableMap<String,
?>> static QDBusPendingReply<List<String>>
newStringListInstance
(QDBusMessage message) static QDBusPendingReply<List<String>>
final QDBusMessage
reply()
SeeQDBusPendingCall::
reply()const final void
swap
(QDBusPendingCall other) SeeQDBusPendingCall::
swap(QDBusPendingCall&) final A
value()
final void
SeeQDBusPendingCall::
waitForFinished() 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
-
QDBusPendingReply
public QDBusPendingReply() -
QDBusPendingReply
-
QDBusPendingReply
-
QDBusPendingReply
-
-
Method Details
-
newInstance
-
newInstance
-
newListInstance
-
newListInstance
-
newStringListInstance
-
newStringListInstance
-
newMapInstance
-
newMapInstance
-
newHashInstance
-
newHashInstance
-
clone
-
count
-
argumentAt0
-
value
-
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)
-