src/mainwindow.h

changeset 96
165777a20dc7
parent 41
0abada2a9802
child 97
d9a3b153f679
equal deleted inserted replaced
95:06a1aef170aa 96:165777a20dc7
56 uiutilities::KeySequenceMap defaultKeyboardShortcuts; 56 uiutilities::KeySequenceMap defaultKeyboardShortcuts;
57 static constexpr int maxRecentlyOpenedFiles = 10; 57 static constexpr int maxRecentlyOpenedFiles = 10;
58 QStringList recentlyOpenedFiles; 58 QStringList recentlyOpenedFiles;
59 ldraw::ColorTable colorTable; 59 ldraw::ColorTable colorTable;
60 gl::RenderPreferences renderPreferences; 60 gl::RenderPreferences renderPreferences;
61 QVector<class BaseTool*> tools;
62 BaseTool* selectedTool = nullptr;
61 void updateTitle(); 63 void updateTitle();
62 void updateRenderPreferences(); 64 void updateRenderPreferences();
63 void saveSettings(); 65 void saveSettings();
64 void restoreStartupSettings(); 66 void restoreStartupSettings();
65 void restoreSettings(); 67 void restoreSettings();

mercurial