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... | |
Functions | |
VECTOR2I | mapCoords (const wxPoint &aCoord) |
VECTOR2I | mapCoords (const VECTOR2I &aCoord) |
VECTOR2I | mapCoords (const int x, const int y) |
|
inline |
Definition at line 213 of file ee_tool_base.h.
Definition at line 208 of file ee_tool_base.h.
References VECTOR2< T >::x, and VECTOR2< T >::y.
|
inline |
Definition at line 203 of file ee_tool_base.h.