Uses of Enum
io.qt.dbus.QDBus.CallMode
-
Uses of QDBus.CallMode in io.qt.dbus
Modifier 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.Modifier 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