|
RType
|
#include <Graphic.hpp>


Public Member Functions | |
| Graphic (std::shared_ptr< ServerSocket > serverSocket) | |
| Construct a new Graphic:: Graphic object. More... | |
| void | update (std::shared_ptr< Event > event, std::shared_ptr< IComponentRType > component) override |
| update, update the graphic More... | |
Public Member Functions inherited from AService | |
| AService (std::shared_ptr< ServerSocket > serverSocket) | |
| Construct a new AService:: AService object. More... | |
| ~AService () override=default | |
| Destroy the AService:: AService object. More... | |
Public Member Functions inherited from IService | |
| virtual | ~IService ()=default |
| Construct a new IService:: IService object. More... | |
| virtual void | update (IGame *game, std::vector< IObject * > objects)=0 |
Additional Inherited Members | |
Protected Attributes inherited from IService | |
| std::shared_ptr< ServerSocket > | _serverSocket |
Definition at line 15 of file Graphic.hpp.
|
inlineexplicit |
|
overridevirtual |
update, update the graphic
| event | |
| component |
Implements AService.
Definition at line 16 of file Graphic.cpp.