KSPaths
KSPaths Class Reference
#include <kspaths.h>
Static Public Member Functions | |
static QString | locate (QStandardPaths::StandardLocation location, const QString &fileName, QStandardPaths::LocateOptions options=QStandardPaths::LocateFile) |
static QStringList | locateAll (QStandardPaths::StandardLocation, const QString &fileNames, QStandardPaths::LocateOptions options=QStandardPaths::LocateFile) |
static QString | writableLocation (QStandardPaths::StandardLocation type) |
Detailed Description
Wrapper for QStandardPaths with Android assets support The purpose of this class is to search for resources on some platforms with paths that are not provided by QStandardPaths (e.g.
assets:/ on Android).
- Version
- 1.0
Member Function Documentation
◆ locate()
|
static |
Definition at line 10 of file kspaths.cpp.
◆ locateAll()
|
static |
Definition at line 56 of file kspaths.cpp.
◆ writableLocation()
|
static |
Definition at line 96 of file kspaths.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.