 |
wxMaxima
|
32 std::unique_ptr<Cell> &&base, std::unique_ptr<Cell> &&index);
43 void Draw(wxPoint point)
override;
47 wxString
ToOMML()
const override;
49 wxString
ToTeX()
const override;
50 wxString
ToXML()
const override;
56 std::unique_ptr<Cell> m_baseCell;
57 std::unique_ptr<Cell> m_indexCell;
wxString ToOMML() const override
Definition: AtCell.cpp:119
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: AtCell.cpp:126
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
void Recalculate(AFontSize fontsize) override
Definition: AtCell.cpp:51
Cell * GetInnerCell(int index) const override
Definition: AtCell.h:39
wxString ToString() const override
Returns the cell's representation as a string.
Definition: AtCell.cpp:89
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: AtCell.cpp:105
Definition: FontAttribs.h:97
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: AtCell.cpp:97
Definition: Configuration.h:83
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: AtCell.cpp:113
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: AtCell.h:37
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90
std::unique_ptr< Cell > Copy(GroupCell *group) const override