Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 342:4eccff14b4d8 tonioni
Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load
author | Chris Cannam |
---|---|
date | Wed, 02 Apr 2014 21:25:56 +0100 |
parents | 2925a4bbca5e |
children | 63dec7dc11cc |
comparison
equal
deleted
inserted
replaced
341:93cf23bfa1cb | 342:4eccff14b4d8 |
---|---|
151 void canSelectNextPane(bool); | 151 void canSelectNextPane(bool); |
152 void canSelectPreviousLayer(bool); | 152 void canSelectPreviousLayer(bool); |
153 void canSelectNextLayer(bool); | 153 void canSelectNextLayer(bool); |
154 void canSave(bool); | 154 void canSave(bool); |
155 void hideSplash(); | 155 void hideSplash(); |
156 void sessionLoaded(); | |
157 void audioFileLoaded(); | |
156 void replacedDocument(); | 158 void replacedDocument(); |
157 void activity(QString); | 159 void activity(QString); |
158 | 160 |
159 public slots: | 161 public slots: |
160 virtual void preferenceChanged(PropertyContainer::PropertyName); | 162 virtual void preferenceChanged(PropertyContainer::PropertyName); |