KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
static void | DrawSnapNode (GAL &aGal, const VECTOR2I &aPosition, int aNodeRadius) |
static void | DrawCornerIcon (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
static void | DrawLineEndpointIcon (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
static void | DrawMidpointIcon (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
static void | DrawCentrePointIcon (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
static void | DrawQuadrantPointIcon (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
static void | DrawIntersectionIcon (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
static void | DrawOnElementIcon (GAL &aGal, const VECTOR2I &aPosition, int aSize) |
Definition at line 91 of file snap_indicator.cpp.
References KIGFX::GAL::DrawCircle(), and KIGFX::GAL::DrawLine().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 60 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 118 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), DrawSnapNode(), and VECTOR2< T >::y.
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 72 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 82 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 133 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 102 of file snap_indicator.cpp.
References KIGFX::GAL::DrawArc(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 48 of file snap_indicator.cpp.
References KIGFX::GAL::DrawCircle(), KIGFX::GAL::SetIsFill(), and KIGFX::GAL::SetIsStroke().
Referenced by DrawCornerIcon(), DrawIntersectionIcon(), DrawLineEndpointIcon(), DrawMidpointIcon(), DrawOnElementIcon(), and DrawQuadrantPointIcon().