|
KiCad PCB EDA Suite
|
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 | |
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.
| wxString COMMON_PROPERTY::m_Label |
Definition at line 84 of file match_properties.cpp.
| 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.