Uses of Class
io.qt.core.QStandardPaths.LocateOptions
Package | Description |
---|---|
io.qt.core |
-
Uses of QStandardPaths.LocateOptions in io.qt.core
Methods in io.qt.core that return QStandardPaths.LocateOptions Modifier and Type Method Description QStandardPaths.LocateOptions
QStandardPaths.LocateOption. asFlags()
Create a QFlags of the enum entry.QStandardPaths.LocateOptions
QStandardPaths.LocateOptions. clone()
Clones the flagsQStandardPaths.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.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
Methods in io.qt.core with parameters of type QStandardPaths.LocateOptions Modifier and Type Method Description int
QStandardPaths.LocateOptions. compareTo(QStandardPaths.LocateOptions other)
static String
QStandardPaths. locate(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOptions options)
static QStringList
QStandardPaths. locateAll(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOptions options)