Uses of Interface
io.qt.dbus.QDBusPendingCall
-
Uses of QDBusPendingCall in io.qt.dbus
Modifier and TypeClassDescriptionclass
Convenient way for waiting for asynchronous repliesclass
The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply2<A,
B> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply3<A,
B, C> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply4<A,
B, C, D> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply5<A,
B, C, D, E> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply6<A,
B, C, D, E, F> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply7<A,
B, C, D, E, F, G> The QDBusPendingReply class contains the reply to an asynchronous method call.class
QDBusPendingReply8<A,
B, C, D, E, F, G, H> The QDBusPendingReply class contains the reply to an asynchronous method call.Modifier and TypeMethodDescriptionfinal QDBusPendingCall
final QDBusPendingCall
final QDBusPendingCall
QDBusConnection.asyncCall
(QDBusMessage message) Overloaded function forQDBusConnection.asyncCall(io.qt.dbus.QDBusMessage, int)
withtimeout = -1
.final QDBusPendingCall
QDBusConnection.asyncCall
(QDBusMessage message, int timeout) final QDBusPendingCall
QDBusAbstractInterface.asyncCallWithArgumentList
(String method, Collection<? extends Object> args) static QDBusPendingCall
QDBusPendingCall.fromCompletedCall
(QDBusMessage message) static QDBusPendingCall
QDBusPendingCall.fromError
(QDBusError error) Modifier and TypeMethodDescriptiondefault void
QDBusPendingCall.assign
(QDBusPendingCall other) final void
QDBusPendingCall.Impl.assign
(QDBusPendingCall other) static QDBusPendingReply
<Map<String, ?>> QDBusPendingReply.newHashInstance
(QDBusPendingCall call) static QDBusPendingReply
<Object> QDBusPendingReply.newInstance
(QDBusPendingCall call) static QDBusPendingReply
<List<?>> QDBusPendingReply.newListInstance
(QDBusPendingCall call) static QDBusPendingReply
<NavigableMap<String, ?>> QDBusPendingReply.newMapInstance
(QDBusPendingCall call) static QDBusPendingReply
<List<String>> QDBusPendingReply.newStringListInstance
(QDBusPendingCall call) final void
QDBusPendingCall.Impl.swap
(QDBusPendingCall other) default void
QDBusPendingCall.swap
(QDBusPendingCall other) final void
QDBusPendingCallWatcher.swap
(QDBusPendingCall other) ModifierConstructorDescriptionImpl
(QDBusPendingCall other) Overloaded constructor forQDBusPendingCallWatcher(io.qt.dbus.QDBusPendingCall, io.qt.core.QObject)
withparent = null
.QDBusPendingCallWatcher
(QDBusPendingCall call, QObject parent) QDBusPendingReply
(QDBusPendingCall call, Class<A> typeA, QMetaType... instantiations) QDBusPendingReply2
(QDBusPendingCall call, Class<A> typeA, Class<B> typeB) QDBusPendingReply3
(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC) QDBusPendingReply4
(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD) QDBusPendingReply5
(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE) QDBusPendingReply6
(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF) QDBusPendingReply7
(QDBusPendingCall call, Class<A> typeA, Class<B> typeB, Class<C> typeC, Class<D> typeD, Class<E> typeE, Class<F> typeF, Class<G> typeG) 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) QDBusReply
(QDBusPendingCall pcall, Class<T> valueType, QMetaType... instantiation)