![]() |
KoMo2
1.0.0
A modern ARM emulator GUI.
|
A file containing the declaration of the class Model and the enumerable type JimulatorState.
More...
#include <gtkmm.h>#include <gtkmm/button.h>#include <gtkmm/image.h>#include <string>#include "../jimulatorInterface.h"Go to the source code of this file.
Classes | |
| class | Model |
The superclass for all other Model classes. Uses a pure virtual function, so is abastract. Keeps KoMo2Model as a friend so it alone can call setJimulatorState. This class provides basic data that are needed by all other. More... | |
Enumerations | |
| enum | JimulatorState : int { INITIAL = -1, UNLOADED, LOADED, RUNNING, PAUSED } |
| Describe the 5 states of Jimulator. | |
1.8.11