KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ASCH_POLYLINE Struct Reference

#include <altium_parser_sch.h>

Public Member Functions

 ASCH_POLYLINE (const std::map< wxString, wxString > &aProps)
 

Public Attributes

int OwnerIndex
 
int OwnerPartID
 
int OwnerPartDisplayMode
 
std::vector< VECTOR2IPoints
 
int LineWidth
 
int Color
 
ASCH_POLYLINE_LINESTYLE LineStyle
 

Detailed Description

Definition at line 358 of file altium_parser_sch.h.

Constructor & Destructor Documentation

◆ ASCH_POLYLINE()

ASCH_POLYLINE::ASCH_POLYLINE ( const std::map< wxString, wxString > &  aProps)
explicit

Member Data Documentation

◆ Color

int ASCH_POLYLINE::Color

Definition at line 367 of file altium_parser_sch.h.

Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().

◆ LineStyle

ASCH_POLYLINE_LINESTYLE ASCH_POLYLINE::LineStyle

Definition at line 369 of file altium_parser_sch.h.

Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().

◆ LineWidth

int ASCH_POLYLINE::LineWidth

Definition at line 366 of file altium_parser_sch.h.

Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().

◆ OwnerIndex

int ASCH_POLYLINE::OwnerIndex

Definition at line 360 of file altium_parser_sch.h.

Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().

◆ OwnerPartDisplayMode

int ASCH_POLYLINE::OwnerPartDisplayMode

Definition at line 362 of file altium_parser_sch.h.

Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().

◆ OwnerPartID

int ASCH_POLYLINE::OwnerPartID

Definition at line 361 of file altium_parser_sch.h.

Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().

◆ Points

std::vector<VECTOR2I> ASCH_POLYLINE::Points

Definition at line 364 of file altium_parser_sch.h.

Referenced by ASCH_POLYLINE(), and SCH_ALTIUM_PLUGIN::ParsePolyline().


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