Minsky
minsky::PhillipsStock Class Reference

#include <phillipsDiagram.h>

Inheritance diagram for minsky::PhillipsStock:
Inheritance graph
Collaboration diagram for minsky::PhillipsStock:
Collaboration graph

Public Member Functions

 PhillipsStock ()
 
 PhillipsStock (const StockVar &x)
 
std::size_t numPorts () const override
 
void draw (cairo_t *cairo) const override
 draw this item into a cairo context More...
 
- Public Member Functions inherited from minsky::Variable< T >
Type type () const override
 
std::size_t numPorts () const override
 
 Variable (const Variable &x)
 
Variableoperator= (const Variable &x)
 
 Variable (Variable &&x)
 
Variableoperator= (Variable &&x)
 
 Variable (const std::string &name="")
 
std::string classType () const override
 
Variableclone () const override
 
template<>
size_t numPorts () const
 
template<>
size_t numPorts () const
 
template<>
size_t numPorts () const
 
template<>
size_t numPorts () const
 
template<>
size_t numPorts () const
 
template<>
size_t numPorts () const
 
template<>
size_t numPorts () const
 
- Public Member Functions inherited from minsky::ItemT< Variable< T >, VariableBase >
std::string classType () const override
 
ItemTclone () const override
 
void TCL_obj (classdesc::TCL_obj_t &t, const std::string &d) override
 
void RESTProcess (classdesc::RESTProcess_t &rp, const std::string &d) override
 dummy template definition for use with gui executable More...
 
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
 
ItemToperator= (const ItemT &)=default
 
ItemToperator= (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 VariableBasevariableCast () const override
 
VariableBasevariableCast () 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...
 
virtual std::string valueId () const
 string used to link to the VariableValue associated with this 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< VariableValuevValue () 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 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 ()
 
virtual std::string name () const
 variable displayed name More...
 
virtual std::string name (const std::string &nm)
 variable displayed name More...
 
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 double &)
 < set the 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)
 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 ()
 
virtual std::weak_ptr< Portports (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< Pointcorners () 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
 
Itemoperator= (const Item &)=default
 
virtual ~Item ()
 
void drawPorts (cairo_t *cairo) const
 
virtual std::shared_ptr< PortclosestOutPort (float x, float y) const
 returns closest output port to x,y More...
 
virtual std::shared_ptr< PortclosestInPort (float x, float y) const
 
virtual std::shared_ptr< Itemselect (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::VarAccessors::NameAccessor
 NameAccessor ()
 
- Public Member Functions inherited from minsky::VarAccessors::InitAccessor
 InitAccessor ()
 
- Public Member Functions inherited from minsky::VarAccessors::ValueAccessor
 ValueAccessor ()
 
- Public Member Functions inherited from minsky::VariableCaches
 VariableCaches ()=default
 
 VariableCaches (const VariableCaches &)
 
VariableCachesoperator= (const VariableCaches &)
 

Static Public Attributes

static std::map< Units, double > maxStock
 
- 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< T >
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 VariableBasecreate (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)
 
- 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...
 
- 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 =10
 
double m_height =10
 
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
 

Detailed Description

Definition at line 60 of file phillipsDiagram.h.

Constructor & Destructor Documentation

◆ PhillipsStock() [1/2]

minsky::PhillipsStock::PhillipsStock ( )
inline

Definition at line 63 of file phillipsDiagram.h.

References minsky::VariableBase::addPorts().

63 {addPorts();}
Here is the call graph for this function:

◆ PhillipsStock() [2/2]

minsky::PhillipsStock::PhillipsStock ( const StockVar x)
inline

Definition at line 64 of file phillipsDiagram.h.

References minsky::VariableBase::addPorts(), minsky::Item::rotation(), and minsky::Item::updateBoundingBox().

64  : StockVar(x) {
65  group.reset();
66  addPorts();
67  rotation(0);
69  }
virtual float x() const
Definition: item.cc:107
Variable< VariableType::stock > StockVar
void updateBoundingBox() override
Definition: item.h:201
Definition: group.tcl:84
double rotation() const
Definition: item.h:211
Here is the call graph for this function:

Member Function Documentation

◆ draw()

void minsky::PhillipsStock::draw ( cairo_t *  cairo) const
overridevirtual

draw this item into a cairo context

Reimplemented from minsky::Item.

Definition at line 52 of file phillipsDiagram.cc.

References minsky::VariableBase::draw(), f, minsky::Item::height(), minsky::Item::m_ports, maxStock, minsky::VariableBase::units(), minsky::VariableBase::value(), minsky::Item::width(), minsky::Item::x(), minsky::Item::y(), and minsky::VariableBase::zoomFactor().

53  {
54  StockVar::draw(cairo);
55  // colocate input and output ports on the input side
56  m_ports[0]->moveTo(m_ports[1]->x(), m_ports[1]->y());
57  auto maxV=maxStock[units()];
58  if (maxV>0)
59  {
60  const CairoSave cs(cairo);
61  auto w=width()*zoomFactor();
62  auto h=height()*zoomFactor();
63  auto f=value()/maxV;
64  if (f>=0)
65  {
66  cairo_set_source_rgba(cairo,0,0,1,0.3);
67  cairo_rectangle(cairo,-0.6*w,0.5*h,1.2*w,-f*h);
68  }
69  else
70  {
71  cairo_set_source_rgba(cairo,1,0,0,0.3);
72  cairo_rectangle(cairo,-0.6*w,-0.5*h,1.2*w,-f*h);
73  }
74  cairo_fill(cairo);
75  }
76  }
function f
Definition: canvas.m:1
Units units() const
Definition: variable.h:195
virtual float x() const
Definition: item.cc:107
virtual float y() const
Definition: item.cc:114
virtual double value() const override
< set the initial value for this variable
Definition: variable.cc:332
static std::map< Units, double > maxStock
float zoomFactor() const override
Definition: variable.cc:150
float width() const
Definition: item.h:242
ItemPortVector m_ports
Definition: item.h:156
float height() const
Definition: item.h:243
void draw(cairo_t *) const override
Definition: variable.cc:704
Here is the call graph for this function:

◆ numPorts()

std::size_t minsky::PhillipsStock::numPorts ( ) const
inlineoverridevirtual

Implements minsky::VariableBase.

Definition at line 71 of file phillipsDiagram.h.

Referenced by schema3::PhillipsDiagram::populatePhillipsDiagram().

71 {return 2;}
Here is the caller graph for this function:

Member Data Documentation

◆ maxStock

std::map< Units, double > minsky::PhillipsStock::maxStock
static

Definition at line 70 of file phillipsDiagram.h.

Referenced by draw().


The documentation for this class was generated from the following files: