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

A property that means the same thing in more than one family. More...

Public Attributes

wxString m_Label
 
std::map< wxString, wxString > m_Names
 family -> the name it is registered under there
 

Detailed Description

A property that means the same thing in more than one family.

Names cannot be matched because a track's "Width" is a stroke weight and a text's is a glyph width.

Definition at line 82 of file match_properties.cpp.

Member Data Documentation

◆ m_Label

wxString COMMON_PROPERTY::m_Label

Definition at line 84 of file match_properties.cpp.

◆ m_Names

std::map<wxString, wxString> COMMON_PROPERTY::m_Names

family -> the name it is registered under there

Definition at line 85 of file match_properties.cpp.


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