QStandardPaths

Binding for C++ class QStandardPaths.

Members

Aliases

LocateOptions
alias LocateOptions = QFlags!(LocateOption)
Undocumented in source.

Enums

LocateOption
enum LocateOption
Undocumented in source.
StandardLocation
enum StandardLocation
Undocumented in source.

Static functions

displayName
QString displayName(StandardLocation type)
Undocumented in source.
findExecutable
QString findExecutable(const(QString) executableName, const(QStringList) paths)
Undocumented in source.
isTestModeEnabled
bool isTestModeEnabled()
Undocumented in source.
locate
QString locate(StandardLocation type, const(QString) fileName, LocateOptions options)
Undocumented in source.
locateAll
QStringList locateAll(StandardLocation type, const(QString) fileName, LocateOptions options)
Undocumented in source.
setTestModeEnabled
void setTestModeEnabled(bool testMode)
Undocumented in source.
standardLocations
QStringList standardLocations(StandardLocation type)
Undocumented in source.
writableLocation
QString writableLocation(StandardLocation type)
Undocumented in source.

Meta