 |
wxMaxima
|
Go to the documentation of this file.
62 void Draw(wxPoint point)
override;
68 wxString
ToOMML()
const override;
70 wxString
ToTeX()
const override;
71 wxString
ToXML()
const override;
76 void MakeBreakUpCells();
81 std::unique_ptr<Cell> m_open;
82 std::unique_ptr<Cell> m_innerCell;
83 std::unique_ptr<Cell> m_close;
86 double m_signFontScale = 0;
89 int m_signTop = m_signSize / 2;
bool BreakUp() override
Definition: SqrtCell.cpp:287
Cell * GetInnerCell(int index) const override
Definition: SqrtCell.h:58
void Recalculate(AFontSize fontsize) override
Definition: SqrtCell.cpp:66
Definition: SqrtCell.h:48
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SqrtCell.cpp:276
void SetNextToDraw(Cell *next) override
Definition: SqrtCell.cpp:305
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: SqrtCell.cpp:257
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: SqrtCell.h:56
Definition: FontAttribs.h:97
Definition: Configuration.h:83
std::unique_ptr< Cell > Copy(GroupCell *group) const override
wxString ToOMML() const override
Definition: SqrtCell.cpp:270
wxString ToString() const override
Returns the cell's representation as a string.
Definition: SqrtCell.cpp:241
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SqrtCell.cpp:265
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: SqrtCell.cpp:249