Uses of Enum
io.qt.core.QStandardPaths.StandardLocation
-
Uses of QStandardPaths.StandardLocation in io.qt.core
Modifier and TypeMethodDescriptionQStandardPaths.StandardLocation.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QStandardPaths.StandardLocation[]
QStandardPaths.StandardLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
QStandardPaths.displayName
(QStandardPaths.StandardLocation type) static String
QStandardPaths.locate
(QStandardPaths.StandardLocation type, String fileName) Overloaded function forQStandardPaths.locate(io.qt.core.QStandardPaths.StandardLocation, java.lang.String, io.qt.core.QStandardPaths.LocateOptions)
withoptions = new io.qt.core.QStandardPaths.LocateOptions(0)
.static String
QStandardPaths.locate
(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption ... options) static String
QStandardPaths.locate
(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOptions options) static QStringList
QStandardPaths.locateAll
(QStandardPaths.StandardLocation type, String fileName) Overloaded function forQStandardPaths.locateAll(io.qt.core.QStandardPaths.StandardLocation, java.lang.String, io.qt.core.QStandardPaths.LocateOptions)
withoptions = new io.qt.core.QStandardPaths.LocateOptions(0)
.static QStringList
QStandardPaths.locateAll
(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption ... options) static QStringList
QStandardPaths.locateAll
(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOptions options) static QStringList
QStandardPaths.standardLocations
(QStandardPaths.StandardLocation type) static String
QStandardPaths.writableLocation
(QStandardPaths.StandardLocation type)