java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QStandardPaths
- All Implemented Interfaces:
QtObjectInterface
public final class QStandardPaths extends QtObject
Methods for accessing standard paths
Java wrapper for Qt class QStandardPaths
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QStandardPaths.LocateOption
Java wrapper for Qt enum QStandardPaths::LocateOptionstatic class
QStandardPaths.LocateOptions
QFlags type for enumQStandardPaths.LocateOption
static class
QStandardPaths.StandardLocation
Java wrapper for Qt enum QStandardPaths::StandardLocation -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description protected
QStandardPaths(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QStandardPaths
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
displayName
-
enableTestMode
Deprecated. -
findExecutable
Overloaded function for
findExecutable(java.lang.String, java.util.Collection)
withpaths = new java.util.ArrayList<String>()
. -
findExecutable
-
isTestModeEnabled
public static boolean isTestModeEnabled() -
locate
public static String locate(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption... options) -
locate
Overloaded function for
locate(io.qt.core.QStandardPaths.StandardLocation, java.lang.String, io.qt.core.QStandardPaths.LocateOptions)
withoptions = new io.qt.core.QStandardPaths.LocateOptions(0)
. -
locate
public static String locate(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOptions options) -
locateAll
public static QStringList locateAll(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOption... options) -
locateAll
Overloaded function for
locateAll(io.qt.core.QStandardPaths.StandardLocation, java.lang.String, io.qt.core.QStandardPaths.LocateOptions)
withoptions = new io.qt.core.QStandardPaths.LocateOptions(0)
. -
locateAll
public static QStringList locateAll(QStandardPaths.StandardLocation type, String fileName, QStandardPaths.LocateOptions options) -
setTestModeEnabled
public static void setTestModeEnabled(boolean testMode) -
standardLocations
-
writableLocation
-