MainWindow Class Reference

Main window of QPasm. More...

#include <mainwindow.h>

Collaboration diagram for MainWindow:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MainWindow (QWidget *parent=0)
 Constructor.
 ~MainWindow ()
 Destructor.

Private Attributes

Ui::MainWindowClass * ui
 Elements in the user interface are accessible through this.
QtSignalBridgesignalBridge
 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.
Highlighterhighlighter
 Our syntax highlighting engine.
bool highlighterIsInitialized
 Boolean to check whether the highlighter has been initialized yet.


Detailed Description

Main window of QPasm.

Constructor & Destructor Documentation

MainWindow::MainWindow ( QWidget *  parent = 0  ) 

Constructor.

Parameters:
parent Parent object


The documentation for this class was generated from the following files:

Generated on Thu Jun 11 02:07:45 2009 for QPasm by  doxygen 1.5.6