![]() |
KoMo2
1.0.0
A modern ARM emulator GUI.
|
This file contains the header file for the DisassemblyRows and DisassemblyView classes. More...
#include <gtkmm/box.h>#include <gtkmm/buttonbox.h>#include <gtkmm/eventbox.h>#include <gtkmm/grid.h>#include <gtkmm/label.h>#include <gtkmm/togglebutton.h>#include <iostream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | DisassemblyRows |
| A single instance of this class represents a single read memory address and the associated data - this is shown as a single row in the disassembly window. More... | |
| class | DisassemblyView |
Represents the entire disassembly window in the overall KoMo2 GUI. Contains several rows of memory values, buttons for navigation, and buttons for debugging. This class inherits from EventBox, which allows for interception of scroll events, and therefore programmer defined handling of these events. This handling of scroll events is done in the function handleScroll. More... | |
This file contains the header file for the DisassemblyRows and DisassemblyView classes.
Definition in file DisassemblyView.h.
1.8.11