Mercurial > hg > svgui
comparison layer/TimeRulerLayer.h @ 6:02aaea1ffaf7
* Beginnings of session save code
* Add spline curve mode to time value layer
author | Chris Cannam |
---|---|
date | Thu, 12 Jan 2006 17:19:08 +0000 |
parents | 37b110168acf |
children | 2d5005f2b3d9 |
comparison
equal
deleted
inserted
replaced
5:37b110168acf | 6:02aaea1ffaf7 |
---|---|
46 int value) const; | 46 int value) const; |
47 virtual void setProperty(const PropertyName &, int value); | 47 virtual void setProperty(const PropertyName &, int value); |
48 | 48 |
49 virtual QString getPropertyContainerIconName() const { return "timeruler"; } | 49 virtual QString getPropertyContainerIconName() const { return "timeruler"; } |
50 | 50 |
51 virtual QString toXmlString(QString indent = "", | |
52 QString extraAttributes = "") const; | |
53 | |
51 protected: | 54 protected: |
52 Model *m_model; | 55 Model *m_model; |
53 QColor m_colour; | 56 QColor m_colour; |
54 LabelHeight m_labelHeight; | 57 LabelHeight m_labelHeight; |
55 }; | 58 }; |