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.cleared(QDBusConnection.RegisterOption e) Excludes other enum entry from a flag of this entry.QDBusConnection.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.RegisterOptionsfrom the entries.final booleanQDBusConnection.registerObject(String path, QObject object, QDBusConnection.RegisterOption ... options) final booleanQDBusConnection.registerObject(String path, String arg__interface, QObject object, QDBusConnection.RegisterOption ... options) QDBusConnection.RegisterOptions.setFlag(QDBusConnection.RegisterOption e) Sets the flageQDBusConnection.RegisterOptions.setFlag(QDBusConnection.RegisterOption e, boolean on) Sets or clears the flagflagConstructors in io.qt.dbus with parameters of type QDBusConnection.RegisterOptionModifierConstructorDescriptionCreates a new RegisterOptions where the flags inargsare set.