Mercurial > hg > tony
comparison src/MainWindow.h @ 474:7665cc683dd1 2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | 46003a5a8736 |
children | 5865c6e296c5 |
comparison
equal
deleted
inserted
replaced
473:ceecc71eeb20 | 474:7665cc683dd1 |
---|---|
26 class MainWindow : public MainWindowBase | 26 class MainWindow : public MainWindowBase |
27 { | 27 { |
28 Q_OBJECT | 28 Q_OBJECT |
29 | 29 |
30 public: | 30 public: |
31 MainWindow(bool withAudioOutput = true, bool withSonification = true, bool withSpectrogram = true); | 31 MainWindow(SoundOptions options, bool withSonification = true, bool withSpectrogram = true); |
32 virtual ~MainWindow(); | 32 virtual ~MainWindow(); |
33 | 33 |
34 signals: | 34 signals: |
35 void canExportPitchTrack(bool); | 35 void canExportPitchTrack(bool); |
36 void canExportNotes(bool); | 36 void canExportNotes(bool); |
132 | 132 |
133 virtual void layerRemoved(Layer *); | 133 virtual void layerRemoved(Layer *); |
134 virtual void layerInAView(Layer *, bool); | 134 virtual void layerInAView(Layer *, bool); |
135 | 135 |
136 virtual void mainModelChanged(WaveFileModel *); | 136 virtual void mainModelChanged(WaveFileModel *); |
137 virtual void mainModelGainChanged(float); | |
137 virtual void modelAdded(Model *); | 138 virtual void modelAdded(Model *); |
138 virtual void modelAboutToBeDeleted(Model *); | 139 virtual void modelAboutToBeDeleted(Model *); |
139 | 140 |
140 virtual void modelGenerationFailed(QString, QString); | 141 virtual void modelGenerationFailed(QString, QString); |
141 virtual void modelGenerationWarning(QString, QString); | 142 virtual void modelGenerationWarning(QString, QString); |