This is the complete list of members for ml::Application, including all inherited members.
| addComponent(Core &component) | ml::ApplicationBase | |
| ApplicationBase(const sf::VideoMode &videoMode, const std::string &title, UIController &appLogic, sf::RenderWindow &window=WindowManager::getWindow()) | ml::Application | |
| ApplicationBase(unsigned int screenWidth, unsigned int screenHeight, unsigned int bitDepth, const std::string &title) | ml::Application | |
| ApplicationBase(const sf::VideoMode &videoMode, const std::string &title) | ml::Application | |
| AppManager(const sf::VideoMode &videoMode, const std::string &title, UIController &appLogic, sf::RenderWindow &window=WindowManager::getWindow(), Architecture architecture=MVC) | ml::AppManager | |
| Architecture enum name | ml::AppManager | |
| clearEvents() | ml::ApplicationBase | static |
| ECS enum value | ml::AppManager | |
| EDA enum value | ml::AppManager | |
| initialization() override=0 | ml::Application | pure virtual |
| MVC enum value | ml::AppManager | |
| onUpdate(std::function< void()> f) | ml::UIController | |
| registerEvents() override=0 | ml::Application | pure virtual |
| reset() | ml::ApplicationBase | static |
| run() override | ml::AppManager | virtual |
| ~AppManager()=default | ml::AppManager | virtual |
| ~Controller()=default | ml::Controller | virtual |
| ~Manager()=default | ml::Manager | virtual |
| ~UIController() override=default | ml::UIController |