 |
wxMaxima
|
Go to the documentation of this file.
56 std::unique_ptr<Cell> &&name, std::unique_ptr<Cell> &&arg);
67 void Draw(wxPoint point)
override;
71 wxString
ToOMML()
const override;
73 wxString
ToTeX()
const override;
74 wxString
ToXML()
const override;
85 wxString m_altCopyText;
90 std::unique_ptr<Cell> m_nameCell;
91 std::unique_ptr<Cell> m_argCell;
wxString ToOMML() const override
Definition: FunCell.cpp:149
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: FunCell.h:61
wxString ToString() const override
Returns the cell's representation as a string.
Definition: FunCell.cpp:86
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: FunCell.cpp:95
const wxString & GetAltCopyText() const override
Get the text set using SetAltCopyText - may be empty.
Definition: FunCell.h:77
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: FunCell.cpp:130
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: FunCell.cpp:141
Definition: FontAttribs.h:97
void SetAltCopyText(const wxString &text) override
Definition: FunCell.h:76
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: FunCell.cpp:105
Definition: Configuration.h:83
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
void Recalculate(AFontSize fontsize) override
Definition: FunCell.cpp:54
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Definition: GroupCell.h:68
bool BreakUp() override
Definition: FunCell.cpp:155
A class that carries information about the type of a cell.
Definition: Cell.h:90
Cell * GetInnerCell(int index) const override
Definition: FunCell.h:63
void SetNextToDraw(Cell *next) override
Definition: FunCell.cpp:170