#include <eosim/graphic/RefreshGraphic.hpp>
Inheritance diagram for eosim::graphic::RefreshGraphic:
Public Member Functions | |
RefreshGraphic (eosim::core::Model &model, Display &disp) | |
This is the constructor a RefreshGraphic, linked to a model and to the Display which will be advanced. | |
~RefreshGraphic () | |
The destructor of RefreshGraphic. | |
void | eventRoutine () |
In this operation the time beat is calculated and the Display is advanced. |
void RefreshGraphic::eventRoutine | ( | ) | [virtual] |
In this operation the time beat is calculated and the Display is advanced.
Implements eosim::core::CEvent.