KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ee_tool_base.h File Reference
#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, bool aInvertY)
 
VECTOR2I mapCoords (const VECTOR2I &aCoord, bool aInvertY)
 
VECTOR2I mapCoords (const int x, const int y, bool aInvertY)
 

Function Documentation

◆ mapCoords() [1/3]

VECTOR2I mapCoords ( const int  x,
const int  y,
bool  aInvertY 
)
inline

Definition at line 218 of file ee_tool_base.h.

◆ mapCoords() [2/3]

VECTOR2I mapCoords ( const VECTOR2I aCoord,
bool  aInvertY 
)
inline

Definition at line 213 of file ee_tool_base.h.

References VECTOR2< T >::x, and VECTOR2< T >::y.

◆ mapCoords() [3/3]

VECTOR2I mapCoords ( const wxPoint &  aCoord,
bool  aInvertY 
)
inline

Definition at line 208 of file ee_tool_base.h.