Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 455:1ab4ac6b2fcb
Merge
author | Chris Cannam |
---|---|
date | Thu, 21 May 2015 15:32:18 +0100 |
parents | c651a736ebc4 |
children | 74d575708e06 56acd9368532 |
comparison
equal
deleted
inserted
replaced
454:3e2a2ca24d90 | 455:1ab4ac6b2fcb |
---|---|
157 void canSelectPreviousLayer(bool); | 157 void canSelectPreviousLayer(bool); |
158 void canSelectNextLayer(bool); | 158 void canSelectNextLayer(bool); |
159 void canSave(bool); | 159 void canSave(bool); |
160 void canSaveAs(bool); | 160 void canSaveAs(bool); |
161 void hideSplash(); | 161 void hideSplash(); |
162 void hideSplash(QWidget *); | |
162 void sessionLoaded(); | 163 void sessionLoaded(); |
163 void audioFileLoaded(); | 164 void audioFileLoaded(); |
164 void replacedDocument(); | 165 void replacedDocument(); |
165 void activity(QString); | 166 void activity(QString); |
166 | 167 |
285 | 286 |
286 virtual FileOpenStatus openSessionFromRDF(FileSource source); | 287 virtual FileOpenStatus openSessionFromRDF(FileSource source); |
287 virtual FileOpenStatus openLayersFromRDF(FileSource source); | 288 virtual FileOpenStatus openLayersFromRDF(FileSource source); |
288 | 289 |
289 virtual void closeSession() = 0; | 290 virtual void closeSession() = 0; |
291 | |
292 virtual void emitHideSplash(); | |
290 | 293 |
291 virtual void newerVersionAvailable(QString) { } | 294 virtual void newerVersionAvailable(QString) { } |
292 | 295 |
293 virtual void menuActionMapperInvoked(QObject *); | 296 virtual void menuActionMapperInvoked(QObject *); |
294 | 297 |