KoMo2  1.0.0
A modern ARM emulator GUI.
Classes
RegistersView.h File Reference

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

Detailed Description

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.

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