|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
This is the complete list of members for Ship::ConsoleVariable, including all inherited members.
| ClearBlock(const char *name) | Ship::ConsoleVariable | |
| ClearVariable(const char *name) | Ship::ConsoleVariable | |
| Component(const std::string &name, std::shared_ptr< Context > context=nullptr) | Ship::Component | explicit |
| ConsoleVariable(std::shared_ptr< Config > config=nullptr) | Ship::ConsoleVariable | explicit |
| CopyVariable(const char *from, const char *to) | Ship::ConsoleVariable | |
| Get(const char *name) | Ship::ConsoleVariable | |
| GetChildren() | Ship::Component | |
| GetChildren() const | Ship::Component | |
| GetColor(const char *name, Color_RGBA8 defaultValue) | Ship::ConsoleVariable | |
| GetColor24(const char *name, Color_RGB8 defaultValue) | Ship::ConsoleVariable | |
| GetContext() const | Ship::Part | |
| GetFirstInChildren() const | Ship::Component | |
| GetFirstInParents() const | Ship::Component | |
| GetFloat(const char *name, float defaultValue) | Ship::ConsoleVariable | |
| GetId() const | Ship::Part | |
| GetInChildren() const | Ship::Component | |
| GetInParents() const | Ship::Component | |
| GetInteger(const char *name, int32_t defaultValue) | Ship::ConsoleVariable | |
| GetName() const | Ship::Component | |
| GetParents() | Ship::Component | |
| GetParents() const | Ship::Component | |
| GetSharedComponent() | Ship::Component | virtual |
| GetString(const char *name, const char *defaultValue) | Ship::ConsoleVariable | |
| HasInChildren() const | Ship::Component | |
| HasInParents() const | Ship::Component | |
| Init(const nlohmann::json &initArgs=nlohmann::json::object()) | Ship::Component | |
| IsInitialized() const | Ship::Component | |
| Load() | Ship::ConsoleVariable | |
| LoadFromPath(std::string path, nlohmann::detail::iteration_proxy< nlohmann::detail::iter_impl< nlohmann::json > > items) | Ship::ConsoleVariable | protected |
| LoadLegacy() | Ship::ConsoleVariable | protected |
| MarkInitialized() | Ship::Component | protected |
| OnAdded(bool forced) | Ship::Part | protectedvirtual |
| OnInit(const nlohmann::json &initArgs=nlohmann::json::object()) | Ship::Component | protectedvirtual |
| OnRemoved(bool forced) | Ship::Part | protectedvirtual |
| operator std::string() const | Ship::Component | explicit |
| operator==(const Part &other) const | Ship::Part | |
| Part() | Ship::Part | |
| Part(std::shared_ptr< Context > context) | Ship::Part | explicit |
| RegisterColor(const char *name, Color_RGBA8 defaultValue) | Ship::ConsoleVariable | |
| RegisterColor24(const char *name, Color_RGB8 defaultValue) | Ship::ConsoleVariable | |
| RegisterFloat(const char *name, float defaultValue) | Ship::ConsoleVariable | |
| RegisterInteger(const char *name, int32_t defaultValue) | Ship::ConsoleVariable | |
| RegisterString(const char *name, const char *defaultValue) | Ship::ConsoleVariable | |
| RequireDependency(const std::shared_ptr< T > &dependency, const std::string &dependencyName) const | Ship::Component | protected |
| Save() | Ship::ConsoleVariable | |
| SetColor(const char *name, Color_RGBA8 value) | Ship::ConsoleVariable | |
| SetColor24(const char *name, Color_RGB8 value) | Ship::ConsoleVariable | |
| SetContext(std::shared_ptr< Context > ctx) | Ship::Part | |
| SetFloat(const char *name, float value) | Ship::ConsoleVariable | |
| SetInteger(const char *name, int32_t value) | Ship::ConsoleVariable | |
| SetString(const char *name, const char *value) | Ship::ConsoleVariable | |
| ToString() const | Ship::Component | |
| ToTreeString(int depth=0) const | Ship::Component | |
| TryGetSharedComponent() noexcept | Ship::Component | virtual |
| ~Component() | Ship::Component | virtual |
| ~ConsoleVariable() | Ship::ConsoleVariable | |
| ~Part()=default | Ship::Part | virtual |