Uses of Class
io.qt.dbus.QDBusServiceWatcher.WatchModeFlag
Package | Description |
---|---|
io.qt.dbus |
-
Uses of QDBusServiceWatcher.WatchModeFlag in io.qt.dbus
Methods in io.qt.dbus that return QDBusServiceWatcher.WatchModeFlag Modifier and Type Method Description QDBusServiceWatcher.WatchModeFlag[]
QDBusServiceWatcher.WatchMode. flags()
Returns an array of flag objects represented by this WatchMode.static QDBusServiceWatcher.WatchModeFlag
QDBusServiceWatcher.WatchModeFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QDBusServiceWatcher.WatchModeFlag
QDBusServiceWatcher.WatchModeFlag. valueOf(String name)
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.Constructors in io.qt.dbus with parameters of type QDBusServiceWatcher.WatchModeFlag Constructor Description WatchMode(QDBusServiceWatcher.WatchModeFlag... args)
Creates a new WatchMode where the flags inargs
are set.