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

#include <altium_parser_sch.h>

Inheritance diagram for ASCH_LINE:
ASCH_OWNER_INTERFACE ASCH_BORDER_INTERFACE

Public Member Functions

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

Public Attributes

VECTOR2I point1
 
VECTOR2I point2
 
ASCH_POLYLINE_LINESTYLE LineStyle
 
int ownerindex
 
int ownerpartid
 
int ownerpartdisplaymode
 
int indexinsheet
 
bool IsNotAccesible
 
int LineWidth
 
int Color
 

Detailed Description

Definition at line 508 of file altium_parser_sch.h.

Constructor & Destructor Documentation

◆ ASCH_LINE()

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

Definition at line 496 of file altium_parser_sch.cpp.

References LineStyle, point1, point2, ReadEnum(), ReadKiCadUnitFrac(), and ReadRecord().

Member Data Documentation

◆ Color

◆ indexinsheet

int ASCH_OWNER_INTERFACE::indexinsheet
inherited

◆ IsNotAccesible

bool ASCH_OWNER_INTERFACE::IsNotAccesible
inherited

Definition at line 127 of file altium_parser_sch.h.

Referenced by ASCH_OWNER_INTERFACE::ASCH_OWNER_INTERFACE().

◆ LineStyle

ASCH_POLYLINE_LINESTYLE ASCH_LINE::LineStyle

Definition at line 513 of file altium_parser_sch.h.

Referenced by ASCH_LINE(), and SCH_IO_ALTIUM::ParseLine().

◆ LineWidth

◆ ownerindex

◆ ownerpartdisplaymode

◆ ownerpartid

◆ point1

VECTOR2I ASCH_LINE::point1

Definition at line 510 of file altium_parser_sch.h.

Referenced by ASCH_LINE(), and SCH_IO_ALTIUM::ParseLine().

◆ point2

VECTOR2I ASCH_LINE::point2

Definition at line 511 of file altium_parser_sch.h.

Referenced by ASCH_LINE(), and SCH_IO_ALTIUM::ParseLine().


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