![]() |
KoMo2
1.0.0
A modern ARM emulator GUI.
|
| ▼ src | |
| ▼ kcmdSrc | |
| kcmd.cpp | |
| kcmd.h | |
| ▼ kmdSrc | |
| ▼ models | |
| CompileLoadModel.cpp | Definitions of the functions declared in the class declaration, found at CompileLoadModel.h |
| CompileLoadModel.h | A file containing the definition of the CompileLoadModel class |
| ControlsModel.cpp | Definitions of the functions declared in the class declaration, found in the file ControlsModel.h |
| ControlsModel.h | A file containing the definition of the ControlsModel class |
| DisassemblyModel.cpp | This file defines the functions declared in the file DisassemblyModel.h |
| DisassemblyModel.h | This file declares the class DisassemblyModel, which represents the logical data in memory that relates to the memory window you see in the KoMo2 GUI. The view is represented in the file DisassemblyView.cpp and it's header |
| KoMo2Model.cpp | Definitions of the functions declared in the class declaration, found at KoMo2Model.h |
| KoMo2Model.h | A file containing the definition of the KoMo2Model class |
| Model.cpp | Definitions of the functions and variables found in the class declaration in Model.h |
| Model.h | A file containing the declaration of the class Model and the enumerable type JimulatorState |
| RegistersModel.cpp | This file defines the class RegistersModel, which represents the logical data that relates to the register view you see in the KoMo2 GUI. The view is represented in the file RegistersView.cpp and it's associated header |
| RegistersModel.h | This file declares the class RegistersModel, which represents the logical data in memory that relates to the register view you see in the KoMo2 GUI. The view is represented in the file RegistersView.cpp and it's associated header |
| TerminalModel.cpp | The file containing the definition of the class TerminalModel, which represents all of the data and manipulation of the data associated with the terminal view of the KoMo2 GUI |
| TerminalModel.h | The file containing the declaration of the class TerminalModel, which represents all of the data and manipulation of the data associated with the terminal view of the KoMo2 GUI |
| ▼ views | |
| CompileLoadView.cpp | A file containing definitions of the class declared in CompileLoadView.h |
| CompileLoadView.h | A file containing the declaration of the class CompileLoadView. |
| ControlsView.cpp | A class that defines the class declared in the file ControlsView.h |
| ControlsView.h | A definition of the class ControlsView |
| DisassemblyView.cpp | This file contains the source code for the DisassemblyView GTK GUI component & the DisassemblyRows GUI sub-component, for the KoMo2 program |
| DisassemblyView.h | This file contains the header file for the DisassemblyRows and DisassemblyView classes |
| MainWindowView.cpp | Definitions of the functions declared in the class definition, found at MainWindowView.h |
| MainWindowView.h | A class declaration for the MainWindowView class, which inherits from GTK::Window |
| RegistersView.cpp | This file defines the class RegistersView, which represents the viewable GUI element that displays information about the memory within Jimulator. The model is represented in the file RegistersModel.cpp and it's associated header |
| RegistersView.h | This file declares the class RegistersView, which represents the viewable GUI element that displays information about the memory within Jimulator. The model is represented in the file RegistersModel.cpp and it's associated header |
| TerminalView.cpp | Defines the TerminalView class, which is an element of the KoMo2 GUI which represents the input & output text boxes at the bottom of the screen. Any data, and functions related to the manipulation of data, can be found in the accompanying TerminalModel class |
| TerminalView.h | Declares the TerminalView class, which is an element of the KoMo2 GUI which represents the input & output text boxes at the bottom of the screen. Any data, and functions related to the manipulation of data, can be found in the accompanying TerminalModel class |
| jimulatorInterface.cpp | Contains functionality relating to the serialization, transmission and reception of data to and from Jimulator, with a minor amount of processing done either way |
| jimulatorInterface.h | The header file associated with the jimulatorInterface.c file - specifies functions which can be accessed externally to by other files which include this header |
| main.cpp | The entry point of the program. Should have as little logic as possible |
1.8.11