Minsky
|
Functions | |
bool | isGlobal (const GroupPtr &g) |
template<class T > | |
void | resizeItems (T &items, double sx, double sy) |
template<class T > | |
void | recentreItems (const T &items, float xc, float yc) |
template<class G > | |
G & | globalGroup (G &start) |
float | notchY (const vector< VariablePtr > &vars) |
G& minsky::anonymous_namespace{group.cc}::globalGroup | ( | G & | start | ) |
Definition at line 730 of file group.cc.
Referenced by minsky::Group::globalGroup(), and minsky::Group::splitBoundaryCrossingWires().
bool minsky::anonymous_namespace{group.cc}::isGlobal | ( | const GroupPtr & | g | ) |
Definition at line 46 of file group.cc.
References minsky::cminsky(), and minsky::Minsky::model.
Referenced by minsky::Group::renameAllInstances().
float minsky::anonymous_namespace{group.cc}::notchY | ( | const vector< VariablePtr > & | vars | ) |
Definition at line 1088 of file group.cc.
Referenced by minsky::Group::drawIORegion().
void minsky::anonymous_namespace{group.cc}::recentreItems | ( | const T & | items, |
float | xc, | ||
float | yc | ||
) |
Definition at line 611 of file group.cc.
Referenced by minsky::Group::resize().
void minsky::anonymous_namespace{group.cc}::resizeItems | ( | T & | items, |
double | sx, | ||
double | sy | ||
) |
Definition at line 598 of file group.cc.
Referenced by minsky::Group::resize().