KiCad PCB EDA Suite
|
#include <sim_property.h>
Public Member Functions | |
SIM_PROPERTY (SIM_MODEL &aModel, int aParamIndex) | |
wxPropertyGrid property specializations for simulator. | |
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 53 of file sim_property.h.
SIM_PROPERTY::SIM_PROPERTY | ( | SIM_MODEL & | aModel, |
int | aParamIndex | ||
) |
wxPropertyGrid property specializations for simulator.
Definition at line 41 of file sim_property.cpp.
void SIM_PROPERTY::Disable | ( | ) |
Definition at line 51 of file sim_property.cpp.
References m_disabled.
Referenced by DIALOG_SIM_MODEL< T >::~DIALOG_SIM_MODEL().
|
inline |
Definition at line 60 of file sim_property.h.
References SIM_MODEL::GetParam(), 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().
|
protected |
If true, never access the models.
Definition at line 69 of file sim_property.h.
Referenced by Disable(), SIM_BOOL_PROPERTY::OnSetValue(), and SIM_STRING_PROPERTY::StringToValue().
|
mutableprotected |
Definition at line 67 of file sim_property.h.
Referenced by SIM_STRING_PROPERTY::OnEvent(), and SIM_STRING_PROPERTY::StringToValue().
|
protected |
Definition at line 63 of file sim_property.h.
Referenced by GetParam(), SIM_BOOL_PROPERTY::OnSetValue(), SIM_BOOL_PROPERTY::SIM_BOOL_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().
|
protected |
Definition at line 66 of file sim_property.h.
Referenced by SIM_STRING_PROPERTY::OnEvent(), and SIM_STRING_PROPERTY::StringToValue().
|
protected |
Definition at line 64 of file sim_property.h.
Referenced by GetParam(), SIM_BOOL_PROPERTY::OnSetValue(), SIM_BOOL_PROPERTY::SIM_BOOL_PROPERTY(), and SIM_STRING_PROPERTY::StringToValue().