| 
    KiCad PCB EDA Suite
    
   | 
 
  
Public Member Functions | |
| COMMAND_SET_FILL (bool aIsFill) | |
| virtual void | Execute (VIEW *aView) const override | 
Public Attributes | |
| bool | m_isFill | 
Definition at line 180 of file view_overlay.cpp.
      
  | 
  inline | 
Definition at line 182 of file view_overlay.cpp.
References m_isFill.
      
  | 
  inlineoverridevirtual | 
Implements KIGFX::VIEW_OVERLAY::COMMAND.
Definition at line 186 of file view_overlay.cpp.
References KIGFX::VIEW::GetGAL(), m_isFill, KIGFX::GAL::SetIsFill(), and KIGFX::VIEW_ITEM::VIEW.
| bool KIGFX::VIEW_OVERLAY::COMMAND_SET_FILL::m_isFill | 
Definition at line 191 of file view_overlay.cpp.
Referenced by COMMAND_SET_FILL(), and Execute().