kicad/eeschema/tools
Jeff Young f6e07f575a Rename for clarity.
SetOffset() didn't set anything; it performed an action.
Move() suggests a delta, when it in fact does a SetPosition().
2019-05-10 16:11:57 +01:00
..
inspection_tool.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
inspection_tool.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
lib_drawing_tools.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
lib_drawing_tools.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
lib_edit_tool.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
lib_edit_tool.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
lib_move_tool.cpp Rename for clarity. 2019-05-10 16:11:57 +01:00
lib_move_tool.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
lib_pin_tool.cpp Rename for clarity. 2019-05-10 16:11:57 +01:00
lib_pin_tool.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
picker_tool.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
picker_tool.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
point_editor.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
point_editor.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_actions.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_actions.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_drawing_tools.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_drawing_tools.h Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_edit_tool.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_edit_tool.h Homogenize hit testing and selection return types. 2019-05-05 17:14:30 +01:00
sch_editor_control.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_editor_control.h Implement explicit cross-probing (mainly for sheets which are too slow to do automatically). 2019-05-05 17:14:29 +01:00
sch_move_tool.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_move_tool.h Anchor a selected wire at the edge of a drag which is connected to a non-drag item. 2019-05-07 12:04:19 +01:00
sch_selection_tool.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_selection_tool.h Move to shared COLLECTORS for sch and lib. 2019-05-06 15:31:23 +01:00
sch_wire_bus_tool.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
sch_wire_bus_tool.h Code clarification and commenting. 2019-05-06 15:31:23 +01:00
selection.cpp Move Eeschema net highlighting to modern toolset. 2019-04-14 12:10:48 +01:00