#include "simulationView.hpp"
#include "resources/play.xpm"
#include "resources/step.xpm"
#include "resources/pause.xpm"
#include "resources/fforward.xpm"
#include "nanoStatusBar.hpp"
#include <wx/statline.h>
#include <iostream>
Include dependency graph for simulationView.cpp:
Go to the source code of this file.
Enumerations | |
enum | { ID_BUTTON_PLAYPAUSE = 0, ID_BUTTON_STEP, ID_BUTTON_NEXT, ID_BUTTON_FORWARD, ID_BUTTON_RESULTS, ID_TIMER, ID_SLIDER } |
|
Definition at line 33 of file simulationView.cpp. |