Mercurial > hg > svgui
diff view/View.h @ 267:4ed1446ad604
* more on measurement tool -- pull out some logic from pane to layer &c
still more to do
author | Chris Cannam |
---|---|
date | Thu, 21 Jun 2007 16:12:00 +0000 |
parents | 387f2f6fc333 |
children | 70537b0434c4 |
line wrap: on
line diff
--- a/view/View.h Thu Jun 21 14:05:23 2007 +0000 +++ b/view/View.h Thu Jun 21 16:12:00 2007 +0000 @@ -179,7 +179,9 @@ }; virtual void drawVisibleText(QPainter &p, int x, int y, - QString text, TextStyle style); + QString text, TextStyle style) const; + + virtual void drawMeasurementRect(QPainter &p, const Layer *, QRect rect) const; virtual bool shouldIlluminateLocalFeatures(const Layer *, QPoint &) const { return false;