Cadabra
Computer algebra system for field theory problems
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.

◆ document

Gtk::VBox* cadabra::VisualCell::document

◆ imagebox

ImageView* cadabra::VisualCell::imagebox

◆ inbox

CodeInput* cadabra::VisualCell::inbox

◆ outbox

TeXView* cadabra::VisualCell::outbox

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