Uses of Enum
io.qt.dbus.QDBusConnection.RegisterOption
Packages that use QDBusConnection.RegisterOption
-
Uses of QDBusConnection.RegisterOption in io.qt.dbus
Methods in io.qt.dbus that return QDBusConnection.RegisterOptionModifier and TypeMethodDescriptionfinal QDBusConnection.RegisterOption[]
QDBusConnection.RegisterOptions.flags()
Returns an array of flag objects represented by this RegisterOptions.QDBusConnection.RegisterOption.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QDBusConnection.RegisterOption[]
QDBusConnection.RegisterOption.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 QDBusConnection.RegisterOptionModifier and TypeMethodDescriptionQDBusConnection.RegisterOption.combined
(QDBusConnection.RegisterOption e) Combines this entry with other enum entry.QDBusConnection.RegisterOptions.combined
(QDBusConnection.RegisterOption e) Combines this flags with enum entry.QDBusConnection.RegisterOption.flags
(QDBusConnection.RegisterOption... values) Creates a newQDBusConnection.RegisterOptions
from the entries.final boolean
QDBusConnection.registerObject
(String path, String arg__interface, QObject object, QDBusConnection.RegisterOption ... options) final boolean
QDBusConnection.registerObject
(String path, QObject object, QDBusConnection.RegisterOption ... options) QDBusConnection.RegisterOptions.setFlag
(QDBusConnection.RegisterOption e) Sets the flage
QDBusConnection.RegisterOptions.setFlag
(QDBusConnection.RegisterOption e, boolean on) Sets or clears the flagflag
Constructors in io.qt.dbus with parameters of type QDBusConnection.RegisterOptionModifierConstructorDescriptionCreates a new RegisterOptions where the flags inargs
are set.