![]() |
Cadabra
Computer algebra system for field theory problems
|
Structure holding a pointer to one of the possible GUI widgets that can appear in a document.
#include <VisualCell.hh>
Public Attributes | |
union { | |
Gtk::Box * document | |
CodeInput * inbox | |
TeXView * outbox | |
ImageView * imagebox | |
SliderView * slider | |
}; | |
Union of pointers to one of the possible GUI realisations of the cell types declared in DataCell::CellType. |
union { ... } cadabra::VisualCell |
Union of pointers to one of the possible GUI realisations of the cell types declared in DataCell::CellType.
All of these cells below should derive from Gtk::Box.
Gtk::Box* cadabra::VisualCell::document |
ImageView* cadabra::VisualCell::imagebox |
CodeInput* cadabra::VisualCell::inbox |
TeXView* cadabra::VisualCell::outbox |
SliderView* cadabra::VisualCell::slider |