 |
wxMaxima
|
32 std::unique_ptr<Cell> &&base, std::unique_ptr<Cell> &&index);
42 void Draw(wxPoint point)
override;
46 wxString
ToOMML()
const override;
48 wxString
ToTeX()
const override;
49 wxString
ToXML()
const override;
56 wxString m_altCopyText;
61 std::unique_ptr<Cell> m_baseCell;
62 std::unique_ptr<Cell> m_indexCell;
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SubCell.cpp:131
std::unique_ptr< Cell > Copy(GroupCell *group) const override
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: SubCell.cpp:115
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: SubCell.h:37
Cell * GetInnerCell(int index) const override
Definition: SubCell.h:39
void Recalculate(AFontSize fontsize) override
Definition: SubCell.cpp:54
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SubCell.cpp:145
wxString ToOMML() const override
Definition: SubCell.cpp:139
Definition: FontAttribs.h:97
wxString ToString() const override
Returns the cell's representation as a string.
Definition: SubCell.cpp:85
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
Definition: Configuration.h:83
void SetAltCopyText(const wxString &text) override
Definition: SubCell.h:51
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90
const wxString & GetAltCopyText() const override
Get the text set using SetAltCopyText - may be empty.
Definition: SubCell.h:52
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: SubCell.cpp:99