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::VBox * document | ||
CodeInput * inbox | ||
TeXView * outbox | ||
ImageView * imagebox | ||
}; | ||
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::VBox.
Gtk::VBox* cadabra::VisualCell::document |
ImageView* cadabra::VisualCell::imagebox |
CodeInput* cadabra::VisualCell::inbox |
TeXView* cadabra::VisualCell::outbox |