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 63 of file class_regulator_data.h.
|
inline |
Definition at line 66 of file class_regulator_data.h.
|
inline |
Definition at line 67 of file class_regulator_data.h.
References m_List.
|
inline |
Definition at line 78 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 147 of file class_regulator_data.h.
References m_List.
Referenced by PANEL_REGULATOR::ReadDataFile().
|
inline |
Definition at line 73 of file class_regulator_data.h.
References m_List.
Referenced by PANEL_REGULATOR::OnDataFileSelection(), and PANEL_REGULATOR::SelectLastSelectedRegulator().
|
inline |
Definition at line 94 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 137 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 104 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 122 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 149 of file class_regulator_data.h.
Referenced by Add(), Clear(), PCB_CALCULATOR_DATAFILE::Format(), GetCount(), GetReg(), GetRegList(), Remove(), Replace(), PANEL_REGULATOR::SelectLastSelectedRegulator(), and ~REGULATOR_LIST().