diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-06 13:38:28 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-08-06 13:38:28 +0000 |
| commit | 42c8636a2c5814746c41f1452ffa7df99cf21367 (patch) | |
| tree | 07cfd6d6d3766e252a6edfce0d1c7f9ff67cb1ba /src/display/drawing-text.h | |
| parent | Rewrite NRArenaItem hierarchy into C++ (diff) | |
| download | inkscape-42c8636a2c5814746c41f1452ffa7df99cf21367.tar.gz inkscape-42c8636a2c5814746c41f1452ffa7df99cf21367.zip | |
Document things figured out during the rewriting
(bzr r10347.1.22)
Diffstat (limited to 'src/display/drawing-text.h')
| -rw-r--r-- | src/display/drawing-text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/drawing-text.h b/src/display/drawing-text.h index 58fecc067..f95a5073c 100644 --- a/src/display/drawing-text.h +++ b/src/display/drawing-text.h @@ -32,7 +32,7 @@ public: protected: unsigned _updateItem(Geom::IntRect const &area, UpdateContext const &ctx, unsigned flags, unsigned reset); - virtual DrawingItem *_pickItem(Geom::Point const &p, double delta); + virtual DrawingItem *_pickItem(Geom::Point const &p, double delta, bool sticky); Geom::Affine *_glyph_transform; font_instance *_font; @@ -59,7 +59,7 @@ protected: unsigned flags, unsigned reset); virtual void _renderItem(DrawingContext &ct, Geom::IntRect const &area, unsigned flags); virtual void _clipItem(DrawingContext &ct, Geom::IntRect const &area); - virtual DrawingItem *_pickItem(Geom::Point const &p, double delta); + virtual DrawingItem *_pickItem(Geom::Point const &p, double delta, bool sticky); virtual bool _canClip(); Geom::OptRect _paintbox; |
