|
RType
|
This is the complete list of members for InputComponent, including all inherited members.
| _attribute | IComponent | protected |
| _clientCore | IComponent | protected |
| _textEntry | InputComponent | |
| _type | IComponent | protected |
| AComponent(ClientCore *clientCore) | AComponent | inlineexplicit |
| action() override | InputComponent | virtual |
| action_target | IComponent | protected |
| addActionTarget(std::shared_ptr< IComponent > component) override | AComponent | virtual |
| addSubComponent(std::shared_ptr< IComponent > component) override | AComponent | virtual |
| display(sf::RenderWindow &window) override | InputComponent | virtual |
| getAttribute() override | AComponent | virtual |
| getRect() const | InputComponent | |
| getText() | InputComponent | |
| getType() const override | AComponent | virtual |
| handleClick() | InputComponent | |
| handleEvent(const sf::Event &event, sf::RenderWindow &window) override | InputComponent | virtual |
| IComponent(ClientCore *clientCore) | IComponent | inlineexplicit |
| InputComponent(ClientCore *core, std::shared_ptr< ClientSocket > socket) | InputComponent | explicit |
| setAttribute(std::string attribute) override | AComponent | virtual |
| setIsClicked(bool isClicked) | InputComponent | |
| setPosition(sf::Vector2f position) | InputComponent | |
| setRect(sf::IntRect rect) | InputComponent | |
| setSize(sf::Vector2f size) | InputComponent | |
| setText() | InputComponent | |
| setTexture(const sf::Texture &texture) | InputComponent | |
| sub_components | IComponent | protected |
| ~AComponent() override=default | AComponent | |
| ~IComponent()=default | IComponent | virtual |