This is the complete list of members for MR::Config, including all inherited members.
| Config(Config const &)=delete | MR::Config | |
| Enum typedef | MR::Config | |
| fromJson(const Json::Value &config) | MR::Config | inline |
| getAppName() const | MR::Config | |
| getBool(const std::string &key, bool defaultValue=false) const | MR::Config | |
| getColor(const std::string &key, const Color &defaultValue=Color::black()) const | MR::Config | |
| getEnum(const Enum &enumeration, const std::string &key, int defaultValue=0) const | MR::Config | |
| getFileStack(const std::string &key, const FileNamesStack &defaultValue=FileNamesStack()) const | MR::Config | |
| getJsonValue(const std::string &key, const Json::Value &defaultValue={}) | MR::Config | |
| getVector2i(const std::string &key, const Vector2i &defaultValue=Vector2i()) const | MR::Config | |
| getViewportMask(const std::string &key, ViewportMask defaultValue={}) const | MR::Config | |
| hasBool(const std::string &key) const | MR::Config | |
| hasColor(const std::string &key) const | MR::Config | |
| hasEnum(const Enum &enumeration, const std::string &key) const | MR::Config | |
| hasFileStack(const std::string &key) const | MR::Config | |
| hasJsonValue(const std::string &key) | MR::Config | |
| hasVector2i(const std::string &key) const | MR::Config | |
| hasViewportMask(const std::string &key) const | MR::Config | |
| instance() | MR::Config | static |
| operator=(Config const &)=delete | MR::Config | |
| reset(std::string appName) | MR::Config | |
| setBool(const std::string &key, bool keyValue) | MR::Config | |
| setColor(const std::string &key, const Color &keyValue) | MR::Config | |
| setEnum(const Enum &enumeration, const std::string &key, int keyValue) | MR::Config | |
| setFileStack(const std::string &key, const FileNamesStack &keyValue) | MR::Config | |
| setJsonValue(const std::string &key, const Json::Value &keyValue) | MR::Config | |
| setVector2i(const std::string &key, const Vector2i &keyValue) | MR::Config | |
| setViewportMask(const std::string &key, ViewportMask newValue) | MR::Config | |
| toJson() const | MR::Config | inline |
| writeToFile() | MR::Config |