Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::DataLocations Class Reference

#include <cxDataLocations.h>

Static Public Member Functions

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 ()
 

Detailed Description

Helper functions for accessing file paths and similar stuff.

Date
Jun 22, 2010
Author
christiana

Definition at line 52 of file cxDataLocations.h.

Member Function Documentation

QStringList cx::DataLocations::appendStringToAllElements ( QStringList  root,
QString  suffix 
)
static

Definition at line 240 of file cxDataLocations.cpp.

void cx::DataLocations::deletePersistentWritablePath ( )
static

Deletes the folder called *_settings.

Definition at line 121 of file cxDataLocations.cpp.

QString cx::DataLocations::findConfigFilePath ( QString  fileName,
QString  pathRelativeToConfigRoot,
QString  alternativeAbsolutePath = "" 
)
static

Definition at line 275 of file cxDataLocations.cpp.

QString cx::DataLocations::findConfigFolder ( QString  pathRelativeToConfigRoot,
QString  alternativeAbsolutePath = "" 
)
static

Definition at line 264 of file cxDataLocations.cpp.

QString cx::DataLocations::findConfigPath ( QString  fileName,
QString  pathRelativeToConfigRoot,
QString  alternativeAbsolutePath = "" 
)
static

Definition at line 269 of file cxDataLocations.cpp.

QString cx::DataLocations::findExecutableInStandardLocations ( QString  filename)
static

look for an exe in the same folder as the executable or bundle.

Definition at line 304 of file cxDataLocations.cpp.

QString cx::DataLocations::getBundlePath ( )
static

return the folder where the bundle or executable are located.

Definition at line 130 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 258 of file cxDataLocations.cpp.

QStringList cx::DataLocations::getDefaultPluginsPath ( )
static

return the folder where plugins should be located, by default.

Definition at line 151 of file cxDataLocations.cpp.

QString cx::DataLocations::getDocPath ( )
static

return path to folder containing documentation files

Definition at line 216 of file cxDataLocations.cpp.

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 88 of file cxDataLocations.cpp.

QString cx::DataLocations::getLargeTestDataPath ( )
static

return path to test data folder containing large data sets

Definition at line 74 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 111 of file cxDataLocations.cpp.

QString cx::DataLocations::getRootConfigPath ( )
static

return path to root config folder. May be replaced with getExistingConfigPath()

Definition at line 184 of file cxDataLocations.cpp.

QStringList cx::DataLocations::getRootConfigPaths ( )
static

Definition at line 192 of file cxDataLocations.cpp.

QString cx::DataLocations::getTestDataPath ( )
static

return path to test data folder

Definition at line 60 of file cxDataLocations.cpp.

QString cx::DataLocations::getUploadsUrl ( )
static

Definition at line 331 of file cxDataLocations.cpp.

QString cx::DataLocations::getWebsiteURL ( )
static

Definition at line 326 of file cxDataLocations.cpp.

QString cx::DataLocations::getWebsiteUserDocumentationURL ( )
static

Definition at line 336 of file cxDataLocations.cpp.

bool cx::DataLocations::isRunFromBuildFolder ( )
static

Definition at line 347 of file cxDataLocations.cpp.

void cx::DataLocations::setTestMode ( )
static

set a testing mode that changes location of settings files to a temp folder.

Definition at line 54 of file cxDataLocations.cpp.

void cx::DataLocations::setWebsiteURL ( QString  websiteUrl)
static

Definition at line 321 of file cxDataLocations.cpp.


The documentation for this class was generated from the following files: