Uses of Enum
io.qt.widgets.QFileIconProvider.Option
-
Uses of QFileIconProvider.Option in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QFileIconProvider.Option []
QFileIconProvider.Options.flags()
Returns an array of flag objects represented by this Options.static QFileIconProvider.Option
QFileIconProvider.Option.resolve
(int value) Returns the corresponding enum entry for the given value.static QFileIconProvider.Option
Returns the enum constant of this type with the specified name.static QFileIconProvider.Option[]
QFileIconProvider.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQFileIconProvider.Option.cleared
(QFileIconProvider.Option e) Excludes other enum entry from a flag of this entry.QFileIconProvider.Option.combined
(QFileIconProvider.Option e) Combines this entry with other enum entry.QFileIconProvider.Options.combined
(QFileIconProvider.Option e) Combines this flags with enum entry.static QFileIconProvider.Options
QFileIconProvider.Option.flags
(QFileIconProvider.Option ... values) Creates a newQFileIconProvider.Options
from the entries.QFileIconProvider.Options.setFlag
(QFileIconProvider.Option e) Sets the flage
QFileIconProvider.Options.setFlag
(QFileIconProvider.Option e, boolean on) Sets or clears the flagflag
final void
QFileIconProvider.setOptions
(QFileIconProvider.Option ... options) Overloaded function forQFileIconProvider.setOptions(io.qt.widgets.QFileIconProvider.Options)
.ModifierConstructorDescriptionOptions
(QFileIconProvider.Option ... args) Creates a new Options where the flags inargs
are set.