CustusX  15.8
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 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 QString getWebsiteURL ()
 
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 223 of file cxDataLocations.cpp.

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

Definition at line 258 of file cxDataLocations.cpp.

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

Definition at line 247 of file cxDataLocations.cpp.

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

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

QString cx::DataLocations::getBundlePath ( )
static

return the folder where the bundle or executable are located.

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

QStringList cx::DataLocations::getDefaultPluginsPath ( )
static

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

Definition at line 136 of file cxDataLocations.cpp.

QString cx::DataLocations::getDocPath ( )
static

return path to folder containing documentation files

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

QString cx::DataLocations::getLargeTestDataPath ( )
static

return path to test data folder containing large data sets

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

QString cx::DataLocations::getRootConfigPath ( )
static

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

Definition at line 169 of file cxDataLocations.cpp.

QStringList cx::DataLocations::getRootConfigPaths ( )
static

Definition at line 177 of file cxDataLocations.cpp.

QString cx::DataLocations::getTestDataPath ( )
static

return path to test data folder

Definition at line 59 of file cxDataLocations.cpp.

QString cx::DataLocations::getWebsiteURL ( )
static

Definition at line 304 of file cxDataLocations.cpp.

QString cx::DataLocations::getWebsiteUserDocumentationURL ( )
static

Definition at line 311 of file cxDataLocations.cpp.

bool cx::DataLocations::isRunFromBuildFolder ( )
static

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


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