![]() |
KoMo2
1.0.0
A modern ARM emulator GUI.
|
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.
More...
#include <gtkmm/buttonbox.h>#include <gtkmm/grid.h>#include <gtkmm/label.h>#include <array>#include <string>Go to the source code of this file.
Classes | |
| class | RegistersView |
| Stores data and functions related to the displaying of the KoMo2 GUI element - no particular logic or data should be stored here other than what can be directly seen on screen. More... | |
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.
Definition in file RegistersView.h.
1.8.11