comparison layer/TimeRulerLayer.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 ad214997dddb
comparison
equal deleted inserted replaced
16:02a718909b2d 17:0183ebb725ca
44 int *min, int *max) const; 44 int *min, int *max) const;
45 virtual QString getPropertyValueLabel(const PropertyName &, 45 virtual QString getPropertyValueLabel(const PropertyName &,
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"; }
50
51 virtual QString toXmlString(QString indent = "", 49 virtual QString toXmlString(QString indent = "",
52 QString extraAttributes = "") const; 50 QString extraAttributes = "") const;
53 51
54 void setProperties(const QXmlAttributes &attributes); 52 void setProperties(const QXmlAttributes &attributes);
55 53