| 
    KiCad PCB EDA Suite
    
   | 
 
#include "increment.h"#include <math/vector2d.h>#include <tool/tool_event.h>#include <tool/tool_interactive.h>#include <tool/tool_manager.h>#include <tool/tool_menu.h>#include <tool/actions.h>#include <tools/sch_selection_tool.h>#include <sch_edit_frame.h>#include <sch_view.h>#include <symbol_edit_frame.h>#include <sch_shape.h>#include <pin_layout_cache.h>#include <sch_commit.h>#include <tool/picker_tool.h>#include <view/view_controls.h>Go to the source code of this file.
Classes | |
| class | SCH_TOOL_BASE< T > | 
| A foundation class for a tool operating on a schematic or symbol.  More... | |