TextCell * ConsoleAppend(wxString s, CellType type)
Append one line s of the given type to the console, dispatching on the type (plain text goes verbatim...
Definition: MaximaOutputAppender.cpp:88
TextCell * DoRawConsoleAppend(wxString s, CellType type, AppendOpt opts={})
Append one or more lines of ordinary unicode text to the console.
Definition: MaximaOutputAppender.cpp:212
void DoConsoleAppend(wxString s, CellType type, AppendOpt opts=DefaultOpt, const wxString &userLabel={})
Parse s as MathML-like XML into a cell and insert it.
Definition: MaximaOutputAppender.cpp:177
A Text cell.
Definition: TextCell.h:38