Uses of Enum
io.qt.gui.QUtiMimeConverter.HandlerScopeFlag
Packages that use QUtiMimeConverter.HandlerScopeFlag
-
Uses of QUtiMimeConverter.HandlerScopeFlag in io.qt.gui
Methods in io.qt.gui that return QUtiMimeConverter.HandlerScopeFlagModifier and TypeMethodDescriptionfinal QUtiMimeConverter.HandlerScopeFlag []
QUtiMimeConverter.HandlerScope.flags()
Returns an array of flag objects represented by this HandlerScope.QUtiMimeConverter.HandlerScopeFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QUtiMimeConverter.HandlerScopeFlag[]
QUtiMimeConverter.HandlerScopeFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QUtiMimeConverter.HandlerScopeFlagModifier and TypeMethodDescriptionQUtiMimeConverter.HandlerScopeFlag.cleared
(QUtiMimeConverter.HandlerScopeFlag e) Excludes other enum entry from a flag of this entry.QUtiMimeConverter.HandlerScope.combined
(QUtiMimeConverter.HandlerScopeFlag e) Combines this flags with enum entry.QUtiMimeConverter.HandlerScopeFlag.combined
(QUtiMimeConverter.HandlerScopeFlag e) Combines this entry with other enum entry.QUtiMimeConverter.HandlerScopeFlag.flags
(QUtiMimeConverter.HandlerScopeFlag ... values) Creates a newQUtiMimeConverter.HandlerScope
from the entries.QUtiMimeConverter.HandlerScope.setFlag
(QUtiMimeConverter.HandlerScopeFlag e) Sets the flage
QUtiMimeConverter.HandlerScope.setFlag
(QUtiMimeConverter.HandlerScopeFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui with parameters of type QUtiMimeConverter.HandlerScopeFlagModifierConstructorDescriptionCreates a new HandlerScope where the flags inargs
are set.