Mercurial > hg > svgui
comparison layer/TimeInstantLayer.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 |
---|---|
49 | 49 |
50 virtual bool isLayerScrollable() const; | 50 virtual bool isLayerScrollable() const; |
51 | 51 |
52 virtual int getCompletion() const { return m_model->getCompletion(); } | 52 virtual int getCompletion() const { return m_model->getCompletion(); } |
53 | 53 |
54 virtual QString toXmlString(QString indent = "", | |
55 QString extraAttributes = "") const; | |
56 | |
54 protected: | 57 protected: |
55 SparseOneDimensionalModel::PointList getLocalPoints(int) const; | 58 SparseOneDimensionalModel::PointList getLocalPoints(int) const; |
56 | 59 |
57 SparseOneDimensionalModel *m_model; | 60 SparseOneDimensionalModel *m_model; |
58 QColor m_colour; | 61 QColor m_colour; |