Minsky
|
#include <schema0.h>
Public Member Functions | |
bool | operator< (const VariablePtr &x) const |
Public Attributes | |
minsky::VariableType::Type | m_type |
double | x {0} |
double | y {0} |
position in canvas More... | |
std::string | init {"0"} |
initial value of variable More... | |
std::string | name |
variable name More... | |
double | rotation {0} |
rotation if icon, in degrees More... | |
bool | visible {true} |
int | m_outPort |
int | m_inPort |
where wires connect to More... | |
bool | m_godley {false} |
variable is in a Godley table More... | |
|
inline |
std::string schema0::VariablePtr::init {"0"} |
bool schema0::VariablePtr::m_godley {false} |
int schema0::VariablePtr::m_inPort |
where wires connect to
Definition at line 92 of file schema0.h.
Referenced by schema1::Variable::Variable().
int schema0::VariablePtr::m_outPort |
Definition at line 92 of file schema0.h.
Referenced by schema1::Variable::Variable().
minsky::VariableType::Type schema0::VariablePtr::m_type |
std::string schema0::VariablePtr::name |
double schema0::VariablePtr::rotation {0} |
bool schema0::VariablePtr::visible {true} |
double schema0::VariablePtr::x {0} |
Definition at line 82 of file schema0.h.
Referenced by operator<().