kicad/pcbnew/tools
Maciej Suminski c5c83bd271 Added TOOL_MANAGER & ACTION_MANAGER::RunAction( const TOOL_ACTION aAction ).
Selection clearing is invoked using TOOL_ACTION object rather than its name.
2014-02-28 15:46:05 +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 PNS router activation. 2014-02-17 18:21:00 +01:00
common_actions.h Added TOOL_ACTION for PNS router activation. 2014-02-17 18:21:00 +01:00
drawing_tool.cpp Some variables initialized to NULL. 2014-02-24 11:17:49 +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 Initial version of POINT_EDITOR. 2014-02-27 17:29:08 +01:00
edit_points.h Initial version of POINT_EDITOR. 2014-02-27 17:29:08 +01:00
edit_tool.cpp Added TOOL_MANAGER & ACTION_MANAGER::RunAction( const TOOL_ACTION aAction ). 2014-02-28 15:46:05 +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 Initial version of POINT_EDITOR. 2014-02-27 17:29:08 +01:00
point_editor.h Initial version of POINT_EDITOR. 2014-02-27 17:29:08 +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 Added TOOL_MANAGER & ACTION_MANAGER::RunAction( const TOOL_ACTION aAction ). 2014-02-28 15:46:05 +01:00
selection_tool.h SELECTION_TOOL emits event notifying about selecting/deselecting/clearing selection. 2014-02-27 17:27:58 +01:00