summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fbfeeab)
raw | patch | inline | side by side (parent: fbfeeab)
author | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sun, 21 Nov 2010 11:55:10 +0000 (12:55 +0100) | ||
committer | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sun, 21 Nov 2010 11:55:10 +0000 (12:55 +0100) |
src/ui/tool/node-tool.cpp | patch | blob | history |
index 8008d79eb35dac86b0d7d9b913b96a32c28baf19..b3bb84fba0dd6bca7584f98d9f0fc41d8cd3172b 100644 (file)
* is to eventually use a common class for object and control point transforms.
* - SelectableControlPoint: base for any type of selectable point. It can belong to only one
* selection.
- *
+ *
+ * @par Functionality that resides in weird places
+ * @par
+ *
+ * This list is probably incomplete.
+ * - Curve dragging: CurveDragPoint, controlled by PathManipulator
+ * - Single handle shortcuts: MultiPathManipulator::event(), ModifierTracker
+ * - Linear and spatial grow: Node, spatial grow routed to ControlPointSelection
+ * - Committing handle actions performed with the mouse: PathManipulator
+ * - Sculpting: ControlPointSelection
+ *
* @par Plans for the future
* @par
* - MultiPathManipulator should become a generic shape editor that manages all active manipulator,