comparison layer/TimeInstantLayer.h @ 308:cda569dfbdfe

* Add labelling option for instants inserted through tapping (closes FR#1674184) Needs some refinement still, but it's almost functionally complete
author Chris Cannam
date Mon, 08 Oct 2007 14:44:38 +0000
parents cd2492c5fe45
children c0b9eec70639
comparison
equal deleted inserted replaced
307:a66ff2059dae 308:cda569dfbdfe
29 { 29 {
30 Q_OBJECT 30 Q_OBJECT
31 31
32 public: 32 public:
33 TimeInstantLayer(); 33 TimeInstantLayer();
34 virtual ~TimeInstantLayer();
34 35
35 virtual void paint(View *v, QPainter &paint, QRect rect) const; 36 virtual void paint(View *v, QPainter &paint, QRect rect) const;
36 37
37 virtual QString getFeatureDescription(View *v, QPoint &) const; 38 virtual QString getFeatureDescription(View *v, QPoint &) const;
38 39