updated graphical_simulation.hh - Djina
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@440 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
5034c59728
commit
ed389f8b37
|
@ -38,13 +38,19 @@ namespace sgpem {
|
|||
|
||||
class GraphicalSimulation;
|
||||
|
||||
/** \brief Concrete \ref Simulation subclass with a GUI.
|
||||
/** \brief Concrete \ref Simulation subclass with a GUI.
|
||||
|
||||
The GraphicalSimulation class is only a placeholder for the future baselines.
|
||||
*/
|
||||
class GraphicalTerminalIO : public IOManager, public Gtk::Window
|
||||
class GraphicalSimulation : public Simulation
|
||||
{
|
||||
|
||||
public:
|
||||
GraphicalSimulation();
|
||||
|
||||
/**
|
||||
Visualize the state of the simulation in a graphic mode
|
||||
*/
|
||||
void update();
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue