aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/mainwindow.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-06-30 14:30:04 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-06-30 14:30:04 +0200
commitc86a491e26800f620b51ced800b612e73da1cced (patch)
tree0454bd4788ad7c83b48bb5efee3cd7c4607f4776 /qtmips_gui/mainwindow.h
parente5224e8548d94d4be2f37e410f5437120daec2c5 (diff)
downloadqtmips-c86a491e26800f620b51ced800b612e73da1cced.tar.gz
qtmips-c86a491e26800f620b51ced800b612e73da1cced.tar.bz2
qtmips-c86a491e26800f620b51ced800b612e73da1cced.zip
Provide option to hide coreview to speedup simulation.
If the view of core is not needed during simulation it can be hidded to speedup simulation. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r--qtmips_gui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h
index 788c118..0762e8b 100644
--- a/qtmips_gui/mainwindow.h
+++ b/qtmips_gui/mainwindow.h
@@ -79,6 +79,7 @@ public slots:
void show_terminal();
void show_lcd_display();
void show_cop0dock();
+ void show_hide_coreview(bool show);
void show_symbol_dialog();
// Actions - help menu
void about_qtmips();
@@ -109,6 +110,7 @@ private:
TerminalDock *terminal;
LcdDisplayDock *lcd_display;
Cop0Dock *cop0dock;
+ bool coreview_shown;
QActionGroup *speed_group;