wxMaxima
Functions
Cell.cpp File Reference

This file defines the class Cell. More...

#include "Cell.h"
#include "CellList.h"
#include "GroupCell.h"
#include "TextCell.h"
#include "VisiblyInvalidCell.h"
#include "stx/unique_cast.hpp"
#include <algorithm>
#include <utility>
#include <wx/regex.h>
#include <wx/sstream.h>
#include <wx/xml/xml.h>
#include "SvgBitmap.h"
Include dependency graph for Cell.cpp:

Functions

std::ostream & operator<< (std::ostream &out, const CellType celltype)
 Allow Standard c++ streams to print out our enum values as text.
 

Detailed Description

This file defines the class Cell.

Cell is the base class for all cell- or list-type elements.