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

Member Data Documentation

◆ [union]

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.

◆ 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: