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)
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
opt_bool selectable
 
opt_ecoord width
 
opt_ecoord titleSize
 
opt_wxString titleFont
 
opt_wxString wireStyle
 
opt_bool showAnnotations
 
opt_int layer
 
opt_wxString grouprefs
 
std::optional< EDESCRIPTIONdescription
 
std::vector< std::unique_ptr< EATTR > > attributes
 
IO_BASEio
 

Detailed Description

Definition at line 1670 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

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ attributes

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

Definition at line 1697 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ description

std::optional<EDESCRIPTION> ESCHEMATIC_GROUP::description

Definition at line 1696 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ grouprefs

opt_wxString ESCHEMATIC_GROUP::grouprefs

Definition at line 1694 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 403 of file eagle_parser.h.

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

◆ layer

opt_int ESCHEMATIC_GROUP::layer

Definition at line 1693 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ name

wxString ESCHEMATIC_GROUP::name

Definition at line 1686 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ selectable

opt_bool ESCHEMATIC_GROUP::selectable

Definition at line 1687 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ showAnnotations

opt_bool ESCHEMATIC_GROUP::showAnnotations

Definition at line 1692 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ titleFont

opt_wxString ESCHEMATIC_GROUP::titleFont

Definition at line 1690 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ titleSize

opt_ecoord ESCHEMATIC_GROUP::titleSize

Definition at line 1689 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ width

opt_ecoord ESCHEMATIC_GROUP::width

Definition at line 1688 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().

◆ wireStyle

opt_wxString ESCHEMATIC_GROUP::wireStyle

Definition at line 1691 of file eagle_parser.h.

Referenced by ESCHEMATIC_GROUP().


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