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


Public Member Functions | |
| VarConstant () | |
| std::string | valueId () const override |
| string used to link to the VariableValue associated with this More... | |
| std::string | name () const override |
| variable displayed name More... | |
| std::string | name (const std::string &nm) override |
| variable displayed name More... | |
| double | value (const double &x) override |
| < set the initial value for this variable More... | |
| VarConstant * | clone () const override |
| std::string | classType () const override |
| virtual double | value (const double &) |
| < set the initial value for this variable More... | |
| virtual double | value () const override |
Public Member Functions inherited from minsky::Variable< VariableType::constant > | |
| Type | type () const override |
| std::size_t | numPorts () const override |
| size_t | numPorts () const |
| size_t | numPorts () const |
| size_t | numPorts () const |
| size_t | numPorts () const |
| size_t | numPorts () const |
| size_t | numPorts () const |
| size_t | numPorts () const |
| Variable (const Variable &x) | |
| Variable (Variable &&x) | |
| Variable (const std::string &name="") | |
| Variable & | operator= (const Variable &x) |
| Variable & | operator= (Variable &&x) |
| std::string | classType () const override |
| Variable * | clone () const override |
Public Member Functions inherited from minsky::ItemT< Variable< T >, VariableBase > | |
| void | RESTProcess (classdesc::RESTProcess_t &rp, const std::string &d) override |
| void | RESTProcess (classdesc::RESTProcess_t &rp, const std::string &d) const override |
| void | json_pack (classdesc::json_pack_t &j) const override |
| ItemT ()=default | |
| ItemT (const ItemT &)=default | |
| ItemT (ItemT &&)=delete | |
| ItemT & | operator= (const ItemT &)=default |
| ItemT & | operator= (ItemT &&)=delete |
Public Member Functions inherited from minsky::VariableBase | |
| void | retype (VariableType::Type type) |
| attempt to replace this variable with variable of type. More... | |
| bool | visible () const override |
| whether this item is visible on the canvas. More... | |
| const VariableBase * | variableCast () const override |
| VariableBase * | variableCast () override |
| float | zoomFactor () const override |
| bool | local () const |
| void | toggleLocal () |
| toggle local status More... | |
| const std::string & | rawName () const |
| accessor for the name member (may differ from name() with top level variables) More... | |
| bool | ioVar () const override |
| indicates this is a group I/O variable More... | |
| void | ensureValueExists (VariableValue *vv, const std::string &name) const |
| ensure an associated variableValue exists More... | |
| std::string | valueIdInCurrentScope (const std::string &nm) const |
| returns valueId for nm. If nm is not qualified, this variable's scope is used More... | |
| std::shared_ptr< VariableValue > | vValue () const |
| variableValue associated with this. nullptr if not associated with a variableValue More... | |
| std::vector< unsigned > | dims () const |
| variable's tensor shape More... | |
| std::vector< std::string > | dimLabels () const |
| labels along each axis More... | |
| std::pair< std::string, std::string > | getDimLabelsPicked () const |
| std::pair< std::string, std::string > | setDimLabelsPicked (const std::string &dimLabel1, const std::string &dimLabel2) |
| const std::string & | detailedText () const override |
| const std::string & | detailedText (const std::string &x) override |
| const std::string & | tooltip () const override |
| const std::string & | tooltip (const std::string &x) override |
| bool | sliderVisible () const |
| returns true if slider is to be drawn More... | |
| Units | units (bool check) const override |
| sets/gets the units associated with this type More... | |
| Units | units () const |
| void | setUnits (const std::string &) const |
| std::string | unitsStr () const |
| bool | onKeyPress (int, const std::string &, int) override |
| respond to key press events More... | |
| bool | lhs () const |
| variable is on left hand side of flow calculation More... | |
| bool | temp () const |
| variable is temporary More... | |
| bool | isStock () const |
| std::string | definition () const |
| formula defining this variable More... | |
| void | draw (cairo_t *) const override |
| void | resize (const LassoBox &b) override |
| resize this item on the canvas More... | |
| ClickType::Type | clickType (float x, float y) const override |
| returns the clicktype given a mouse click at x, y. More... | |
| bool | defined () const |
| bool | inputWired () const |
| std::vector< std::string > | accessibleVars () const |
| return a list of existing variables this could be connected to More... | |
| EngNotation | engExp () const |
| return formatted mantissa and exponent in engineering format More... | |
| std::string | mantissa (const EngNotation &e, int digits=3) const |
| void | exportAsCSV (const std::string &filename, bool tabular) const |
| export this variable as a CSV file More... | |
| void | importFromCSV (const std::vector< std::string > &filenames, const DataSpecSchema &spec) const |
| import CSV files, using spec More... | |
| void | reloadCSV () |
| reload CSV file if previously imported More... | |
| void | destroyFrame () override |
| clean up popup window structures on window close More... | |
| bool | miniPlotEnabled () const |
| bool | miniPlotEnabled (bool) |
| void | resetMiniPlot () |
| bool | onMouseMotion (float x, float y) override |
| respond to mouse motion events with button pressed More... | |
| void | adjustSliderBounds () const |
| const std::string & | canonicalName () const |
| variable displayed name More... | |
| std::string | init () const |
| the initial value of this variable More... | |
| std::string | init (const std::string &) |
| < return initial value for this variable More... | |
| virtual double | value () const override |
| < set the initial value for this variable More... | |
| double | sliderMin () const |
| slider parameters More... | |
| double | sliderMin (double) const |
| slider parameters More... | |
| double | sliderMax () const |
| slider parameters More... | |
| double | sliderMax (double) const |
| slider parameters More... | |
| double | sliderStep () const |
| slider parameters More... | |
| double | sliderStep (double) const |
| slider parameters More... | |
| bool | sliderStepRel () const |
| slider parameters More... | |
| bool | sliderStepRel (bool) const |
| slider parameters More... | |
| bool | enableSlider () const |
| slider parameters More... | |
| bool | enableSlider (bool) const |
| slider parameters More... | |
Public Member Functions inherited from minsky::BottomRightResizerItem | |
| bool | onResizeHandle (float x, float y) const override |
| void | drawResizeHandles (cairo_t *cairo) const override |
| virtual Point | resizeHandleCoords () const |
| returns coordinates of the resizer handle More... | |
Public Member Functions inherited from minsky::Item | |
| Item ()=default | |
| virtual std::weak_ptr< Port > | ports (std::size_t i) const |
| callback to be run when item deleted from group More... | |
| std::size_t | portsSize () const |
| number of ports More... | |
| float | portX (std::size_t i) |
| float | portY (std::size_t i) |
| virtual bool | contains (float xx, float yy) const |
| bool | contains (const Point &p) const |
| void | updateBoundingBox () override |
| void | throw_error (const std::string &) const |
| mark item on canvas, then throw More... | |
| double | rotation () const |
| double | rotation (const double &r) |
| std::pair< double, bool > | rotationAsRadians () const |
| return the rotation as radians, and whether rotation should have additional straight angle added for text that stays upright. More... | |
| float | iWidth () const |
| float | iWidth (const float &w) |
| float | iHeight () const |
| float | iHeight (const float &h) |
| virtual void | flip () |
| rotate icon though 180∘ More... | |
| std::string | id () const |
| return an id uniquely identifying this item More... | |
| virtual float | x () const |
| virtual float | y () const |
| void | ensureBBValid () const |
| float | width () const |
| float | height () const |
| virtual std::vector< Point > | corners () const |
| float | left () const |
| float | right () const |
| float | top () const |
| float | bottom () const |
| std::string | bookmarkId () const |
| Id of bookmark associated with this. More... | |
| void | adjustBookmark () const override |
| adjust bookmark list to reflect current configuration More... | |
| float | resizeHandleSize () const |
| resize handles should be at least a percentage if the icon size (#1025) More... | |
| virtual bool | inItem (float x, float y) const |
| virtual bool | onItem (float x, float y) const |
| returns true if (x,y) is on the icon More... | |
| virtual void | onMouseDown (float x, float y) |
| respond to mouse down events More... | |
| virtual void | onMouseUp (float x, float y) |
| respond to mouse up events More... | |
| virtual bool | onMouseOver (float x, float y) |
| respond to mouse motion events (hover) without button pressed More... | |
| virtual void | onMouseLeave () |
| respond to mouse leave events (when mouse leaves item) More... | |
| virtual void | deleteAttachedWires () |
| delete all attached wires More... | |
| void | moveTo (float x, float y) |
| virtual float | scaleFactor () const |
| factor by which item has been resized More... | |
| virtual float | scaleFactor (const float &sf) |
| void | dummyDraw () const |
| draw into a dummy cairo context, for purposes of calculating port positions More... | |
| virtual void | displayTooltip (cairo_t *, const std::string &) const |
| display tooltip text, eg on mouseover More... | |
| virtual void | updateIcon (double t) |
| update display after a step() More... | |
| Item (const Item &)=default | |
| Item & | operator= (const Item &)=default |
| virtual | ~Item () |
| void | drawPorts (cairo_t *cairo) const |
| virtual std::shared_ptr< Port > | closestOutPort (float x, float y) const |
| returns closest output port to x,y More... | |
| virtual std::shared_ptr< Port > | closestInPort (float x, float y) const |
| virtual std::shared_ptr< Item > | select (float x, float y) const |
| returns the variable if point (x,y) is within a visible variable icon, null otherwise. More... | |
| void | RESTProcess (classdesc::RESTProcess_t &rp, const std::string &d) override |
| runs the RESTProcess descriptor suitable for this type More... | |
| void | RESTProcess (classdesc::RESTProcess_t &rp, const std::string &d) const override |
| virtual void | displayDelayedTooltip (float x, float y) |
| enable extended tooltip help message appropriate for mouse at (x,y) More... | |
| virtual void | disableDelayedTooltip () |
| virtual bool | editorMode () const |
| some items have an editor mode attribute More... | |
| virtual void | toggleEditorMode () |
| Units | checkUnits () const |
| perform units consistency checks More... | |
| ItemPtr | itemPtrFromThis () const |
| return a shared_ptr to this More... | |
Public Member Functions inherited from minsky::NoteBase | |
| virtual | ~NoteBase ()=default |
Public Member Functions inherited from minsky::VariableCaches | |
| VariableCaches ()=default | |
| VariableCaches (const VariableCaches &) | |
| VariableCaches & | operator= (const VariableCaches &) |
Public Attributes | |
| int | id |
Public Attributes inherited from minsky::VariableBase | |
| classdesc::Exclude< std::weak_ptr< Item > > | controller |
| reference to a controlling item - eg GodleyIcon, IntOp or a Group if an IOVar. More... | |
Public Attributes inherited from minsky::Item | |
| float | m_x =0 |
| float | m_y =0 |
| position in canvas, or within group More... | |
| float | m_sf =1 |
| scale factor of item on canvas, or within group More... | |
| bool | onResizeHandles =false |
| set to true to indicate mouse is ovcaler resize handles More... | |
| bool | onBorder =false |
| true to indicate mouse hovering over border More... | |
| std::string | deleteCallback |
| BoundingBox | bb |
| canvas bounding box. More... | |
Public Attributes inherited from minsky::NoteBase | |
| bool | mouseFocus =false |
| true if target of a mouseover More... | |
| bool | selected =false |
| true if selected for cut, copy or group operation More... | |
| bool | bookmark =false |
| Is this item also a bookmark? More... | |
Static Public Attributes | |
| static int | nextId =0 |
Static Public Attributes inherited from minsky::VariableBase | |
| static int | varsPassed =0 |
| for caching units calculation factory method More... | |
Additional Inherited Members | |
Public Types inherited from minsky::Variable< VariableType::constant > | |
| typedef VariableBase::Type | Type |
Public Types inherited from minsky::VariableBase | |
| typedef VariableType::Type | Type |
Public Types inherited from minsky::VariableType | |
| enum | Type { undefined, constant, parameter, flow, integral, stock, tempFlow, numVarTypes } |
Static Public Member Functions inherited from minsky::VariableBase | |
| static VariableBase * | create (Type type) |
Static Public Member Functions inherited from minsky::Item | |
| static void | drawSelected (cairo_t *cairo) |
Static Public Member Functions inherited from minsky::VariableType | |
| static std::string | typeName (int t) |
Protected Member Functions inherited from minsky::VariableBase | |
| void | addPorts () |
Static Protected Member Functions inherited from minsky::Item | |
| static void | drawResizeHandle (cairo_t *cairo, double x, double y, double sf, double angle) |
Protected Attributes inherited from minsky::Item | |
| double | m_width =20 |
| double | m_height =20 |
| ItemPortVector | m_ports |
| minsky::Item::MemoisedRotator | memoisedRotator |
Protected Attributes inherited from minsky::VariableCaches | |
| classdesc::Exclude< std::shared_ptr< RenderVariable > > | cachedNameRender |
| cached Pango objects More... | |
| classdesc::Exclude< std::shared_ptr< ecolab::Pango > > | cachedMantissa |
| classdesc::Exclude< std::shared_ptr< ecolab::Pango > > | cachedExponent |
| double | cachedValue |
| double | cachedTime |
Definition at line 288 of file variable.h.
|
inline |
Definition at line 292 of file variable.h.
References minsky::VariableBase::ensureValueExists().
Referenced by clone().


|
inlineoverridevirtual |
Reimplemented from minsky::Item.
Definition at line 299 of file variable.h.
|
inlineoverridevirtual |
Implements minsky::VariableBase.
Definition at line 298 of file variable.h.
References VarConstant().

|
inlineoverridevirtual |
variable displayed name
Reimplemented from minsky::VariableBase.
Definition at line 294 of file variable.h.
References minsky::VariableBase::init().

|
inlineoverridevirtual |
variable displayed name
Reimplemented from minsky::VariableBase.
Definition at line 295 of file variable.h.
References minsky::VariableBase::ensureValueExists(), and name().
Referenced by name().


| double VariableBase::value |
< set the initial value for this variable
current value associated with this variable
Definition at line 325 of file variable.cc.
|
override |
Definition at line 317 of file variable.cc.
|
inlineoverridevirtual |
< set the initial value for this variable
current value associated with this variable
Reimplemented from minsky::VariableBase.
Definition at line 297 of file variable.h.
References minsky::VariableBase::init(), minsky::str(), and minsky::Item::x().

|
inlineoverridevirtual |
string used to link to the VariableValue associated with this
Reimplemented from minsky::VariableBase.
Definition at line 293 of file variable.h.
References minsky::str().

| int minsky::VarConstant::id |
Definition at line 290 of file variable.h.
|
static |
Definition at line 291 of file variable.h.