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

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

Detailed Description

This file contains the header file for the DisassemblyRows and DisassemblyView classes.

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