| 
    KiCad PCB EDA Suite
    
   | 
 
  
Public Member Functions | |
| COMMAND_SET_COLOR (bool aIsStroke, const COLOR4D &aColor) | |
| virtual void | Execute (VIEW *aView) const override | 
Public Attributes | |
| bool | m_isStroke | 
| COLOR4D | m_color | 
Definition at line 195 of file view_overlay.cpp.
      
  | 
  inline | 
Definition at line 197 of file view_overlay.cpp.
References m_color, and m_isStroke.
      
  | 
  inlineoverridevirtual | 
Implements KIGFX::VIEW_OVERLAY::COMMAND.
Definition at line 202 of file view_overlay.cpp.
References KIGFX::VIEW::GetGAL(), m_color, m_isStroke, KIGFX::GAL::SetFillColor(), KIGFX::GAL::SetStrokeColor(), and KIGFX::VIEW_ITEM::VIEW.
| COLOR4D KIGFX::VIEW_OVERLAY::COMMAND_SET_COLOR::m_color | 
Definition at line 211 of file view_overlay.cpp.
Referenced by COMMAND_SET_COLOR(), and Execute().
| bool KIGFX::VIEW_OVERLAY::COMMAND_SET_COLOR::m_isStroke | 
Definition at line 210 of file view_overlay.cpp.
Referenced by COMMAND_SET_COLOR(), and Execute().