| 
    KiCad PCB EDA Suite
    
   | 
 
  
Public Member Functions | |
| COMMAND_RECTANGLE (const VECTOR2D &aP0, const VECTOR2D &aP1) | |
| virtual void | Execute (VIEW *aView) const override | 
Public Attributes | |
| VECTOR2D | m_p0 | 
| VECTOR2D | m_p1 | 
Definition at line 60 of file view_overlay.cpp.
      
  | 
  inline | 
Definition at line 62 of file view_overlay.cpp.
      
  | 
  inlineoverridevirtual | 
Implements KIGFX::VIEW_OVERLAY::COMMAND.
Definition at line 67 of file view_overlay.cpp.
References KIGFX::GAL::DrawRectangle(), KIGFX::VIEW::GetGAL(), m_p0, m_p1, and KIGFX::VIEW_ITEM::VIEW.
| VECTOR2D KIGFX::VIEW_OVERLAY::COMMAND_RECTANGLE::m_p0 | 
Definition at line 72 of file view_overlay.cpp.
Referenced by COMMAND_RECTANGLE(), and Execute().
| VECTOR2D KIGFX::VIEW_OVERLAY::COMMAND_RECTANGLE::m_p1 | 
Definition at line 73 of file view_overlay.cpp.
Referenced by COMMAND_RECTANGLE(), and Execute().