 |
wxMaxima
|
Go to the documentation of this file.
70 void Draw(wxPoint point)
override;
74 wxString
ToOMML()
const override;
76 wxString
ToTeX()
const override;
77 wxString
ToXML()
const override;
82 void MakeBreakupCells();
88 std::unique_ptr<Cell> m_open;
90 std::unique_ptr<Cell> m_innerCell;
92 std::unique_ptr<Cell> m_close;
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: AbsCell.cpp:132
std::unique_ptr< Cell > Copy(GroupCell *group) const override
void SetNextToDraw(Cell *next) override
Definition: AbsCell.cpp:172
bool BreakUp() override
Definition: AbsCell.cpp:155
void Recalculate(AFontSize fontsize) override
Definition: AbsCell.cpp:63
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: AbsCell.h:62
Cell * GetInnerCell(int index) const override
Definition: AbsCell.h:64
Definition: FontAttribs.h:97
wxString ToOMML() const override
Definition: AbsCell.cpp:140
Definition: Configuration.h:83
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: AbsCell.cpp:146
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: AbsCell.cpp:125
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: AbsCell.cpp:116
wxString ToString() const override
Returns the cell's representation as a string.
Definition: AbsCell.cpp:107