Uses of Class
io.qt.widgets.QFileIconProvider.Option
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QFileIconProvider.Option in io.qt.widgets
Methods in io.qt.widgets that return QFileIconProvider.Option Modifier and Type Method Description 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
QFileIconProvider.Option. valueOf(String name)
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.Methods in io.qt.widgets with parameters of type QFileIconProvider.Option Modifier and Type Method Description QFileIconProvider.Options
QFileIconProvider.Option. combined(QFileIconProvider.Option e)
Combines this entry with other enum entry.QFileIconProvider.Options
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
QFileIconProvider.Options. setFlag(QFileIconProvider.Option e)
Sets the flage
QFileIconProvider.Options
QFileIconProvider.Options. setFlag(QFileIconProvider.Option e, boolean on)
Sets or clears the flagflag
void
QFileIconProvider. setOptions(QFileIconProvider.Option... options)
Overloaded function forQFileIconProvider.setOptions(io.qt.widgets.QFileIconProvider.Options)
.Constructors in io.qt.widgets with parameters of type QFileIconProvider.Option Constructor Description Options(QFileIconProvider.Option... args)
Creates a new Options where the flags inargs
are set.