aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/mainwindow.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-06-28 00:53:34 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-06-28 00:53:34 +0200
commitedabdffead6d33a4e6a0e5a84d9e15f25a6acf83 (patch)
tree4df2aebac195a75a5cc1364fc0593a29105c6daa /qtmips_gui/mainwindow.h
parent30b15c6d1a328df5d8b0f99a5cbb1f72f25c9cdf (diff)
downloadqtmips-edabdffead6d33a4e6a0e5a84d9e15f25a6acf83.tar.gz
qtmips-edabdffead6d33a4e6a0e5a84d9e15f25a6acf83.tar.bz2
qtmips-edabdffead6d33a4e6a0e5a84d9e15f25a6acf83.zip
Initial optimized version LCD display emulation.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r--qtmips_gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h
index 1ee8032..788c118 100644
--- a/qtmips_gui/mainwindow.h
+++ b/qtmips_gui/mainwindow.h
@@ -47,6 +47,7 @@
#include "cachedock.h"
#include "peripheralsdock.h"
#include "terminaldock.h"
+#include "lcddisplaydock.h"
#include "cop0dock.h"
#include "qtmipsmachine.h"
@@ -76,6 +77,7 @@ public slots:
void show_cache_program();
void show_peripherals();
void show_terminal();
+ void show_lcd_display();
void show_cop0dock();
void show_symbol_dialog();
// Actions - help menu
@@ -105,6 +107,7 @@ private:
CacheDock *cache_program, *cache_data;
PeripheralsDock *peripherals;
TerminalDock *terminal;
+ LcdDisplayDock *lcd_display;
Cop0Dock *cop0dock;