|
RType
|
This is the complete list of members for IComponent, including all inherited members.
| _attribute | IComponent | protected |
| _clientCore | IComponent | protected |
| _type | IComponent | protected |
| action()=0 | IComponent | pure virtual |
| action_target | IComponent | protected |
| addActionTarget(std::shared_ptr< IComponent > component)=0 | IComponent | pure virtual |
| addSubComponent(std::shared_ptr< IComponent > component)=0 | IComponent | pure virtual |
| display(sf::RenderWindow &window)=0 | IComponent | pure virtual |
| getAttribute()=0 | IComponent | pure virtual |
| getType() const =0 | IComponent | pure virtual |
| handleEvent(const sf::Event &event, sf::RenderWindow &window)=0 | IComponent | pure virtual |
| IComponent(ClientCore *clientCore) | IComponent | inlineexplicit |
| setAttribute(std::string attribute)=0 | IComponent | pure virtual |
| sub_components | IComponent | protected |
| ~IComponent()=default | IComponent | virtual |