| 
    KiCad PCB EDA Suite
    
   | 
 
  
Public Member Functions | |
| COMMAND_ARC (const VECTOR2D &aCenter, double aRadius, const EDA_ANGLE &aStartAngle, const EDA_ANGLE &aEndAngle) | |
| virtual void | Execute (VIEW *aView) const override | 
Public Attributes | |
| VECTOR2D | m_center | 
| double | m_radius | 
| EDA_ANGLE | m_startAngle | 
| EDA_ANGLE | m_endAngle | 
Definition at line 94 of file view_overlay.cpp.
      
  | 
  inline | 
Definition at line 96 of file view_overlay.cpp.
References m_center, m_endAngle, m_radius, and m_startAngle.
      
  | 
  inlineoverridevirtual | 
Implements KIGFX::VIEW_OVERLAY::COMMAND.
Definition at line 104 of file view_overlay.cpp.
References KIGFX::GAL::DrawArc(), KIGFX::VIEW::GetGAL(), m_center, m_endAngle, m_radius, m_startAngle, and KIGFX::VIEW_ITEM::VIEW.
| VECTOR2D KIGFX::VIEW_OVERLAY::COMMAND_ARC::m_center | 
Definition at line 109 of file view_overlay.cpp.
Referenced by COMMAND_ARC(), and Execute().
| EDA_ANGLE KIGFX::VIEW_OVERLAY::COMMAND_ARC::m_endAngle | 
Definition at line 112 of file view_overlay.cpp.
Referenced by COMMAND_ARC(), and Execute().
| double KIGFX::VIEW_OVERLAY::COMMAND_ARC::m_radius | 
Definition at line 110 of file view_overlay.cpp.
Referenced by COMMAND_ARC(), and Execute().
| EDA_ANGLE KIGFX::VIEW_OVERLAY::COMMAND_ARC::m_startAngle | 
Definition at line 111 of file view_overlay.cpp.
Referenced by COMMAND_ARC(), and Execute().