aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r--qtmips_gui/mainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h
index 48883e5..61e6896 100644
--- a/qtmips_gui/mainwindow.h
+++ b/qtmips_gui/mainwindow.h
@@ -45,6 +45,8 @@
#include "programdock.h"
#include "memorydock.h"
#include "cachedock.h"
+#include "peripheralsdock.h"
+#include "terminaldock.h"
#include "qtmipsmachine.h"
#include "machineconfig.h"
@@ -70,6 +72,8 @@ public slots:
void show_memory();
void show_cache_data();
void show_cache_program();
+ void show_peripherals();
+ void show_terminal();
// Actions - help menu
void about_qtmips();
void about_qt();
@@ -95,6 +99,8 @@ private:
ProgramDock *program;
MemoryDock *memory;
CacheDock *cache_program, *cache_data;
+ PeripheralsDock *peripherals;
+ TerminalDock *terminal;
QActionGroup *speed_group;