kicad/pcbnew/tools
Maciej Suminski d6c1670cd7 Templated EDIT_POINT_CONSTRAINT.
Removed EDIT_CONSTRAINT::Update() - replaced with resetting constraints.
EDIT_CONSTRAINT is stored in EDIT_POIN using boost::shared_ptr instead of pointer.
Added EDIT_LINE::GetEnd() & GetOrigin(). Overridden ApplyConstraint() for EDIT_LINE.
Side EDIT_POINTS for zones are drawn as circles.
2014-03-14 15:15:38 +01:00
..
bright_box.cpp Minor changes to BRIGHT_BOX class. 2014-02-25 18:08:33 +01:00
bright_box.h Minor changes to BRIGHT_BOX class. 2014-02-25 18:08:33 +01:00
common_actions.cpp Added TOOL_ACTION for updating EDIT_POINTS. 2014-02-28 16:53:28 +01:00
common_actions.h Added TOOL_ACTION for updating EDIT_POINTS. 2014-02-28 16:53:28 +01:00
drawing_tool.cpp Added a few settings to make the layer settings more similar to KiCad defaults (moved vias to VIA_THROUGH_VISIBLE, added a few rules for required layers). 2014-03-11 10:58:58 +01:00
drawing_tool.h Continous mode for drawing tools (i.e. they do not finish after adding a single object). 2014-02-19 13:51:32 +01:00
edit_points.cpp Templated EDIT_POINT_CONSTRAINT. 2014-03-14 15:15:38 +01:00
edit_points.h Templated EDIT_POINT_CONSTRAINT. 2014-03-14 15:15:38 +01:00
edit_tool.cpp Added TOOL_ACTION for updating EDIT_POINTS. 2014-02-28 16:53:28 +01:00
edit_tool.h Added VIEW::ToWorld( double ). 2014-02-27 16:13:27 +01:00
pcb_tools.cpp Initial version of POINT_EDITOR. 2014-02-27 17:29:08 +01:00
point_editor.cpp Templated EDIT_POINT_CONSTRAINT. 2014-03-14 15:15:38 +01:00
point_editor.h Yet another approach to 45 degree constraints. 2014-03-13 11:48:19 +01:00
selection_area.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
selection_area.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
selection_tool.cpp Merged selection_tool branch. 2014-03-06 10:43:40 +01:00
selection_tool.h SELECTION_TOOL emits event notifying about selecting/deselecting/clearing selection. 2014-02-27 17:27:58 +01:00