KiCad PCB EDA Suite
|
This is the complete list of members for PARAM_CFG_INT, including all inherited members.
m_Default | PARAM_CFG_INT | |
m_Group | PARAM_CFG | |
m_Ident | PARAM_CFG | |
m_Ident_legacy | PARAM_CFG | |
m_Max | PARAM_CFG_INT | |
m_Min | PARAM_CFG_INT | |
m_Pt_param | PARAM_CFG_INT | |
m_Setup | PARAM_CFG | |
m_Type | PARAM_CFG | |
PARAM_CFG(const wxString &ident, const paramcfg_id type, const wxChar *group=nullptr, const wxString &legacy_ident=wxEmptyString) | PARAM_CFG | |
PARAM_CFG_INT(const wxString &ident, int *ptparam, int default_val=0, int min=std::numeric_limits< int >::min(), int max=std::numeric_limits< int >::max(), const wxChar *group=nullptr, const wxString &legacy_ident=wxEmptyString) | PARAM_CFG_INT | |
PARAM_CFG_INT(bool Insetup, const wxString &ident, int *ptparam, int default_val=0, int min=std::numeric_limits< int >::min(), int max=std::numeric_limits< int >::max(), const wxChar *group=nullptr, const wxString &legacy_ident=wxEmptyString) | PARAM_CFG_INT | |
ReadParam(wxConfigBase *aConfig) const override | PARAM_CFG_INT | virtual |
SaveParam(wxConfigBase *aConfig) const override | PARAM_CFG_INT | virtual |
~PARAM_CFG() | PARAM_CFG | inlinevirtual |