This is the complete list of members for ml::ApplicationWith< Manifest >, 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::ApplicationWith< Manifest > | |
| ApplicationBase(unsigned int screenWidth, unsigned int screenHeight, unsigned int bitDepth, const std::string &title) | ml::ApplicationWith< Manifest > | |
| ApplicationBase(const sf::VideoMode &videoMode, const std::string &title) | ml::ApplicationWith< Manifest > | |
| 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 | |
| get(EnumType key) -> std::enable_if_t< is_asset_enum< Manifest, EnumType >::value, const_ref_t< decltype(AssetsManager< Manifest >::get(key))> > | ml::ManifestResources< Manifest > | inlinestatic |
| get(EnumType key) -> std::enable_if_t< !is_asset_enum< Manifest, EnumType >::value, decltype(ConfigManager< Manifest >::get(key))> | ml::ManifestResources< Manifest > | inlinestatic |
| initialization() override=0 | ml::ApplicationWith< Manifest > | pure virtual |
| MVC enum value | ml::AppManager | |
| onUpdate(std::function< void()> f) | ml::UIController | |
| registerEvents() override=0 | ml::ApplicationWith< Manifest > | pure virtual |
| reset() | ml::ApplicationBase | static |
| Resources typedef | ml::ApplicationWith< Manifest > | |
| run() override | ml::AppManager | virtual |
| unload(EnumType key) | ml::ManifestResources< Manifest > | inlinestatic |
| unload(EnumType key) | ml::ManifestResources< Manifest > | inlinestatic |
| unload(EnumType key) | ml::ManifestResources< Manifest > | inlinestatic |
| ~AppManager()=default | ml::AppManager | virtual |
| ~Controller()=default | ml::Controller | virtual |
| ~Manager()=default | ml::Manager | virtual |
| ~UIController() override=default | ml::UIController |