|
wxMaxima
|
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"Functions | |
| std::ostream & | operator<< (std::ostream &out, const CellType celltype) |
| Allow Standard c++ streams to print out our enum values as text. | |