Torc  0.1
torcdirectories.h
Go to the documentation of this file.
1 #ifndef TORCDIRECTORIES_H
2 #define TORCDIRECTORIES_H
3 
4 // Qt
5 #include <QString>
6 
7 // Torc
8 #include "torccommandline.h"
9 
10 void InitialiseTorcDirectories (TorcCommandLine* CommandLine);
11 QString GetTorcConfigDir (void);
12 QString GetTorcShareDir (void);
13 QString GetTorcTransDir (void);
14 QString GetTorcContentDir (void);
15 
16 #endif // TORCDIRECTORIES_H
QString GetTorcShareDir(void)
Return the path to the installed Torc shared resources.
Torc command line handler.
QString GetTorcContentDir(void)
brief Return the path to generated content
void InitialiseTorcDirectories(TorcCommandLine *CommandLine)
Statically initialise the various directories that Torc uses.
QString GetTorcConfigDir(void)
Return the path to the application configuration directory.
QString GetTorcTransDir(void)
brief Return the path to installed translation files