112 void updateDocumentList(); |
112 void updateDocumentList(); |
113 void updateDocumentListItem (LDDocument* doc); |
113 void updateDocumentListItem (LDDocument* doc); |
114 void updateEditModeActions(); |
114 void updateEditModeActions(); |
115 void updateGridToolBar(); |
115 void updateGridToolBar(); |
116 void updateRecentFilesMenu(); |
116 void updateRecentFilesMenu(); |
117 void updateTitle(); |
|
118 |
117 |
119 static QPixmap getIcon(QString iconName); |
118 static QPixmap getIcon(QString iconName); |
120 static class QSettings* makeSettings(QObject* parent = nullptr); |
119 static class QSettings* makeSettings(QObject* parent = nullptr); |
121 |
120 |
122 template<typename... Args> |
121 template<typename... Args> |
135 void closeTab (int tabindex); |
134 void closeTab (int tabindex); |
136 void historyTraversed(); |
135 void historyTraversed(); |
137 void ringToolHiResClicked (bool clicked); |
136 void ringToolHiResClicked (bool clicked); |
138 void tabSelected(); |
137 void tabSelected(); |
139 void documentClosed(LDDocument* document); |
138 void documentClosed(LDDocument* document); |
|
139 void updateTitle(); |
140 |
140 |
141 protected: |
141 protected: |
142 void closeEvent (QCloseEvent* ev); |
142 void closeEvent (QCloseEvent* ev); |
143 |
143 |
144 private: |
144 private: |