|
Minsky: 3.17.0
|
#include "minsky.h"#include "cairoItems.h"#include "group.h"#include "wire.h"#include "operation.h"#include "autoLayout.h"#include "equations.h"#include <cairo_base.h>#include "group.rcd"#include "itemT.rcd"#include "bookmark.rcd"#include "progress.h"#include "minsky_epilogue.h"
Go to the source code of this file.
Namespaces | |
| minsky | |
| minsky::anonymous_namespace{group.cc} | |
Functions | |
| bool | minsky::anonymous_namespace{group.cc}::isGlobal (const GroupPtr &g) |
| void | minsky::asgClonedPort (shared_ptr< Port > &p, const map< Item *, ItemPtr > &cloneMap) |
| template<class T > | |
| void | minsky::anonymous_namespace{group.cc}::resizeItems (T &items, double sx, double sy) |
| template<class T > | |
| void | minsky::anonymous_namespace{group.cc}::recentreItems (const T &items, float xc, float yc) |
| template<class G > | |
| G & | minsky::anonymous_namespace{group.cc}::globalGroup (G &start) |
| float | minsky::anonymous_namespace{group.cc}::notchY (const vector< VariablePtr > &vars) |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (minsky::Group) | |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (minsky::ItemT< minsky::Group >) | |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (minsky::Bookmark) | |
Variables | |
| static const int | topMargin =10 |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION | ( | minsky::Group | ) |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION | ( | minsky::ItemT< minsky::Group > | ) |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION | ( | minsky::Bookmark | ) |
|
static |
Definition at line 37 of file group.cc.
Referenced by minsky::Group::clickType(), minsky::Group::draw(), minsky::Group::drawIORegion(), minsky::Group::inIORegion(), and minsky::Group::resize().