diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-29 14:49:40 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-29 14:49:40 +0000 |
| commit | 70a05bc08bae10f00ba33415f5162b71e110d3b4 (patch) | |
| tree | bbf0ab490b347aeec457d47828cbcabfcb3c54bd /src/knot-holder-entity.h | |
| parent | added new translation from Martin Srebotnjak (diff) | |
| download | inkscape-70a05bc08bae10f00ba33415f5162b71e110d3b4.tar.gz inkscape-70a05bc08bae10f00ba33415f5162b71e110d3b4.zip | |
LPE knotholder refactoring: PointParams are not knotholder entities any more; instead, every parameter type can now return entities (and then forget about them)
(bzr r6446)
Diffstat (limited to '')
| -rw-r--r-- | src/knot-holder-entity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h index a29b71f4d..9cdc908de 100644 --- a/src/knot-holder-entity.h +++ b/src/knot-holder-entity.h @@ -43,6 +43,7 @@ public: /* derived classes like PointParam for LPEs use this, e.g., to indicate that we must not call delete on their pointer when a knotholder is destroyed */ + // TODO: purge this now that PointParams are not KnotHolderEntities any more! virtual bool isLPEParam() { return false; } /* the get/set/click handlers are virtual functions; each handler class for a knot |
