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

Public Member Functions

 COMMAND_POINT_POLYGON (const VECTOR2D aPointList[], int aListSize)
 
virtual void Execute (VIEW *aView) const override
 

Public Attributes

std::vector< VECTOR2Dm_pointList
 

Detailed Description

Definition at line 146 of file view_overlay.cpp.

Constructor & Destructor Documentation

◆ COMMAND_POINT_POLYGON()

KIGFX::VIEW_OVERLAY::COMMAND_POINT_POLYGON::COMMAND_POINT_POLYGON ( const VECTOR2D  aPointList[],
int  aListSize 
)
inline

Definition at line 148 of file view_overlay.cpp.

References m_pointList.

Member Function Documentation

◆ Execute()

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

Member Data Documentation

◆ m_pointList

std::vector<VECTOR2D> KIGFX::VIEW_OVERLAY::COMMAND_POINT_POLYGON::m_pointList

Definition at line 161 of file view_overlay.cpp.

Referenced by COMMAND_POINT_POLYGON(), and Execute().


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