Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
cadabra::VisualCell Class Reference

Description

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. More...
 

Member Data Documentation

union { ... }

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

The documentation for this class was generated from the following file: