KiCad PCB EDA Suite
Loading...
Searching...
No Matches
VIEW_OVERLAY::COMMAND_SET_COLOR Struct Referenceabstract
Inheritance diagram for VIEW_OVERLAY::COMMAND_SET_COLOR:
KIGFX::VIEW_OVERLAY::COMMAND

Public Member Functions

 COMMAND_SET_COLOR (bool aIsStroke, const COLOR4D &aColor)
 
virtual void Execute (VIEW *aView) const override
 
virtual void Execute (VIEW *aView) const =0
 

Public Attributes

bool m_isStroke
 
COLOR4D m_color
 

Detailed Description

Definition at line 195 of file view_overlay.cpp.

Constructor & Destructor Documentation

◆ COMMAND_SET_COLOR()

KIGFX::VIEW_OVERLAY::COMMAND_SET_COLOR::COMMAND_SET_COLOR ( bool aIsStroke,
const COLOR4D & aColor )
inline

Definition at line 197 of file view_overlay.cpp.

Member Function Documentation

◆ Execute() [1/2]

◆ Execute() [2/2]

virtual void KIGFX::VIEW_OVERLAY::COMMAND_SET_COLOR::Execute ( VIEW * aView) const
inlineoverridevirtual

Definition at line 202 of file view_overlay.cpp.

Member Data Documentation

◆ m_color

COLOR4D KIGFX::VIEW_OVERLAY::COMMAND_SET_COLOR::m_color

Definition at line 211 of file view_overlay.cpp.

◆ m_isStroke

bool KIGFX::VIEW_OVERLAY::COMMAND_SET_COLOR::m_isStroke

Definition at line 210 of file view_overlay.cpp.


The documentation for this struct was generated from the following file: