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

#include <eagle_parser.h>

Inheritance diagram for ESCHEMATIC_GROUP:
EAGLE_BASE

Public Member Functions

 ESCHEMATIC_GROUP (wxXmlNode *aSchematicGroup, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Send a message to the IO_BASE REPORTER object if one exists.
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
std::optional< bool > selectable
 
std::optional< ECOORDwidth
 
std::optional< ECOORDtitleSize
 
std::optional< wxString > titleFont
 
std::optional< wxString > wireStyle
 
std::optional< bool > showAnnotations
 
std::optional< int > layer
 
std::optional< wxString > grouprefs
 
std::optional< EDESCRIPTIONdescription
 
std::vector< std::unique_ptr< EATTR > > attributes
 
IO_BASEio
 

Detailed Description

Definition at line 1550 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESCHEMATIC_GROUP()

ESCHEMATIC_GROUP::ESCHEMATIC_GROUP ( wxXmlNode * aSchematicGroup,
IO_BASE * aIo = nullptr )

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

void EAGLE_BASE::Report ( const wxString & aMsg,
SEVERITY aSeverity = RPT_SEVERITY_UNDEFINED )
inherited

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 567 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ attributes

std::vector<std::unique_ptr<EATTR> > ESCHEMATIC_GROUP::attributes

Definition at line 1577 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ description

std::optional<EDESCRIPTION> ESCHEMATIC_GROUP::description

Definition at line 1576 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ grouprefs

std::optional<wxString> ESCHEMATIC_GROUP::grouprefs

Definition at line 1574 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().

◆ layer

std::optional<int> ESCHEMATIC_GROUP::layer

Definition at line 1573 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ name

wxString ESCHEMATIC_GROUP::name

Definition at line 1566 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ selectable

std::optional<bool> ESCHEMATIC_GROUP::selectable

Definition at line 1567 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ showAnnotations

std::optional<bool> ESCHEMATIC_GROUP::showAnnotations

Definition at line 1572 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ titleFont

std::optional<wxString> ESCHEMATIC_GROUP::titleFont

Definition at line 1570 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ titleSize

std::optional<ECOORD> ESCHEMATIC_GROUP::titleSize

Definition at line 1569 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ width

std::optional<ECOORD> ESCHEMATIC_GROUP::width

Definition at line 1568 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ wireStyle

std::optional<wxString> ESCHEMATIC_GROUP::wireStyle

Definition at line 1571 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().


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