|
wxMaxima
|
Appends Maxima's (and wxMaxima's own) output to the worksheet. More...
Go to the source code of this file.
Data Structures | |
| class | MaximaOutputAppender |
Appends Maxima's (and wxMaxima's own) output to the worksheet.
Turning a chunk of text or a parsed MathML-like XML fragment into cells and inserting them into the worksheet used to be part of the wxMaxima god class. That output-appending is peeled off into this class to shrink wxMaxima.cpp. The appenders still drive the frame (its worksheet, parser, status bar, evaluator) through the m_wxMaxima reference, so MaximaOutputAppender is a friend of wxMaxima; the wxMaxima frame owns this object by value.