Commit 0379247f authored by Maciej Suminski's avatar Maciej Suminski

Refactoring EDIT_POINTS, part 2: replaced index numbers with constants.

parent 6b90eb3a
This diff is collapsed.
...@@ -95,7 +95,7 @@ private: ...@@ -95,7 +95,7 @@ private:
///> Returns a point that should be used as a constrainer for 45 degrees mode. ///> Returns a point that should be used as a constrainer for 45 degrees mode.
EDIT_POINT get45DegConstrainer() const; EDIT_POINT get45DegConstrainer() const;
// TODO docs ///> Adds a new edit point on a zone outline.
void breakOutline( const VECTOR2I& aBreakPoint ); void breakOutline( const VECTOR2I& aBreakPoint );
///> Sets up handlers for various events. ///> Sets up handlers for various events.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment