Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 17:0183ebb725ca
* Add ability to create empty layers for editing
* Add first basic editing capability (adding points to a time instant layer)
* Add various keyboard and mouse shortcuts for navigation &c
* Add ability to resize a selection by dragging its edges
* Add maximum zoom level
author | Chris Cannam |
---|---|
date | Thu, 26 Jan 2006 16:15:40 +0000 |
parents | 2d5005f2b3d9 |
children | dcdb21b62dbb |
comparison
equal
deleted
inserted
replaced
16:02a718909b2d | 17:0183ebb725ca |
---|---|
153 void setAggressiveCacheing(bool); | 153 void setAggressiveCacheing(bool); |
154 bool getAggressiveCacheing() const { return m_aggressive; } | 154 bool getAggressiveCacheing() const { return m_aggressive; } |
155 | 155 |
156 virtual int getCompletion() const; | 156 virtual int getCompletion() const; |
157 | 157 |
158 virtual QString getPropertyContainerIconName() const { return "waveform"; } | |
159 | |
160 virtual QString toXmlString(QString indent = "", | 158 virtual QString toXmlString(QString indent = "", |
161 QString extraAttributes = "") const; | 159 QString extraAttributes = "") const; |
162 | 160 |
163 void setProperties(const QXmlAttributes &attributes); | 161 void setProperties(const QXmlAttributes &attributes); |
164 | 162 |