|
KiCad PCB EDA Suite
|
#include <class_regulator_data.h>
Public Member Functions | |
| REGULATOR_LIST () | |
| ~REGULATOR_LIST () | |
| unsigned int | GetCount () |
| void | Add (REGULATOR_DATA *aItem) |
| REGULATOR_DATA * | GetReg (const wxString &aName) |
| void | Remove (const wxString &aRegName) |
| void | Replace (REGULATOR_DATA *aItem) |
| Replace an old REGULATOR_DATA by a new one The old one is deleted the 2 items must have the same name. | |
| wxArrayString | GetRegList () const |
| void | Clear () |
Public Attributes | |
| std::vector< REGULATOR_DATA * > | m_List |
Definition at line 59 of file class_regulator_data.h.
|
inline |
Definition at line 62 of file class_regulator_data.h.
|
inline |
Definition at line 63 of file class_regulator_data.h.
References m_List.
|
inline |
Definition at line 74 of file class_regulator_data.h.
References m_List, REGULATOR_DATA::m_Name, and StrNumCmp().
Referenced by PCB_CALCULATOR_DATAFILE_PARSER::ParseRegulatorDescr().
|
inline |
Definition at line 143 of file class_regulator_data.h.
References m_List.
|
inline |
Definition at line 69 of file class_regulator_data.h.
References m_List.
|
inline |
Definition at line 90 of file class_regulator_data.h.
References m_List.
|
inline |
Definition at line 133 of file class_regulator_data.h.
References m_List.
|
inline |
Definition at line 100 of file class_regulator_data.h.
References m_List.
|
inline |
Replace an old REGULATOR_DATA by a new one The old one is deleted the 2 items must have the same name.
Definition at line 118 of file class_regulator_data.h.
References m_List, and REGULATOR_DATA::m_Name.
| std::vector<REGULATOR_DATA*> REGULATOR_LIST::m_List |
Definition at line 145 of file class_regulator_data.h.
Referenced by Add(), Clear(), GetCount(), GetReg(), GetRegList(), Remove(), Replace(), and ~REGULATOR_LIST().