Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 340:3211f8cef51a sv-v1.7.1
* Layer data editor window: fix sorting for columns in region model,
add Find feature
* RDF import: assign names to layers based on event types, if no suitable
labels are found in the RDF
* Add label to status bar showing the last text that was passed in current
layer (so e.g. counting 1, 2, 3, 4 if that's what beats are labelled)
* Better layout of text labels for region layers in segmentation mode when
they are close together
* Give text layer the same method for finding "nearest point" as region and
note layers, should improve its editability
author | Chris Cannam |
---|---|
date | Thu, 22 Oct 2009 15:54:21 +0000 |
parents | faff9cd8f663 |
children | 8b3038e55d50 210a409e135a |
comparison
equal
deleted
inserted
replaced
339:e91910707283 | 340:3211f8cef51a |
---|---|
211 bool m_prevSolo; | 211 bool m_prevSolo; |
212 | 212 |
213 QFrame *m_playControlsSpacer; | 213 QFrame *m_playControlsSpacer; |
214 int m_playControlsWidth; | 214 int m_playControlsWidth; |
215 | 215 |
216 QLabel *m_currentLabel; | |
217 | |
216 QPointer<PreferencesDialog> m_preferencesDialog; | 218 QPointer<PreferencesDialog> m_preferencesDialog; |
217 QPointer<LayerTreeDialog> m_layerTreeDialog; | 219 QPointer<LayerTreeDialog> m_layerTreeDialog; |
218 | 220 |
219 ActivityLog *m_activityLog; | 221 ActivityLog *m_activityLog; |
220 KeyReference *m_keyReference; | 222 KeyReference *m_keyReference; |
266 | 268 |
267 virtual void closeEvent(QCloseEvent *e); | 269 virtual void closeEvent(QCloseEvent *e); |
268 virtual bool checkSaveModified(); | 270 virtual bool checkSaveModified(); |
269 | 271 |
270 virtual void updateVisibleRangeDisplay(Pane *p) const; | 272 virtual void updateVisibleRangeDisplay(Pane *p) const; |
273 virtual void updatePositionStatusDisplays() const; | |
271 | 274 |
272 virtual bool shouldCreateNewSessionForRDFAudio(bool *cancel); | 275 virtual bool shouldCreateNewSessionForRDFAudio(bool *cancel); |
273 | 276 |
274 virtual void connectLayerEditDialog(ModelDataTableDialog *); | 277 virtual void connectLayerEditDialog(ModelDataTableDialog *); |
275 }; | 278 }; |