java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusPendingReply<A>
- All Implemented Interfaces:
QDBusPendingCall
,QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QDBusPendingReply2
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.dbus.QDBusPendingCall
QDBusPendingCall.Impl
-
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) final A
protected final void
assign
(QDBusMessage message) protected final void
assign
(QDBusPendingCall call) clone()
final int
count()
final QDBusError
error()
static QDBusPendingCall
fromCompletedCall
(QDBusMessage message) static QDBusPendingCall
fromError
(QDBusError error) final boolean
isError()
final boolean
final boolean
isValid()
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()
final void
swap
(QDBusPendingCall other) final A
value()
final void
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
-
assign
-
assign
-
error
- Specified by:
error
in interfaceQDBusPendingCall
-
isError
- Specified by:
isError
in interfaceQDBusPendingCall
-
isFinished
- Specified by:
isFinished
in interfaceQDBusPendingCall
-
isValid
- Specified by:
isValid
in interfaceQDBusPendingCall
-
reply
- Specified by:
reply
in interfaceQDBusPendingCall
-
swap
Description copied from interface:QDBusPendingCall
- Specified by:
swap
in interfaceQDBusPendingCall
-
waitForFinished
- Specified by:
waitForFinished
in interfaceQDBusPendingCall
-
fromCompletedCall
Description copied from interface:QDBusPendingCall
-
fromError
Description copied from interface:QDBusPendingCall
-