This is the complete list of members for ml::Core, including all inherited members.
| center(T &obj) | ml::Positionable | |
| centerHorizonally(T &obj) | ml::Positionable | |
| centerText(sf::Text &obj) | ml::Positionable | |
| centerVertically(T &obj) | ml::Positionable | |
| checkFlag(State state) const | ml::FlagManager< Flag > | |
| disableFlag(State state) | ml::FlagManager< Flag > | |
| enableFlag(State state) | ml::FlagManager< Flag > | |
| FlagManager() | ml::FlagManager< Flag > | |
| getGlobalBounds() const =0 | ml::Positionable | pure virtual |
| getPosition() const =0 | ml::Positionable | pure virtual |
| getRenderStates() const | ml::Core | inlinevirtual |
| isScrolling() | ml::Positionable | |
| moveDistance(sf::Vector2f distance, float seconds=1.f) | ml::Positionable | |
| moveTo(sf::Vector2f position, float seconds=1.f) | ml::Positionable | |
| moveTo(sf::FloatRect position, float seconds=1.f) | ml::Positionable | |
| onBlur(std::function< void()> callback) | ml::Focusable | |
| onBlur(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Focusable | |
| onClick(std::function< void()> callback) | ml::Clickable | |
| onClick(std::function< void(const std::optional< sf::Event > &event)> callback) | ml::Clickable | |
| onFocus(std::function< void()> callback) | ml::Focusable | |
| onFocus(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Focusable | |
| onHover(std::function< void()> callback) | ml::Hoverable | |
| onHover(std::function< void(const std::optional< sf::Event > &event)> callback) | ml::Hoverable | |
| onKeypress(std::function< void()> callback) | ml::Keyable | |
| onKeypress(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Keyable | |
| onKeyRelease(std::function< void()> callback) | ml::Keyable | |
| onKeyRelease(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Keyable | |
| onMouseMoved(std::function< void()> callback) | ml::Scrollable | |
| onMouseMoved(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onMousePressed(std::function< void()> callback) | ml::Scrollable | |
| onMousePressed(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onMouseReleased(std::function< void()> callback) | ml::Scrollable | |
| onMouseReleased(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onScroll(std::function< void()> callback) | ml::Scrollable | |
| onScroll(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onTextEntered(std::function< void()> callback) | ml::Keyable | |
| onTextEntered(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Keyable | |
| onUnhover(std::function< void()> callback) | ml::Hoverable | |
| onUnhover(std::function< void(const std::optional< sf::Event > &event)> callback) | ml::Hoverable | |
| onUpdate(std::function< void()> callback) | ml::Updatable | |
| onUpdate(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| onWindowFocusGained(std::function< void()> callback) | ml::Updatable | |
| onWindowFocusGained(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| onWindowFocusLost(std::function< void()> callback) | ml::Updatable | |
| onWindowFocusLost(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| onWindowResized(std::function< void()> callback) | ml::Updatable | |
| onWindowResized(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| process(const std::string &key, const std::optional< sf::Event > &event) | ml::EventReceiver | virtual |
| ml::process(ENUM_TYPE eventName, const std::optional< sf::Event > &event) | ml::EventReceiver | |
| ml::Clickable::process(ENUM_TYPE eventName, const std::optional< sf::Event > &event) | ml::EventReceiver | |
| ml::Hoverable::process(ENUM_TYPE eventName, const std::optional< sf::Event > &event) | ml::EventReceiver | |
| ml::Focusable::process(ENUM_TYPE eventName, const std::optional< sf::Event > &event) | ml::EventReceiver | |
| ml::Keyable::process(ENUM_TYPE eventName, const std::optional< sf::Event > &event) | ml::EventReceiver | |
| ml::Scrollable::process(ENUM_TYPE eventName, const std::optional< sf::Event > &event) | ml::EventReceiver | |
| ml::Updatable::process(ENUM_TYPE eventName, const std::optional< sf::Event > &event) | ml::EventReceiver | |
| publish(ENUM_TYPE event, FilterCallback filter=[](EventReceiver &){ return true;}, SystemCallback resolve=nullptr, SystemCallback reject=nullptr) | ml::Subscribable | |
| setAbove(T &obj, float spacing=0) | ml::Positionable | |
| setBelow(T &obj, float spacing=0) | ml::Positionable | |
| setFlag(State state, bool status) | ml::FlagManager< Flag > | |
| setFramerate(float framerate) | ml::Positionable | |
| setLeftOf(T &obj, float spacing=0) | ml::Positionable | |
| setPosition(const sf::Vector2f &position)=0 | ml::Positionable | pure virtual |
| setRightOf(T &obj, float spacing=0) | ml::Positionable | |
| State typedef | ml::FlagManager< Flag > | |
| subscribe(ENUM_TYPE event, EventCallback callback) | ml::Subscribable | |
| subscribe(ENUM_TYPE event, Callback callback) | ml::Subscribable | |
| toggleFlag(State state) | ml::FlagManager< Flag > | |
| unsubscribe(EnumType event) | ml::Unsubscribable | inline |
| unsubscribeAll() | ml::Unsubscribable | |
| ~Core() | ml::Core | virtual |
| ~EventReceiver()=default | ml::EventReceiver | virtual |
| ~Unsubscribable()=default | ml::Unsubscribable | virtual |