mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 02:20:11 -05:00
Starting to clean out constants.h file by moving constants into the relevant classes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user