Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 359:1f2a4ad79967 tonioni
Introduce a new canSaveAs which is active whenever there is a main model; avoid silently overwriting existing session file when saving to audio path
author | Chris Cannam |
---|---|
date | Fri, 13 Jun 2014 10:37:04 +0100 |
parents | 337cdb5e5b06 |
children | f1cab64363d7 |
comparison
equal
deleted
inserted
replaced
358:2da91cceed64 | 359:1f2a4ad79967 |
---|---|
154 void canSelectPreviousPane(bool); | 154 void canSelectPreviousPane(bool); |
155 void canSelectNextPane(bool); | 155 void canSelectNextPane(bool); |
156 void canSelectPreviousLayer(bool); | 156 void canSelectPreviousLayer(bool); |
157 void canSelectNextLayer(bool); | 157 void canSelectNextLayer(bool); |
158 void canSave(bool); | 158 void canSave(bool); |
159 void canSaveAs(bool); | |
159 void hideSplash(); | 160 void hideSplash(); |
160 void sessionLoaded(); | 161 void sessionLoaded(); |
161 void audioFileLoaded(); | 162 void audioFileLoaded(); |
162 void replacedDocument(); | 163 void replacedDocument(); |
163 void activity(QString); | 164 void activity(QString); |