Uses of Enum
io.qt.gui.QAbstractFileIconProvider.Option
Packages that use QAbstractFileIconProvider.Option
-
Uses of QAbstractFileIconProvider.Option in io.qt.gui
Methods in io.qt.gui that return QAbstractFileIconProvider.OptionModifier and TypeMethodDescriptionfinal QAbstractFileIconProvider.Option[]
QAbstractFileIconProvider.Options.flags()
Returns an array of flag objects represented by this Options.QAbstractFileIconProvider.Option.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QAbstractFileIconProvider.Option[]
QAbstractFileIconProvider.Option.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 QAbstractFileIconProvider.OptionModifier and TypeMethodDescriptionQAbstractFileIconProvider.Option.combined
(QAbstractFileIconProvider.Option e) Combines this entry with other enum entry.QAbstractFileIconProvider.Options.combined
(QAbstractFileIconProvider.Option e) Combines this flags with enum entry.QAbstractFileIconProvider.Option.flags
(QAbstractFileIconProvider.Option... values) Creates a newQAbstractFileIconProvider.Options
from the entries.QAbstractFileIconProvider.Options.setFlag
(QAbstractFileIconProvider.Option e) Sets the flage
QAbstractFileIconProvider.Options.setFlag
(QAbstractFileIconProvider.Option e, boolean on) Sets or clears the flagflag
final void
QAbstractFileIconProvider.setOptions
(QAbstractFileIconProvider.Option... arg__1) Overloaded function forQAbstractFileIconProvider.setOptions(io.qt.gui.QAbstractFileIconProvider.Options)
.Constructors in io.qt.gui with parameters of type QAbstractFileIconProvider.OptionModifierConstructorDescriptionOptions
(QAbstractFileIconProvider.Option... args) Creates a new Options where the flags inargs
are set.