Mercurial > hg > tony
comparison src/MainWindow.h @ 128:06f9caf5928d
Initial hack for switching visibility & audibility of layers on and off. This doesn't work well.
author | Chris Cannam |
---|---|
date | Thu, 09 Jan 2014 14:05:20 +0000 |
parents | a67f0e5ec654 |
children | 995478fbbe17 |
comparison
equal
deleted
inserted
replaced
127:5d60f5102baf | 128:06f9caf5928d |
---|---|
47 virtual void renameCurrentLayer(); | 47 virtual void renameCurrentLayer(); |
48 | 48 |
49 virtual void toolNavigateSelected(); | 49 virtual void toolNavigateSelected(); |
50 virtual void toolEditSelected(); | 50 virtual void toolEditSelected(); |
51 virtual void toolFreeEditSelected(); | 51 virtual void toolFreeEditSelected(); |
52 | |
53 virtual void cycleWaveform(); | |
54 virtual void cyclePitch(); | |
55 virtual void cycleNotes(); | |
56 virtual void updateLayerStatuses(); | |
52 | 57 |
53 virtual void paneAdded(Pane *); | 58 virtual void paneAdded(Pane *); |
54 virtual void paneHidden(Pane *); | 59 virtual void paneHidden(Pane *); |
55 virtual void paneAboutToBeDeleted(Pane *); | 60 virtual void paneAboutToBeDeleted(Pane *); |
56 | 61 |
124 QAction *m_ffwdAction; | 129 QAction *m_ffwdAction; |
125 QAction *m_rwdAction; | 130 QAction *m_rwdAction; |
126 QAction *m_editSelectAction; | 131 QAction *m_editSelectAction; |
127 QAction *m_toggleIntelligenceAction; | 132 QAction *m_toggleIntelligenceAction; |
128 bool m_intelligentActionOn; // GF: !!! temporary | 133 bool m_intelligentActionOn; // GF: !!! temporary |
134 | |
135 QLabel *m_waveformStatus; | |
136 QLabel *m_pitchStatus; | |
137 QLabel *m_notesStatus; | |
129 | 138 |
130 KeyReference *m_keyReference; | 139 KeyReference *m_keyReference; |
131 VersionTester *m_versionTester; | 140 VersionTester *m_versionTester; |
132 | 141 |
133 QString exportToSVL(QString path, Layer *layer); | 142 QString exportToSVL(QString path, Layer *layer); |