|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
This is the complete list of members for Ship::GameOverlay, including all inherited members.
| CalculateTextSize(const char *text, const char *textEnd=NULL, bool shortenText=false, float wrapWidth=-1.0f) | Ship::GameOverlay | |
| ClearNotifications() | Ship::GameOverlay | |
| Component(const std::string &name, std::shared_ptr< Context > context=nullptr) | Ship::Component | explicit |
| Draw() | Ship::GameOverlay | |
| DrawSettings() | Ship::GameOverlay | |
| GameOverlay(std::shared_ptr< Context > context=nullptr, std::shared_ptr< ResourceManager > resourceManager=nullptr, std::shared_ptr< ConsoleVariable > consoleVariables=nullptr, std::shared_ptr< Window > window=nullptr) | Ship::GameOverlay | |
| GetChildren() | Ship::Component | |
| GetChildren() const | Ship::Component | |
| GetContext() const | Ship::Part | |
| GetFirstInChildren() const | Ship::Component | |
| GetFirstInParents() const | Ship::Component | |
| GetId() const | Ship::Part | |
| GetID() | Ship::GameOverlay | |
| GetInChildren() const | Ship::Component | |
| GetInParents() const | Ship::Component | |
| GetName() const | Ship::Component | |
| GetParents() | Ship::Component | |
| GetParents() const | Ship::Component | |
| GetScreenHeight() | Ship::GameOverlay | protected |
| GetScreenWidth() | Ship::GameOverlay | protected |
| GetSharedComponent() | Ship::Component | virtual |
| GetStringWidth(const char *text) | Ship::GameOverlay | |
| HasInChildren() const | Ship::Component | |
| HasInParents() const | Ship::Component | |
| Init(const nlohmann::json &initArgs=nlohmann::json::object()) | Ship::Component | |
| IsInitialized() const | Ship::Component | |
| LoadFont(const std::string &name, float fontSize, const ResourceIdentifier &identifier) | Ship::GameOverlay | |
| LoadFont(const std::string &name, float fontSize, const std::string &path) | Ship::GameOverlay | |
| MarkInitialized() | Ship::Component | protected |
| OnAdded(bool forced) | Ship::Part | protectedvirtual |
| OnInit(const nlohmann::json &initArgs={}) override | Ship::GameOverlay | virtual |
| 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 |
| RequireDependency(const std::shared_ptr< T > &dependency, const std::string &dependencyName) const | Ship::Component | protected |
| SetContext(std::shared_ptr< Context > ctx) | Ship::Part | |
| SetCurrentFont(const std::string &name) | Ship::GameOverlay | |
| TextDraw(float x, float y, bool shadow, ImVec4 color, const char *text,...) | Ship::GameOverlay | |
| TextDrawNotification(float duration, bool shadow, const char *fmt,...) | Ship::GameOverlay | |
| ToString() const | Ship::Component | |
| ToTreeString(int depth=0) const | Ship::Component | |
| TryGetSharedComponent() noexcept | Ship::Component | virtual |
| ~Component() | Ship::Component | virtual |
| ~GameOverlay() | Ship::GameOverlay | virtual |
| ~Part()=default | Ship::Part | virtual |