Mercurial > hg > svgui
diff layer/TimeRulerLayer.h @ 11:2d5005f2b3d9
* Rework handling of layer properties in file I/O -- we now get the individual
layers to load and save them rather than doing it via generic property lists
in the base class, so as to ensure we read and write meaningful values rather
than generic int values requiring conversion.
author | Chris Cannam |
---|---|
date | Thu, 19 Jan 2006 12:54:38 +0000 |
parents | 02aaea1ffaf7 |
children | 0183ebb725ca |
line wrap: on
line diff
--- a/layer/TimeRulerLayer.h Tue Jan 17 17:45:55 2006 +0000 +++ b/layer/TimeRulerLayer.h Thu Jan 19 12:54:38 2006 +0000 @@ -51,6 +51,8 @@ virtual QString toXmlString(QString indent = "", QString extraAttributes = "") const; + void setProperties(const QXmlAttributes &attributes); + protected: Model *m_model; QColor m_colour;