#include <cxDataLocations.h>
|
static QString | getBundlePath () |
| return the folder where the bundle or executable are located. More...
|
|
static QString | getRootConfigPath () |
| return path to root config folder. May be replaced with getExistingConfigPath() More...
|
|
static QStringList | getRootConfigPaths () |
|
static QString | getTestDataPath () |
| return path to test data folder More...
|
|
static QString | getLargeTestDataPath () |
| return path to test data folder containing large data sets More...
|
|
static QString | getExistingTestData (QString pathRelativeToTestDataRoot, QString filename="") |
| Return full path to test data, both normal and large repositories are searched. More...
|
|
static QString | getDocPath () |
| return path to folder containing documentation files More...
|
|
static QString | getPersistentWritablePath () |
| Path to location usable for persistent and temporary storage of config. Do not use directly, prefer to create methods displaying subpaths. More...
|
|
static void | deletePersistentWritablePath () |
| Deletes the folder called *_settings. More...
|
|
static QString | getCachePath () |
| return path to a folder that is used during execution, will be cleared at start and stop. More...
|
|
static QStringList | getDefaultPluginsPath () |
| return the folder where plugins should be located, by default. More...
|
|
static void | setTestMode () |
| set a testing mode that changes location of settings files to a temp folder. More...
|
|
static QString | findExecutableInStandardLocations (QString filename) |
| look for an exe in the same folder as the executable or bundle. More...
|
|
static QStringList | appendStringToAllElements (QStringList root, QString suffix) |
|
static QString | findConfigFolder (QString pathRelativeToConfigRoot, QString alternativeAbsolutePath="") |
|
static QString | findConfigFilePath (QString fileName, QString pathRelativeToConfigRoot, QString alternativeAbsolutePath="") |
|
static QString | findConfigPath (QString fileName, QString pathRelativeToConfigRoot, QString alternativeAbsolutePath="") |
|
static void | setWebsiteURL (QString websiteUrl) |
|
static QString | getWebsiteURL () |
|
static QString | getUploadsUrl () |
|
static QString | getWebsiteUserDocumentationURL () |
|
static bool | isRunFromBuildFolder () |
|
Helper functions for accessing file paths and similar stuff.
- Date
- Jun 22, 2010
- Author
- christiana
Definition at line 31 of file cxDataLocations.h.
QStringList cx::DataLocations::appendStringToAllElements |
( |
QStringList |
root, |
|
|
QString |
suffix |
|
) |
| |
|
static |
void cx::DataLocations::deletePersistentWritablePath |
( |
| ) |
|
|
static |
QString cx::DataLocations::findConfigFilePath |
( |
QString |
fileName, |
|
|
QString |
pathRelativeToConfigRoot, |
|
|
QString |
alternativeAbsolutePath = "" |
|
) |
| |
|
static |
QString cx::DataLocations::findConfigFolder |
( |
QString |
pathRelativeToConfigRoot, |
|
|
QString |
alternativeAbsolutePath = "" |
|
) |
| |
|
static |
QString cx::DataLocations::findConfigPath |
( |
QString |
fileName, |
|
|
QString |
pathRelativeToConfigRoot, |
|
|
QString |
alternativeAbsolutePath = "" |
|
) |
| |
|
static |
QString cx::DataLocations::findExecutableInStandardLocations |
( |
QString |
filename | ) |
|
|
static |
look for an exe in the same folder as the executable or bundle.
Definition at line 288 of file cxDataLocations.cpp.
QString cx::DataLocations::getBundlePath |
( |
| ) |
|
|
static |
return the folder where the bundle or executable are located.
Definition at line 110 of file cxDataLocations.cpp.
QString cx::DataLocations::getCachePath |
( |
| ) |
|
|
static |
return path to a folder that is used during execution, will be cleared at start and stop.
Definition at line 242 of file cxDataLocations.cpp.
QStringList cx::DataLocations::getDefaultPluginsPath |
( |
| ) |
|
|
static |
return the folder where plugins should be located, by default.
Definition at line 131 of file cxDataLocations.cpp.
QString cx::DataLocations::getDocPath |
( |
| ) |
|
|
static |
QString cx::DataLocations::getExistingTestData |
( |
QString |
pathRelativeToTestDataRoot, |
|
|
QString |
filename = "" |
|
) |
| |
|
static |
Return full path to test data, both normal and large repositories are searched.
Definition at line 68 of file cxDataLocations.cpp.
QString cx::DataLocations::getLargeTestDataPath |
( |
| ) |
|
|
static |
return path to test data folder containing large data sets
Definition at line 54 of file cxDataLocations.cpp.
QString cx::DataLocations::getPersistentWritablePath |
( |
| ) |
|
|
static |
Path to location usable for persistent and temporary storage of config. Do not use directly, prefer to create methods displaying subpaths.
Definition at line 91 of file cxDataLocations.cpp.
QString cx::DataLocations::getRootConfigPath |
( |
| ) |
|
|
static |
return path to root config folder. May be replaced with getExistingConfigPath()
Definition at line 164 of file cxDataLocations.cpp.
QStringList cx::DataLocations::getRootConfigPaths |
( |
| ) |
|
|
static |
QString cx::DataLocations::getTestDataPath |
( |
| ) |
|
|
static |
QString cx::DataLocations::getUploadsUrl |
( |
| ) |
|
|
static |
QString cx::DataLocations::getWebsiteURL |
( |
| ) |
|
|
static |
QString cx::DataLocations::getWebsiteUserDocumentationURL |
( |
| ) |
|
|
static |
bool cx::DataLocations::isRunFromBuildFolder |
( |
| ) |
|
|
static |
void cx::DataLocations::setTestMode |
( |
| ) |
|
|
static |
set a testing mode that changes location of settings files to a temp folder.
Definition at line 33 of file cxDataLocations.cpp.
void cx::DataLocations::setWebsiteURL |
( |
QString |
websiteUrl | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-TB-JOB1/CX/CX/source/resource/core/settings/cxDataLocations.h
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-TB-JOB1/CX/CX/source/resource/core/settings/cxDataLocations.cpp