Mercurial > hg > tony
comparison src/MainWindow.h @ 414:333cb8a2514b
Introduce level/pan toolbar buttons
author | Chris Cannam |
---|---|
date | Wed, 25 Mar 2015 10:33:19 +0000 |
parents | 7d97da3c744e |
children | bbe7ba53030e |
comparison
equal
deleted
inserted
replaced
413:762ea5130a2c | 414:333cb8a2514b |
---|---|
19 #include "framework/MainWindowBase.h" | 19 #include "framework/MainWindowBase.h" |
20 #include "Analyser.h" | 20 #include "Analyser.h" |
21 | 21 |
22 class VersionTester; | 22 class VersionTester; |
23 class ActivityLog; | 23 class ActivityLog; |
24 class LevelPanWidget; | 24 class LevelPanToolButton; |
25 | 25 |
26 class MainWindow : public MainWindowBase | 26 class MainWindow : public MainWindowBase |
27 { | 27 { |
28 Q_OBJECT | 28 Q_OBJECT |
29 | 29 |
194 | 194 |
195 QAction *m_showAudio; | 195 QAction *m_showAudio; |
196 QAction *m_showSpect; | 196 QAction *m_showSpect; |
197 QAction *m_showPitch; | 197 QAction *m_showPitch; |
198 QAction *m_showNotes; | 198 QAction *m_showNotes; |
199 LevelPanWidget *m_audioLPW; | 199 LevelPanToolButton *m_audioLPW; |
200 LevelPanWidget *m_pitchLPW; | 200 LevelPanToolButton *m_pitchLPW; |
201 LevelPanWidget *m_notesLPW; | 201 LevelPanToolButton *m_notesLPW; |
202 | 202 |
203 ActivityLog *m_activityLog; | 203 ActivityLog *m_activityLog; |
204 KeyReference *m_keyReference; | 204 KeyReference *m_keyReference; |
205 VersionTester *m_versionTester; | 205 VersionTester *m_versionTester; |
206 | 206 |