comparison layer/Colour3DPlotLayer.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 6b794a2af3d9
comparison
equal deleted inserted replaced
16:02a718909b2d 17:0183ebb725ca
54 virtual QString getPropertyValueLabel(const PropertyName &, 54 virtual QString getPropertyValueLabel(const PropertyName &,
55 int value) const; 55 int value) const;
56 virtual void setProperty(const PropertyName &, int value); 56 virtual void setProperty(const PropertyName &, int value);
57 */ 57 */
58 58
59 virtual QString getPropertyContainerIconName() const { return "colour3d"; }
60
61 void setProperties(const QXmlAttributes &attributes) { } 59 void setProperties(const QXmlAttributes &attributes) { }
62 60
63 protected slots: 61 protected slots:
64 void cacheInvalid(); 62 void cacheInvalid();
65 void cacheInvalid(size_t startFrame, size_t endFrame); 63 void cacheInvalid(size_t startFrame, size_t endFrame);