Mercurial > hg > svcore
comparison data/model/WaveFileModel.h @ 239:71f869dac40b
* Further fixes for Vamp API change, and update to support API versioning
* Add plugin, output and parameter descriptions to GUI
* Avoid squished panner in heads-up-display on pane when time-value or note
layer is on top
author | Chris Cannam |
---|---|
date | Tue, 27 Feb 2007 12:51:38 +0000 |
parents | 185454896a76 |
children | 96a6dd889c68 |
comparison
equal
deleted
inserted
replaced
238:76635085e2d9 | 239:71f869dac40b |
---|---|
71 QString extraAttributes = "") const; | 71 QString extraAttributes = "") const; |
72 | 72 |
73 virtual QString toXmlString(QString indent = "", | 73 virtual QString toXmlString(QString indent = "", |
74 QString extraAttributes = "") const; | 74 QString extraAttributes = "") const; |
75 | 75 |
76 signals: | |
77 void modelChanged(); | |
78 void modelChanged(size_t startFrame, size_t endFrame); | |
79 void completionChanged(); | |
80 | |
76 protected slots: | 81 protected slots: |
77 void fillTimerTimedOut(); | 82 void fillTimerTimedOut(); |
78 void cacheFilled(); | 83 void cacheFilled(); |
79 | 84 |
80 protected: | 85 protected: |