Mercurial > hg > svgui
comparison view/View.h @ 771:a964151832a7
Merge from branch tony_integration
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 09:54:34 +0100 |
parents | 56ba2b03508e |
children | 9fd1bdf214dd 4c8ca536b54f |
comparison
equal
deleted
inserted
replaced
768:8b614632568c | 771:a964151832a7 |
---|---|
198 QString text, TextStyle style) const; | 198 QString text, TextStyle style) const; |
199 | 199 |
200 virtual void drawMeasurementRect(QPainter &p, const Layer *, | 200 virtual void drawMeasurementRect(QPainter &p, const Layer *, |
201 QRect rect, bool focus) const; | 201 QRect rect, bool focus) const; |
202 | 202 |
203 virtual bool shouldShowFeatureLabels() const { | |
204 return m_manager && m_manager->shouldShowFeatureLabels(); | |
205 } | |
203 virtual bool shouldIlluminateLocalFeatures(const Layer *, QPoint &) const { | 206 virtual bool shouldIlluminateLocalFeatures(const Layer *, QPoint &) const { |
204 return false; | 207 return false; |
205 } | 208 } |
206 virtual bool shouldIlluminateLocalSelection(QPoint &, bool &, bool &) const { | 209 virtual bool shouldIlluminateLocalSelection(QPoint &, bool &, bool &) const { |
207 return false; | 210 return false; |