#include <mainwindow.h>

Public Member Functions | |
| MainWindow (QWidget *parent=0) | |
| Constructor. | |
| ~MainWindow () | |
| Destructor. | |
Private Attributes | |
| Ui::MainWindowClass * | ui |
| Elements in the user interface are accessible through this. | |
| QtSignalBridge * | signalBridge |
| The signalbridge generates Qt signals from the PASM library so the user interface knows what to do. | |
|
QHash< uint32_t, QTableWidgetItem * > | memoryTableMap |
| Addresses are mapped to their specific table widget item. | |
| QTableWidgetItem * | lastInterpreted |
| Instruction/line that was last interpreted. | |
| QLabel * | posInfo |
| Position info label. | |
| bool | changedSinceSave |
| Boolean to indicate whether the code has changed since the last save. | |
| bool | changedSinceCompile |
| Boolean to indicate whether the code has changed since the last compile. | |
| QString | fileName |
| Filename of the current file. | |
| QString | openPath |
| Save path and open path. | |
| Highlighter * | highlighter |
| Our syntax highlighting engine. | |
| bool | highlighterIsInitialized |
| Boolean to check whether the highlighter has been initialized yet. | |
| MainWindow::MainWindow | ( | QWidget * | parent = 0 |
) |
Constructor.
| parent | Parent object |
1.5.6