KiCad PCB EDA Suite
|
#include <sim_property.h>
Public Member Functions | |
SIM_BOOL_PROPERTY (const wxString &aLabel, const wxString &aName, SIM_MODEL &aModel, int aParamIndex) | |
wxValidator * | DoGetValidator () const override |
void | OnSetValue () override |
void | Disable () |
const SIM_MODEL::PARAM & | GetParam () const |
Protected Attributes | |
SIM_MODEL & | m_model |
int | m_paramIndex |
bool | m_needsEval |
NUMERIC_EVALUATOR | m_eval |
bool | m_disabled |
If true, never access the models. | |
Definition at line 73 of file sim_property.h.
SIM_BOOL_PROPERTY::SIM_BOOL_PROPERTY | ( | const wxString & | aLabel, |
const wxString & | aName, | ||
SIM_MODEL & | aModel, | ||
int | aParamIndex | ||
) |
Definition at line 57 of file sim_property.cpp.
References SIM_MODEL::GetParam(), SIM_PROPERTY::m_model, SIM_PROPERTY::m_paramIndex, and SIM_MODEL::PARAM::value.
|
inherited |
Definition at line 51 of file sim_property.cpp.
References SIM_PROPERTY::m_disabled.
Referenced by DIALOG_SIM_MODEL< T >::~DIALOG_SIM_MODEL().
|
override |
Definition at line 67 of file sim_property.cpp.
|
inlineinherited |
Definition at line 60 of file sim_property.h.
References SIM_MODEL::GetParam(), SIM_PROPERTY::m_model, and SIM_PROPERTY::m_paramIndex.
Referenced by SIM_ENUM_PROPERTY::SIM_ENUM_PROPERTY(), SIM_STRING_PROPERTY::SIM_STRING_PROPERTY(), and DIALOG_SIM_MODEL< T >::updateModelParamsTab().
|
override |
Definition at line 73 of file sim_property.cpp.
References SIM_PROPERTY::m_disabled, SIM_PROPERTY::m_model, SIM_PROPERTY::m_paramIndex, and SIM_MODEL::SetParamValue().
|
protectedinherited |
If true, never access the models.
Definition at line 69 of file sim_property.h.
Referenced by SIM_PROPERTY::Disable(), OnSetValue(), and SIM_STRING_PROPERTY::StringToValue().
|
mutableprotectedinherited |
Definition at line 67 of file sim_property.h.
Referenced by SIM_STRING_PROPERTY::OnEvent(), and SIM_STRING_PROPERTY::StringToValue().
|
protectedinherited |
Definition at line 63 of file sim_property.h.
Referenced by SIM_PROPERTY::GetParam(), OnSetValue(), SIM_BOOL_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().
|
protectedinherited |
Definition at line 66 of file sim_property.h.
Referenced by SIM_STRING_PROPERTY::OnEvent(), and SIM_STRING_PROPERTY::StringToValue().
|
protectedinherited |
Definition at line 64 of file sim_property.h.
Referenced by SIM_PROPERTY::GetParam(), OnSetValue(), SIM_BOOL_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().