![]() |
BlankMat 0.1.0
Free open-source 3D texture creation application
|
This is the complete list of members for Config, including all inherited members.
Config(const std::string &name) | Config | inlineexplicit |
GetBool(const std::string &name) | Config | |
GetBools() | Config | inline |
GetConfig(const std::string &name) | Config | |
GetConfigs() const | Config | inline |
GetFloat(const std::string &name) | Config | |
GetFloats() | Config | inline |
GetInt(const std::string &name) | Config | |
GetInts() | Config | inline |
GetName() const | Config | inline |
GetString(const std::string &name) | Config | |
GetStrings() | Config | inline |
GetVec(const std::string &name) | Config | |
GetVecs() | Config | inline |
Print(int depth=0) const | Config | |
Reset() | Config | |
SetBool(const std::string &name, bool val) | Config | |
SetConfig(const std::string &name, Config *val) | Config | |
SetFloat(const std::string &name, float val) | Config | |
SetInt(const std::string &name, int val) | Config | |
SetString(const std::string &name, const std::string &val) | Config | |
SetVec(const std::string &name, const glm::vec3 &val) | Config |