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. More... | |
wxArrayString | GetRegList () const |
Public Attributes | |
std::vector< REGULATOR_DATA * > | m_List |
Definition at line 60 of file class_regulator_data.h.
|
inline |
Definition at line 63 of file class_regulator_data.h.
|
inline |
Definition at line 64 of file class_regulator_data.h.
References m_List.
|
inline |
Definition at line 75 of file class_regulator_data.h.
References m_List, REGULATOR_DATA::m_Name, and StrNumCmp().
Referenced by PANEL_REGULATOR::OnAddRegulator(), and PCB_CALCULATOR_DATAFILE_PARSER::ParseRegulatorDescr().
|
inline |
Definition at line 70 of file class_regulator_data.h.
References m_List.
Referenced by PANEL_REGULATOR::OnDataFileSelection(), and PANEL_REGULATOR::SelectLastSelectedRegulator().
|
inline |
Definition at line 91 of file class_regulator_data.h.
References m_List.
Referenced by PANEL_REGULATOR::OnAddRegulator(), PANEL_REGULATOR::OnEditRegulator(), and PANEL_REGULATOR::OnRegulatorSelection().
|
inline |
Definition at line 134 of file class_regulator_data.h.
References m_List.
Referenced by PANEL_REGULATOR::OnAddRegulator(), PANEL_REGULATOR::OnDataFileSelection(), PANEL_REGULATOR::OnRemoveRegulator(), PANEL_REGULATOR::PANEL_REGULATOR(), and PANEL_REGULATOR::ReadDataFile().
|
inline |
Definition at line 101 of file class_regulator_data.h.
References m_List.
Referenced by PANEL_REGULATOR::OnRemoveRegulator().
|
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 119 of file class_regulator_data.h.
References m_List, and REGULATOR_DATA::m_Name.
Referenced by PANEL_REGULATOR::OnEditRegulator().
std::vector<REGULATOR_DATA*> REGULATOR_LIST::m_List |
Definition at line 144 of file class_regulator_data.h.
Referenced by Add(), PCB_CALCULATOR_DATAFILE::Format(), GetCount(), GetReg(), GetRegList(), Remove(), Replace(), PANEL_REGULATOR::SelectLastSelectedRegulator(), and ~REGULATOR_LIST().