Minsky
|
#include <variableValue.h>
Public Member Functions | |
void | setUnits (const std::string &x) |
![]() | |
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... | |
![]() | |
bool | sliderStepRel =false |
double | sliderMin =std::numeric_limits<double>::max() |
double | sliderMax =-sliderMin |
double | sliderStep =0 |
bool | enableSlider =true |
Definition at line 45 of file variableValue.h.
|
inline |
Definition at line 57 of file variableValue.h.
CSVDialog minsky::VariableValueData::csvDialog |
for importing CSV files
Definition at line 67 of file variableValue.h.
std::string minsky::VariableValueData::detailedText |
long and short descriptions - common to all variables of a given name
Definition at line 60 of file variableValue.h.
bool minsky::VariableValueData::godleyOverridden =false |
Definition at line 62 of file variableValue.h.
Referenced by minsky::GodleyIcon::update().
classdesc::Exclude<std::weak_ptr<Group> > minsky::VariableValueData::m_scope |
Definition at line 64 of file variableValue.h.
Referenced by minsky::VariableValues::initValue().
std::string minsky::VariableValueData::name |
Definition at line 63 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 52 of file variableValue.h.
TensorVal minsky::VariableValueData::tensorInit |
when init is a tensor of values, this overrides the init string
Definition at line 50 of file variableValue.h.
Referenced by minsky::VariableValues::initValue(), minsky::loadValueFromCSVFileT(), and minsky::VariableValues::resetValue().
std::string minsky::VariableValueData::tooltip |
Definition at line 60 of file variableValue.h.
Units minsky::VariableValueData::units |
dimension units of this value
Definition at line 55 of file variableValue.h.
bool minsky::VariableValueData::unitsCached =false |
Definition at line 56 of file variableValue.h.