java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusPendingReply<A>
- All Implemented Interfaces:
QDBusPendingCall,io.qt.QtObjectInterface,Cloneable
- Direct Known Subclasses:
QDBusPendingReply2
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.dbus.QDBusPendingCall
QDBusPendingCall.Impl -
Constructor Summary
ConstructorsConstructorDescriptionQDBusPendingReply(QDBusMessage message, Class<A> typeA, io.qt.core.QMetaType... instantiations) QDBusPendingReply(QDBusPendingCall call, Class<A> typeA, io.qt.core.QMetaType... instantiations) QDBusPendingReply(QDBusPendingReply<A> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectargumentAt(int index) final Aprotected final voidassign(QDBusMessage message) protected final voidassign(QDBusPendingCall call) clone()final intcount()final QDBusErrorerror()static QDBusPendingCallfromCompletedCall(QDBusMessage message) static QDBusPendingCallfromError(QDBusError error) final booleanisError()final booleanfinal booleanisValid()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 QDBusMessagereply()final voidswap(QDBusPendingCall other) final Avalue()final voidMethods 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
-
QDBusPendingReply
public QDBusPendingReply() -
QDBusPendingReply
public QDBusPendingReply(QDBusMessage message, Class<A> typeA, io.qt.core.QMetaType... instantiations) -
QDBusPendingReply
public QDBusPendingReply(QDBusPendingCall call, Class<A> typeA, io.qt.core.QMetaType... instantiations) -
QDBusPendingReply
-
-
Method Details
-
newInstance
-
newInstance
-
newListInstance
-
newListInstance
-
newStringListInstance
-
newStringListInstance
-
newMapInstance
-
newMapInstance
-
newHashInstance
-
newHashInstance
-
clone
-
count
@QtUninvokable public final int count() -
argumentAt0
-
value
-
argumentAt
-
assign
-
assign
-
error
- Specified by:
errorin interfaceQDBusPendingCall
-
isError
@QtUninvokable public final boolean isError()- Specified by:
isErrorin interfaceQDBusPendingCall
-
isFinished
@QtUninvokable public final boolean isFinished()- Specified by:
isFinishedin interfaceQDBusPendingCall
-
isValid
@QtUninvokable public final boolean isValid()- Specified by:
isValidin interfaceQDBusPendingCall
-
reply
- Specified by:
replyin interfaceQDBusPendingCall
-
swap
Description copied from interface:QDBusPendingCall- Specified by:
swapin interfaceQDBusPendingCall
-
waitForFinished
@QtUninvokable public final void waitForFinished()- Specified by:
waitForFinishedin interfaceQDBusPendingCall
-
fromCompletedCall
Description copied from interface:QDBusPendingCall -
fromError
Description copied from interface:QDBusPendingCall
-