Mercurial > hg > tony
diff src/Analyser.h @ 45:f4ee3c11eba9
toggle button for boundary constraints and note recalculation
author | gyorgyf |
---|---|
date | Thu, 20 Jun 2013 10:58:40 +0100 |
parents | 50ab01b77262 |
children | 4db051a704b2 |
line wrap: on
line diff
--- a/src/Analyser.h Wed Jun 19 23:21:04 2013 +0100 +++ b/src/Analyser.h Thu Jun 20 10:58:40 2013 +0100 @@ -20,7 +20,7 @@ #include "transform/Transform.h" #include "layer/LayerFactory.h" // GF: added so we can access the FlexiNotes enum value. - +#include "layer/FlexiNoteLayer.h" class WaveFileModel; class Pane; @@ -39,11 +39,14 @@ void newFileLoaded(Document *newDocument, WaveFileModel *model, PaneStack *paneStack, Pane *pane); + + void setIntelligentActions(bool); protected: Document *m_document; WaveFileModel *m_fileModel; Pane *m_pane; + FlexiNoteLayer *m_flexiNoteLayer; Layer *addLayerFor(TransformId); Layer *addLayerForNotes(TransformId);