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 TypeMethodDescriptionfinal QDBusServiceWatcher.WatchModeFlag []
QDBusServiceWatcher.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.WatchModeFlag.cleared
(QDBusServiceWatcher.WatchModeFlag e) Excludes other enum entry from a flag of this entry.QDBusServiceWatcher.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.WatchModeFlagModifierConstructorDescriptionWatchMode
(QDBusServiceWatcher.WatchModeFlag ... args) Creates a new WatchMode where the flags inargs
are set.