Uses of Enum
io.qt.dbus.QDBusServiceWatcher.WatchModeFlag
Packages that use QDBusServiceWatcher.WatchModeFlag
-
Uses of QDBusServiceWatcher.WatchModeFlag in io.qt.dbus
Methods in io.qt.dbus that return QDBusServiceWatcher.WatchModeFlagModifier and TypeMethodDescriptionQDBusServiceWatcher.WatchMode.flags()
Returns an array of flag objects represented by this WatchMode.QDBusServiceWatcher.WatchModeFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QDBusServiceWatcher.WatchModeFlag[]
QDBusServiceWatcher.WatchModeFlag.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 QDBusServiceWatcher.WatchModeFlagModifier and TypeMethodDescriptionQDBusServiceWatcher.WatchMode.combined
(QDBusServiceWatcher.WatchModeFlag e) Combines this flags with enum entry.QDBusServiceWatcher.WatchModeFlag.combined
(QDBusServiceWatcher.WatchModeFlag e) Combines this entry with other enum entry.QDBusServiceWatcher.WatchModeFlag.flags
(QDBusServiceWatcher.WatchModeFlag... values) Creates a newQDBusServiceWatcher.WatchMode
from the entries.QDBusServiceWatcher.WatchMode.setFlag
(QDBusServiceWatcher.WatchModeFlag e) Sets the flage
QDBusServiceWatcher.WatchMode.setFlag
(QDBusServiceWatcher.WatchModeFlag e, boolean on) Sets or clears the flagflag
final void
QDBusServiceWatcher.setWatchMode
(QDBusServiceWatcher.WatchModeFlag... mode) Overloaded function forQDBusServiceWatcher.setWatchMode(io.qt.dbus.QDBusServiceWatcher.WatchMode)
.Constructors in io.qt.dbus with parameters of type QDBusServiceWatcher.WatchModeFlagModifierConstructorDescriptionCreates a new WatchMode where the flags inargs
are set.