| Minsky: 3.17.0
    | 
#include <variableValue.h>


| Public Member Functions | |
| void | setUnits (const std::string &x) | 
|  Public Member Functions inherited from minsky::Slider | |
| double | maxSliderSteps () const | 
| ensure there are at most 10000 steps between sliderMin and Max. see ticket 1255.  More... | |
| Public Attributes | |
| TensorVal | tensorInit | 
| when init is a tensor of values, this overrides the init string  More... | |
| TensorPtr | rhs | 
| when the RHS is attached to a tensor expression, this is a reference to it  More... | |
| Units | units | 
| dimension units of this value  More... | |
| bool | unitsCached =false | 
| std::string | detailedText | 
| long and short descriptions - common to all variables of a given name  More... | |
| std::string | tooltip | 
| bool | godleyOverridden =false | 
| std::string | name | 
| classdesc::Exclude< std::weak_ptr< Group > > | m_scope | 
| CSVDialog | csvDialog | 
| for importing CSV files  More... | |
|  Public Attributes inherited from minsky::Slider | |
| bool | sliderStepRel =false | 
| double | sliderMin =std::numeric_limits<double>::max() | 
| double | sliderMax =-sliderMin | 
| double | sliderStep =0 | 
| bool | enableSlider =true | 
Definition at line 44 of file variableValue.h.
| 
 | inline | 
Definition at line 56 of file variableValue.h.
| CSVDialog minsky::VariableValueData::csvDialog | 
for importing CSV files
Definition at line 66 of file variableValue.h.
| std::string minsky::VariableValueData::detailedText | 
long and short descriptions - common to all variables of a given name
Definition at line 59 of file variableValue.h.
| bool minsky::VariableValueData::godleyOverridden =false | 
Definition at line 61 of file variableValue.h.
Referenced by minsky::GodleyIcon::update().
| classdesc::Exclude<std::weak_ptr<Group> > minsky::VariableValueData::m_scope | 
Definition at line 63 of file variableValue.h.
Referenced by minsky::VariableValues::initValue().
| std::string minsky::VariableValueData::name | 
Definition at line 62 of file variableValue.h.
Referenced by minsky::VariableValues::initValue().
| TensorPtr minsky::VariableValueData::rhs | 
when the RHS is attached to a tensor expression, this is a reference to it
Definition at line 51 of file variableValue.h.
| TensorVal minsky::VariableValueData::tensorInit | 
when init is a tensor of values, this overrides the init string
Definition at line 49 of file variableValue.h.
Referenced by minsky::VariableValues::initValue(), minsky::loadValueFromCSVFileT(), and minsky::VariableValues::resetValue().
| std::string minsky::VariableValueData::tooltip | 
Definition at line 59 of file variableValue.h.
| Units minsky::VariableValueData::units | 
dimension units of this value
Definition at line 54 of file variableValue.h.
| bool minsky::VariableValueData::unitsCached =false | 
Definition at line 55 of file variableValue.h.