|
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 90 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 117 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), DrawSnapNode(), and VECTOR2< T >::y.
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 71 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 81 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 132 of file snap_indicator.cpp.
References KIGFX::GAL::DrawLine(), and DrawSnapNode().
Referenced by KIGFX::SNAP_INDICATOR::ViewDraw().
Definition at line 101 of file snap_indicator.cpp.
References DEGREES_T, 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().