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

A file containing the definition of the CompileLoadModel class. More...

#include <gtkmm/button.h>
#include <gtkmm/filechooserdialog.h>
#include <string>
#include "Model.h"

Go to the source code of this file.

Classes

class  CompileLoadModel
 the class definition of the compileLoadModel class, a data model which encapsulates any statefullness and logical operations associated with the compile and loading section of the KoMo2 GUI. This Model is in keeping with the MVC design pattern, with this class is the Model, the file display Label is the View, and the compiling and file browsing buttons are the Controller. More...
 

Enumerations

enum  CompileLoadInnerState : int { FILE_SELECTED = 0, NO_FILE }
 An enum indicating the state of the specific compile and load section of the GUI - specifically, whether a file had been selected or not.
 

Detailed Description

A file containing the definition of the CompileLoadModel class.

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 CompileLoadModel.h.