 |
wxMaxima
|
Go to the documentation of this file.
44 std::unique_ptr<Cell> &&base, std::unique_ptr<Cell> &&under,
45 std::unique_ptr<Cell> &&name);
56 void Draw(wxPoint point)
override;
60 wxString
ToOMML()
const override;
62 wxString
ToTeX()
const override;
63 wxString
ToXML()
const override;
70 void MakeBreakUpCells();
75 std::unique_ptr<Cell> m_name;
76 std::unique_ptr<Cell> m_open;
77 std::unique_ptr<Cell> m_base;
78 std::unique_ptr<Cell> m_comma;
79 std::unique_ptr<Cell> m_under;
80 std::unique_ptr<Cell> m_close;
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: LimitCell.cpp:196
void SetNextToDraw(Cell *next) override
Definition: LimitCell.cpp:237
void Recalculate(AFontSize fontsize) override
Definition: LimitCell.cpp:70
wxString ToOMML() const override
Definition: LimitCell.cpp:207
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: LimitCell.h:50
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: LimitCell.cpp:181
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: LimitCell.cpp:136
wxString ToString() const override
Returns the cell's representation as a string.
Definition: LimitCell.cpp:119
Definition: LimitCell.h:40
Definition: FontAttribs.h:97
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: LimitCell.cpp:153
Definition: Configuration.h:83
bool BreakUp() override
Definition: LimitCell.cpp:217
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
Cell * GetInnerCell(int index) const override
Definition: LimitCell.h:52
std::unique_ptr< Cell > Copy(GroupCell *group) const override