KoMo2  1.0.0
A modern ARM emulator GUI.
Classes | Enumerations
Model.h File Reference

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.
 

Detailed Description

A file containing the declaration of the class Model and the enumerable type JimulatorState.

Author
Lawrence Warren (lawre.nosp@m.ncew.nosp@m.arren.nosp@m.2@gm.nosp@m.ail.c.nosp@m.om)
Version
1.0.0
Date
10-04-2021

Definition in file Model.h.