RType
Public Member Functions | List of all members
Animation Class Reference

#include <Animation.hpp>

Inheritance diagram for Animation:
Inheritance graph
[legend]
Collaboration diagram for Animation:
Collaboration graph
[legend]

Public Member Functions

 Animation (std::shared_ptr< ServerSocket > serverSocket)
 Construct a new Animation:: Animation object. More...
 
void update (std::shared_ptr< Event > event, std::shared_ptr< IComponentRType > component) override
 Destroy the Animation:: Animation object. 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
 

Detailed Description

Definition at line 15 of file Animation.hpp.

Constructor & Destructor Documentation

◆ Animation()

Animation::Animation ( std::shared_ptr< ServerSocket serverSocket)
inlineexplicit

Construct a new Animation:: Animation object.

Parameters
serverSocket

Definition at line 23 of file Animation.hpp.

References Animation().

Referenced by Animation().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ update()

void Animation::update ( std::shared_ptr< Event event,
std::shared_ptr< IComponentRType component 
)
overridevirtual

Destroy the Animation:: Animation object.

Construct a new Animation:: Animation object.

Parameters
event
component

Implements AService.

Definition at line 16 of file Animation.cpp.


The documentation for this class was generated from the following files: