| 
    KiCad PCB EDA Suite
    
   | 
 
  
Public Member Functions | |
| COMMAND_CIRCLE (const VECTOR2D &aCenter, double aRadius) | |
| virtual void | Execute (VIEW *aView) const override | 
Public Attributes | |
| VECTOR2D | m_center | 
| double | m_radius | 
Definition at line 77 of file view_overlay.cpp.
      
  | 
  inline | 
Definition at line 79 of file view_overlay.cpp.
      
  | 
  inlineoverridevirtual | 
Implements KIGFX::VIEW_OVERLAY::COMMAND.
Definition at line 84 of file view_overlay.cpp.
References KIGFX::GAL::DrawCircle(), KIGFX::VIEW::GetGAL(), m_center, m_radius, and KIGFX::VIEW_ITEM::VIEW.
| VECTOR2D KIGFX::VIEW_OVERLAY::COMMAND_CIRCLE::m_center | 
Definition at line 89 of file view_overlay.cpp.
Referenced by COMMAND_CIRCLE(), and Execute().
| double KIGFX::VIEW_OVERLAY::COMMAND_CIRCLE::m_radius | 
Definition at line 90 of file view_overlay.cpp.
Referenced by COMMAND_CIRCLE(), and Execute().