Starting to clean out constants.h file by moving constants into the relevant classes

This commit is contained in:
Alexander Bock
2015-05-20 16:32:28 +02:00
parent 2bb2b906ff
commit 4de4c015d7
17 changed files with 140 additions and 162 deletions
@@ -31,6 +31,26 @@ namespace openspace {
class ConfigurationManager : public ghoul::Dictionary {
public:
static const std::string KeyPaths;
static const std::string KeyCache;
static const std::string KeyCachePath;
static const std::string KeyFonts;
static const std::string KeyConfigSgct;
static const std::string KeyLuaDocumentationType;
static const std::string KeyLuaDocumentationFile;
static const std::string KeyPropertyDocumentationType;
static const std::string KeyPropertyDocumentationFile;
static const std::string KeyConfigScene;
static const std::string KeyEnableGui;
static const std::string KeyStartupScript;
static const std::string KeySettingsScript;
static const std::string KeySpiceTimeKernel;
static const std::string KeySpiceLeapsecondKernel;
static const std::string KeyLogLevel;
static const std::string KeyLogImmediateFlush;
static const std::string KeyLogs;
static const std::string KeyDisableMasterRendering;
bool loadFromFile(const std::string& filename);
private: