Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 187:5a40619c72d8 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 | f701c0c686e5 |
children | 143e1b56e81b 84422236db20 |
comparison
equal
deleted
inserted
replaced
186:f694ee2567fe | 187:5a40619c72d8 |
---|---|
394 virtual void createPlayTarget(); | 394 virtual void createPlayTarget(); |
395 virtual void openHelpUrl(QString url); | 395 virtual void openHelpUrl(QString url); |
396 | 396 |
397 virtual void setupMenus() = 0; | 397 virtual void setupMenus() = 0; |
398 virtual void updateVisibleRangeDisplay(Pane *p) const = 0; | 398 virtual void updateVisibleRangeDisplay(Pane *p) const = 0; |
399 virtual void updatePositionStatusDisplays() const = 0; | |
399 | 400 |
400 virtual bool shouldCreateNewSessionForRDFAudio(bool *) { return true; } | 401 virtual bool shouldCreateNewSessionForRDFAudio(bool *) { return true; } |
401 | 402 |
402 virtual void connectLayerEditDialog(ModelDataTableDialog *dialog); | 403 virtual void connectLayerEditDialog(ModelDataTableDialog *dialog); |
403 | 404 |