Minsky
|
Namespaces | |
anonymous_namespace{schema3.cc} | |
Classes | |
struct | ExcludedMinsky |
working structure, not serialised More... | |
struct | Group |
struct | IdMap |
struct | Item |
struct | ItemBase |
struct | LockGroup |
struct | LockGroupFactory |
class | Minsky |
struct | MinskyImpl |
struct | MinskyItemFactory |
struct | Note |
struct | PhillipsDiagram |
struct | PhillipsFlow |
struct | PublicationItem |
struct | PublicationTab |
struct | Schema1Layout |
struct | Slider |
struct | Wire |
Functions | |
void | pack (classdesc::pack_t &b, const civita::XVector &a) |
void | unpack (classdesc::pack_t &b, civita::XVector &a) |
void | pack (classdesc::pack_t &b, const civita::TensorVal &a) |
void | unpack (classdesc::pack_t &b, civita::TensorVal &a) |
void | populateNote (minsky::NoteBase &x, const Note &y) |
void | populateItem (minsky::Item &x, const Item &y) |
void | populateWire (minsky::Wire &x, const Wire &y) |
void schema3::pack | ( | classdesc::pack_t & | b, |
const civita::XVector & | a | ||
) |
Definition at line 40 of file schema3.cc.
References minsky::str().
void schema3::pack | ( | classdesc::pack_t & | b, |
const civita::TensorVal & | a | ||
) |
Definition at line 60 of file schema3.cc.
References pack().
void schema3::populateItem | ( | minsky::Item & | x, |
const Item & | y | ||
) |
Definition at line 475 of file schema3.cc.
References minsky::PlotOptions< Base >::applyPlotOptions(), schema3::Item::arg, schema3::Item::assetClasses, schema3::Item::axis, minsky::NoteBase::bookmark, schema3::ItemBase::bookmark, schema3::Item::bookmarks, schema3::Item::buttonDisplay, schema3::Item::currency, schema3::Item::data, schema3::Item::dataOpData, schema3::Item::dimensions, schema3::Item::editorMode, schema3::Item::expression, minsky::flipped(), schema3::ItemBase::height, minsky::Item::iHeight(), minsky::Item::iWidth(), minsky::Item::m_sf, minsky::Item::m_x, minsky::Item::m_y, schema3::Item::miniPlot, minsky::PlotOptions< Base >::name, schema3::Item::palette, populateNote(), schema3::ItemBase::ports, schema3::Item::ravelState, schema3::ItemBase::rotation, minsky::Item::rotation(), schema3::ItemBase::scaleFactor, schema3::Item::showColSlice, schema3::Item::showSlice, schema3::Item::slider, schema2::RavelState::toRavelRavelState(), schema3::Item::variableDisplay, schema3::ItemBase::width, schema3::ItemBase::x, and schema3::ItemBase::y.
Referenced by schema3::Minsky::populateGroup(), schema3::PhillipsDiagram::populatePhillipsDiagram(), and schema3::Minsky::populatePublicationTabs().
void schema3::populateNote | ( | minsky::NoteBase & | x, |
const Note & | y | ||
) |
Definition at line 467 of file schema3.cc.
References minsky::NoteBase::detailedText(), schema3::Note::detailedText, minsky::NoteBase::tooltip(), and schema3::Note::tooltip.
Referenced by schema3::Minsky::populateGroup(), populateItem(), and populateWire().
void schema3::populateWire | ( | minsky::Wire & | x, |
const Wire & | y | ||
) |
Definition at line 598 of file schema3.cc.
References minsky::Wire::coords(), schema3::Wire::coords, and populateNote().
Referenced by schema3::Minsky::populateGroup(), and schema3::PhillipsDiagram::populatePhillipsDiagram().
void schema3::unpack | ( | classdesc::pack_t & | b, |
civita::XVector & | a | ||
) |
Definition at line 47 of file schema3.cc.
void schema3::unpack | ( | classdesc::pack_t & | b, |
civita::TensorVal & | a | ||
) |
Definition at line 75 of file schema3.cc.
References unpack().