|
KiCad PCB EDA Suite
|
Public Member Functions | |
| COMMAND_LINE (const VECTOR2D &aP0, const VECTOR2D &aP1) | |
| virtual void | Execute (VIEW *aView) const override |
Public Attributes | |
| VECTOR2D | m_p0 |
| VECTOR2D | m_p1 |
Definition at line 40 of file view_overlay.cpp.
|
inline |
Definition at line 42 of file view_overlay.cpp.
|
inlineoverridevirtual |
Implements KIGFX::VIEW_OVERLAY::COMMAND.
Definition at line 46 of file view_overlay.cpp.
References KIGFX::GAL::DrawLine(), KIGFX::VIEW::GetGAL(), m_p0, m_p1, and KIGFX::VIEW_ITEM::VIEW.
| VECTOR2D KIGFX::VIEW_OVERLAY::COMMAND_LINE::m_p0 |
Definition at line 51 of file view_overlay.cpp.
Referenced by COMMAND_LINE(), and Execute().
| VECTOR2D KIGFX::VIEW_OVERLAY::COMMAND_LINE::m_p1 |
Definition at line 52 of file view_overlay.cpp.
Referenced by COMMAND_LINE(), and Execute().