|
Minsky: 3.17.0
|
#include "sheet.h"#include "str.h"#include "selection.h"#include "lasso.h"#include "minsky.h"#include "plotWidget.h"#include <cairo_base.h>#include <pango.h>#include "itemT.rcd"#include "sheet.rcd"#include "minskyCairoRenderer.h"#include "ravelWrap.h"#include "tensorOp.h"#include "minsky_epilogue.h"
Go to the source code of this file.
Classes | |
| struct | anonymous_namespace{sheet.cc}::ElisionRowChecker |
| struct | anonymous_namespace{sheet.cc}::ClippedPango |
| A pango that clips text to a standard area suitable for numbers. More... | |
Namespaces | |
| anonymous_namespace{sheet.cc} | |
Functions | |
| string | anonymous_namespace{sheet.cc}::formattedStr (const XVector &xv, size_t index) |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (minsky::Sheet) | |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (minsky::ItemT< minsky::Sheet >) | |
Variables | |
| const float | border =10 |
| const double | ravelOffset =0.1 |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION | ( | minsky::Sheet | ) |
| CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION | ( | minsky::ItemT< minsky::Sheet > | ) |
| const float border =10 |
Definition at line 40 of file sheet.cc.
Referenced by minsky::Sheet::draw(), minsky::Sheet::inItem(), and minsky::Sheet::onRavelButton().
| const double ravelOffset =0.1 |
Definition at line 42 of file sheet.cc.
Referenced by minsky::Sheet::ravelX(), and minsky::Sheet::ravelY().