Uses of Enum
io.qt.dbus.QDBus.CallMode
Packages that use QDBus.CallMode
-
Uses of QDBus.CallMode in io.qt.dbus
Methods in io.qt.dbus that return QDBus.CallModeModifier and TypeMethodDescriptionstatic QDBus.CallMode
QDBus.CallMode.resolve
(int value) Returns the corresponding enum entry for the given value.static QDBus.CallMode
Returns the enum constant of this type with the specified name.static QDBus.CallMode[]
QDBus.CallMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.dbus with parameters of type QDBus.CallModeModifier and TypeMethodDescriptionfinal QDBusMessage
QDBusAbstractInterface.call
(QDBus.CallMode mode, String method, Object... args) final QDBusMessage
QDBusConnection.call
(QDBusMessage message, QDBus.CallMode mode) Overloaded function forQDBusConnection.call(io.qt.dbus.QDBusMessage, io.qt.dbus.QDBus.CallMode, int)
withtimeout = -1
.final QDBusMessage
QDBusConnection.call
(QDBusMessage message, QDBus.CallMode mode, int timeout) final QDBusMessage
QDBusAbstractInterface.callWithArgumentList
(QDBus.CallMode mode, String method, Collection<? extends Object> args) protected final QDBusMessage
QDBusAbstractInterface.internalConstCall
(QDBus.CallMode mode, String method) Overloaded function forQDBusAbstractInterface.internalConstCall(io.qt.dbus.QDBus.CallMode, java.lang.String, java.util.Collection)
withargs = java.util.Collections.emptyList()
.protected final QDBusMessage
QDBusAbstractInterface.internalConstCall
(QDBus.CallMode mode, String method, Collection<? extends Object> args) SeeQDBusAbstractInterface::
internalConstCall(QDBus::CallMode, QString, QList<QVariant>)const