Uses of Interface
io.qt.dbus.QDBusPendingCall
-
Uses of QDBusPendingCall in io.qt.dbus
Classes in io.qt.dbus that implement QDBusPendingCallModifier and TypeClassDescriptionclassConvenient way for waiting for asynchronous repliesclassThe QDBusPendingReply class contains the reply to an asynchronous method call.classQDBusPendingReply2<A,B> The QDBusPendingReply class contains the reply to an asynchronous method call.classQDBusPendingReply3<A,B, C> The QDBusPendingReply class contains the reply to an asynchronous method call.classQDBusPendingReply4<A,B, C, D> The QDBusPendingReply class contains the reply to an asynchronous method call.classQDBusPendingReply5<A,B, C, D, E> The QDBusPendingReply class contains the reply to an asynchronous method call.classQDBusPendingReply6<A,B, C, D, E, F> The QDBusPendingReply class contains the reply to an asynchronous method call.classQDBusPendingReply7<A,B, C, D, E, F, G> The QDBusPendingReply class contains the reply to an asynchronous method call.classQDBusPendingReply8<A,B, C, D, E, F, G, H> The QDBusPendingReply class contains the reply to an asynchronous method call.Methods in io.qt.dbus that return QDBusPendingCallModifier and TypeMethodDescriptionfinal QDBusPendingCallfinal QDBusPendingCallfinal QDBusPendingCallQDBusConnection.asyncCall(QDBusMessage message) Overloaded function forQDBusConnection.asyncCall(io.qt.dbus.QDBusMessage, int)withtimeout = -1.final QDBusPendingCallQDBusConnection.asyncCall(QDBusMessage message, int timeout) final QDBusPendingCallQDBusAbstractInterface.asyncCallWithArgumentList(String method, Collection<? extends Object> args) static QDBusPendingCallQDBusPendingCall.fromCompletedCall(QDBusMessage message) static QDBusPendingCallQDBusPendingCall.fromError(QDBusError error) Methods in io.qt.dbus with parameters of type QDBusPendingCallModifier and TypeMethodDescriptiondefault voidQDBusPendingCall.assign(QDBusPendingCall other) final voidQDBusPendingCall.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 voidQDBusPendingCall.Impl.swap(QDBusPendingCall other) default voidQDBusPendingCall.swap(QDBusPendingCall other) final voidQDBusPendingCallWatcher.swap(QDBusPendingCall other) Constructors in io.qt.dbus with parameters of type QDBusPendingCallModifierConstructorDescriptionImpl(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)