Uses of Class
io.qt.gui.QAbstractFileIconProvider.Option
Package | Description |
---|---|
io.qt.gui |
-
Uses of QAbstractFileIconProvider.Option in io.qt.gui
Methods in io.qt.gui that return QAbstractFileIconProvider.Option Modifier and Type Method Description QAbstractFileIconProvider.Option[]
QAbstractFileIconProvider.Options. flags()
Returns an array of flag objects represented by this Options.static QAbstractFileIconProvider.Option
QAbstractFileIconProvider.Option. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractFileIconProvider.Option
QAbstractFileIconProvider.Option. valueOf(String name)
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.Constructors in io.qt.gui with parameters of type QAbstractFileIconProvider.Option Constructor Description Options(QAbstractFileIconProvider.Option... args)
Creates a new Options where the flags inargs
are set.