| 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 > | |
| CircleShape(float radius=0, std::size_t pointCount=30) | sf::CircleShape | |
| clearDragBounds() | ml::Draggable | |
| ComponentCore() | ml::ComponentCore<> | inline |
| Customizable()=default | ml::Customizable< DraggableManifest > | |
| disableFlag(State state) | ml::FlagManager< Flag > | |
| Draggable()=default | ml::Draggable | |
| draw(sf::RenderTarget &target, sf::RenderStates states) const override | ml::Graphic< sf::CircleShape > | virtual |
| enableFlag(State state) | ml::FlagManager< Flag > | |
| Flag typedef | ml::Draggable | |
| FlagManager() | ml::FlagManager< Flag > | |
| getFillColor() const | sf::CircleShape | |
| getGeometricCenter() const override | sf::CircleShape | virtual |
| getGlobalBounds() const override | ml::Graphic< sf::CircleShape > | virtual |
| getInverseTransform() const | sf::CircleShape | |
| getLocalBounds() const | sf::CircleShape | |
| getMiterLimit() const | sf::CircleShape | |
| getOrigin() const | sf::CircleShape | |
| getOutlineColor() const | sf::CircleShape | |
| getOutlineThickness() const | sf::CircleShape | |
| getPoint(std::size_t index) const override | sf::CircleShape | virtual |
| getPointCount() const override | sf::CircleShape | virtual |
| getPosition() const override | ml::Graphic< sf::CircleShape > | virtual |
| getRadius() const | sf::CircleShape | |
| getRenderStates() const | ml::Core | inlinevirtual |
| getRotation() const | sf::CircleShape | |
| getScale() const | sf::CircleShape | |
| getState() const | ml::StateManager< extract_State< DraggableManifest >::type > | |
| getTexture() const | sf::CircleShape | |
| getTextureRect() const | sf::CircleShape | |
| getTransform() const | sf::CircleShape | |
| Graphic() | ml::Circle | |
| Graphic(const U &obj) | ml::Circle | explicit |
| isScrolling() | ml::Positionable | |
| isState(T state) const | ml::StateManager< extract_State< DraggableManifest >::type > | |
| manifest_type typedef | ml::Customizable< DraggableManifest > | |
| move(Vector2f offset) | sf::CircleShape | |
| moveDistance(sf::Vector2f distance, float seconds=1.f) | ml::Positionable | |
| moveTo(sf::Vector2f position, float seconds=1.f) | ml::Positionable | |
| ml::Core::moveTo(sf::FloatRect position, float seconds=1.f) | ml::Positionable | |
| onBlur(std::function< void()> callback) | ml::Focusable | |
| ml::Core::onBlur(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Focusable | |
| onClick(std::function< void()> callback) | ml::Clickable | |
| ml::Core::onClick(std::function< void(const std::optional< sf::Event > &event)> callback) | ml::Clickable | |
| onFocus(std::function< void()> callback) | ml::Focusable | |
| ml::Core::onFocus(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Focusable | |
| onHover(std::function< void()> callback) | ml::Hoverable | |
| ml::Core::onHover(std::function< void(const std::optional< sf::Event > &event)> callback) | ml::Hoverable | |
| onKeypress(std::function< void()> callback) | ml::Keyable | |
| ml::Core::onKeypress(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Keyable | |
| onKeyRelease(std::function< void()> callback) | ml::Keyable | |
| ml::Core::onKeyRelease(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Keyable | |
| onMouseMoved(std::function< void()> callback) | ml::Scrollable | |
| ml::Core::onMouseMoved(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onMousePressed(std::function< void()> callback) | ml::Scrollable | |
| ml::Core::onMousePressed(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onMouseReleased(std::function< void()> callback) | ml::Scrollable | |
| ml::Core::onMouseReleased(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onScroll(std::function< void()> callback) | ml::Scrollable | |
| ml::Core::onScroll(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Scrollable | |
| onStateEnter(std::function< void(T)> callback) | ml::StateManager< extract_State< DraggableManifest >::type > | |
| onStateExit(std::function< void(T)> callback) | ml::StateManager< extract_State< DraggableManifest >::type > | |
| onTextEntered(std::function< void()> callback) | ml::Keyable | |
| ml::Core::onTextEntered(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Keyable | |
| onUnhover(std::function< void()> callback) | ml::Hoverable | |
| ml::Core::onUnhover(std::function< void(const std::optional< sf::Event > &event)> callback) | ml::Hoverable | |
| onUpdate(std::function< void()> callback) | ml::Updatable | |
| ml::Core::onUpdate(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| onWindowFocusGained(std::function< void()> callback) | ml::Updatable | |
| ml::Core::onWindowFocusGained(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| onWindowFocusLost(std::function< void()> callback) | ml::Updatable | |
| ml::Core::onWindowFocusLost(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| onWindowResized(std::function< void()> callback) | ml::Updatable | |
| ml::Core::onWindowResized(std::function< void(const std::optional< sf::Event > &)> callback) | ml::Updatable | |
| operator const sf::Drawable &() const | ml::Graphic< sf::CircleShape > | |
| process(const std::string &key, const std::optional< sf::Event > &event) | ml::EventReceiver | virtual |
| ml::Draggable::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 | |
| rotate(Angle angle) | sf::CircleShape | |
| scale(Vector2f factor) | sf::CircleShape | |
| setAbove(T &obj, float spacing=0) | ml::Positionable | |
| setBelow(T &obj, float spacing=0) | ml::Positionable | |
| setDragBounds(const sf::FloatRect &bounds) | ml::Draggable | |
| setFillColor(Color color) | sf::CircleShape | |
| setFlag(State state, bool status) | ml::FlagManager< Flag > | |
| setFramerate(float framerate) | ml::Positionable | |
| setLeftOf(T &obj, float spacing=0) | ml::Positionable | |
| setMiterLimit(float miterLimit) | sf::CircleShape | |
| setOrigin(Vector2f origin) | sf::CircleShape | |
| setOutlineColor(Color color) | sf::CircleShape | |
| setOutlineThickness(float thickness) | sf::CircleShape | |
| setPointCount(std::size_t count) | sf::CircleShape | |
| setPosition(const sf::Vector2f &position) override | ml::Graphic< sf::CircleShape > | virtual |
| sf::CircleShape::setPosition(Vector2f position) | sf::CircleShape | |
| setRadius(float radius) | sf::CircleShape | |
| setRightOf(T &obj, float spacing=0) | ml::Positionable | |
| setRotation(Angle angle) | sf::CircleShape | |
| setScale(Vector2f factors) | sf::CircleShape | |
| setState(T newState) | ml::StateManager< extract_State< DraggableManifest >::type > | |
| setTexture(const Texture *texture, bool resetRect=false) | sf::CircleShape | |
| setTextureRect(const IntRect &rect) | sf::CircleShape | |
| ml::State typedef | ml::Draggable | |
| ml::Graphic< sf::CircleShape >::ml::Core::State typedef | ml::FlagManager< Flag > | |
| StateManager(std::enable_if_t<!std::is_void_v< T >, T > initialState) | ml::StateManager< extract_State< DraggableManifest >::type > | explicit |
| subscribe(ENUM_TYPE event, EventCallback callback) | ml::Subscribable | |
| ml::Core::subscribe(ENUM_TYPE event, Callback callback) | ml::Subscribable | |
| toggleFlag(State state) | ml::FlagManager< Flag > | |
| Transformable()=default | sf::Transformable | |
| unsubscribe(EnumType event) | ml::Unsubscribable | inline |
| unsubscribeAll() | ml::Unsubscribable | |
| update() | sf::CircleShape | protected |
| ~Core() | ml::Core | virtual |
| ~Customizable()=default | ml::Customizable< DraggableManifest > | virtual |
| ~Draggable()=default | ml::Draggable | virtual |
| ~Drawable()=default | sf::Drawable | virtual |
| ~EventReceiver()=default | ml::EventReceiver | virtual |
| ~Transformable()=default | sf::Transformable | virtual |
| ~Unsubscribable()=default | ml::Unsubscribable | virtual |