KiCad PCB EDA Suite
|
This is the complete list of members for COMPONENT, including all inherited members.
AddNet(const wxString &aPinName, const wxString &aNetName, const wxString &aPinFunction, const wxString &aPinType) | COMPONENT | inline |
ClearNets() | COMPONENT | inline |
COMPONENT(const LIB_ID &aFPID, const wxString &aReference, const wxString &aValue, const KIID_PATH &aPath, const std::vector< KIID > &aKiids) | COMPONENT | inline |
Format(OUTPUTFORMATTER *aOut, int aNestLevel, int aCtl) | COMPONENT | |
GetAltFPID() const | COMPONENT | inline |
GetComponentClassNames() | COMPONENT | inline |
GetFields() const | COMPONENT | inline |
GetFootprint(bool aRelease=false) | COMPONENT | inline |
GetFootprintFilters() const | COMPONENT | inline |
GetFPID() const | COMPONENT | inline |
GetHumanReadablePath() const | COMPONENT | inline |
GetKIIDs() const | COMPONENT | inline |
GetLibrary() const | COMPONENT | inline |
GetName() const | COMPONENT | inline |
GetNet(unsigned aIndex) const | COMPONENT | inline |
GetNet(const wxString &aPinName) const | COMPONENT | |
GetNetCount() const | COMPONENT | inline |
GetPath() const | COMPONENT | inline |
GetPinCount() const | COMPONENT | inline |
GetProperties() const | COMPONENT | inline |
GetReference() const | COMPONENT | inline |
GetValue() const | COMPONENT | inline |
IsLibSource(const wxString &aLibrary, const wxString &aName) const | COMPONENT | inline |
m_altFpid | COMPONENT | private |
m_componentClassNames | COMPONENT | private |
m_emptyNet | COMPONENT | privatestatic |
m_fields | COMPONENT | private |
m_footprint | COMPONENT | private |
m_footprintFilters | COMPONENT | private |
m_fpid | COMPONENT | private |
m_humanReadablePath | COMPONENT | private |
m_kiids | COMPONENT | private |
m_library | COMPONENT | private |
m_name | COMPONENT | private |
m_nets | COMPONENT | private |
m_path | COMPONENT | private |
m_pinCount | COMPONENT | private |
m_properties | COMPONENT | private |
m_reference | COMPONENT | private |
m_value | COMPONENT | private |
SetAltFPID(const LIB_ID &aFPID) | COMPONENT | inline |
SetComponentClassNames(const std::unordered_set< wxString > &aClassNames) | COMPONENT | inline |
SetFields(nlohmann::ordered_map< wxString, wxString > &aFields) | COMPONENT | inline |
SetFootprint(FOOTPRINT *aFootprint) | COMPONENT | |
SetFootprintFilters(const wxArrayString &aFilters) | COMPONENT | inline |
SetFPID(const LIB_ID &aFPID) | COMPONENT | inline |
SetHumanReadablePath(const wxString &aPath) | COMPONENT | inline |
SetLibrary(const wxString &aLibrary) | COMPONENT | inline |
SetName(const wxString &aName) | COMPONENT | inline |
SetPinCount(int aPinCount) | COMPONENT | inline |
SetProperties(std::map< wxString, wxString > &aProps) | COMPONENT | inline |
SetReference(const wxString &aReference) | COMPONENT | inline |
SetValue(const wxString &aValue) | COMPONENT | inline |
SortPins() | COMPONENT | inline |
~COMPONENT() | COMPONENT | inlinevirtual |