KiCad PCB EDA Suite
|
#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/ee_selection_tool.h>
#include <sch_edit_frame.h>
#include <sch_view.h>
#include <symbol_edit_frame.h>
Go to the source code of this file.
Classes | |
class | EE_TOOL_BASE< T > |
A foundation class for a tool operating on a schematic or symbol. More... | |