Uses of Class
io.qt.core.QStandardPaths.LocateOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QStandardPaths.LocateOption in io.qt.core
Methods in io.qt.core that return QStandardPaths.LocateOption Modifier and Type Method Description QStandardPaths.LocateOption[]
QStandardPaths.LocateOptions. flags()
Returns an array of flag objects represented by this LocateOptions.static QStandardPaths.LocateOption
QStandardPaths.LocateOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QStandardPaths.LocateOption
QStandardPaths.LocateOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QStandardPaths.LocateOption[]
QStandardPaths.LocateOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QStandardPaths.LocateOption Modifier and Type Method Description QStandardPaths.LocateOptions
QStandardPaths.LocateOption. combined(QStandardPaths.LocateOption e)
Combines this entry with other enum entry.QStandardPaths.LocateOptions
QStandardPaths.LocateOptions. combined(QStandardPaths.LocateOption e)
Combines this flags with enum entry.static QStandardPaths.LocateOptions
QStandardPaths.LocateOption. flags(QStandardPaths.LocateOption... values)
Creates a newQStandardPaths.LocateOptions
from the entries.static String
QStandardPaths. locate(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption... options)
static QStringList
QStandardPaths. locateAll(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption... options)
QStandardPaths.LocateOptions
QStandardPaths.LocateOptions. setFlag(QStandardPaths.LocateOption e)
Sets the flage
QStandardPaths.LocateOptions
QStandardPaths.LocateOptions. setFlag(QStandardPaths.LocateOption e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type QStandardPaths.LocateOption Constructor Description LocateOptions(QStandardPaths.LocateOption... args)
Creates a new LocateOptions where the flags inargs
are set.