Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 162:9c9bce6440f5
* Add key reference window to Help menu (also needs mouse reference)
author | Chris Cannam |
---|---|
date | Wed, 04 Jul 2007 17:22:12 +0000 |
parents | 7310316bf74b |
children | 75cafe7a9246 |
comparison
equal
deleted
inserted
replaced
161:39dda80acb10 | 162:9c9bce6440f5 |
---|---|
50 class QCheckBox; | 50 class QCheckBox; |
51 class PreferencesDialog; | 51 class PreferencesDialog; |
52 class QPushButton; | 52 class QPushButton; |
53 class OSCQueue; | 53 class OSCQueue; |
54 class OSCMessage; | 54 class OSCMessage; |
55 class KeyReference; | |
55 | 56 |
56 | 57 |
57 class MainWindow : public QMainWindow | 58 class MainWindow : public QMainWindow |
58 { | 59 { |
59 Q_OBJECT | 60 Q_OBJECT |
240 void inProgressSelectionChanged(); | 241 void inProgressSelectionChanged(); |
241 | 242 |
242 void website(); | 243 void website(); |
243 void help(); | 244 void help(); |
244 void about(); | 245 void about(); |
246 void keyReference(); | |
245 | 247 |
246 protected: | 248 protected: |
247 QString m_sessionFile; | 249 QString m_sessionFile; |
248 QString m_audioFile; | 250 QString m_audioFile; |
249 Document *m_document; | 251 Document *m_document; |
292 int m_lastPlayStatusSec; | 294 int m_lastPlayStatusSec; |
293 mutable QString m_myStatusMessage; | 295 mutable QString m_myStatusMessage; |
294 | 296 |
295 QPointer<PreferencesDialog> m_preferencesDialog; | 297 QPointer<PreferencesDialog> m_preferencesDialog; |
296 | 298 |
299 KeyReference *m_keyReference; | |
300 | |
297 WaveFileModel *getMainModel(); | 301 WaveFileModel *getMainModel(); |
298 const WaveFileModel *getMainModel() const; | 302 const WaveFileModel *getMainModel() const; |
299 void createDocument(); | 303 void createDocument(); |
300 | 304 |
301 struct PaneConfiguration { | 305 struct PaneConfiguration { |