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_PROPERTY::m_model, SIM_PROPERTY::m_paramIndex, and SIM_PROPERTY::SIM_PROPERTY().
|
inherited |
Definition at line 51 of file sim_property.cpp.
References m_disabled.
|
override |
Definition at line 67 of file sim_property.cpp.
|
inlineinherited |
Definition at line 60 of file sim_property.h.
References m_model, and 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, and SIM_PROPERTY::m_paramIndex.
|
protectedinherited |
If true, never access the models.
Definition at line 69 of file sim_property.h.
Referenced by Disable(), SIM_ENUM_PROPERTY::IntToValue(), SIM_BOOL_PROPERTY::OnSetValue(), SIM_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().
|
mutableprotectedinherited |
Definition at line 67 of file sim_property.h.
Referenced by SIM_STRING_PROPERTY::OnEvent(), SIM_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().
|
protectedinherited |
Definition at line 63 of file sim_property.h.
Referenced by GetParam(), SIM_ENUM_PROPERTY::IntToValue(), SIM_BOOL_PROPERTY::OnSetValue(), SIM_BOOL_PROPERTY::SIM_BOOL_PROPERTY(), SIM_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().
|
protectedinherited |
Definition at line 66 of file sim_property.h.
Referenced by SIM_STRING_PROPERTY::OnEvent(), SIM_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().
|
protectedinherited |
Definition at line 64 of file sim_property.h.
Referenced by GetParam(), SIM_ENUM_PROPERTY::IntToValue(), SIM_BOOL_PROPERTY::OnSetValue(), SIM_BOOL_PROPERTY::SIM_BOOL_PROPERTY(), SIM_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().