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

Public Member Functions

 COMMAND_POLYGON (const std::deque< VECTOR2D > &aPointList)
 
virtual void Execute (VIEW *aView) const override
 
virtual void Execute (VIEW *aView) const =0
 

Public Attributes

std::deque< VECTOR2Dm_pointList
 

Detailed Description

Definition at line 116 of file view_overlay.cpp.

Constructor & Destructor Documentation

◆ COMMAND_POLYGON()

KIGFX::VIEW_OVERLAY::COMMAND_POLYGON::COMMAND_POLYGON ( const std::deque< VECTOR2D > & aPointList)
inline

Definition at line 118 of file view_overlay.cpp.

Member Function Documentation

◆ Execute() [1/2]

◆ Execute() [2/2]

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

Definition at line 122 of file view_overlay.cpp.

Member Data Documentation

◆ m_pointList

std::deque<VECTOR2D> KIGFX::VIEW_OVERLAY::COMMAND_POLYGON::m_pointList

Definition at line 127 of file view_overlay.cpp.


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