 |
wxMaxima
|
Go to the documentation of this file.
54 virtual std::unique_ptr<Cell>
Copy(
GroupCell *group)
const override;
63 virtual void Draw(wxPoint point)
override;
68 virtual wxString
ToMatlab()
const override;
69 wxString
ToOMML()
const override;
70 virtual wxString
ToString()
const override;
71 virtual wxString
ToTeX()
const override;
72 virtual wxString
ToXML()
const override;
80 std::unique_ptr<Cell> m_open;
81 std::unique_ptr<Cell> m_innerCell;
82 std::unique_ptr<Cell> m_close;
85 int m_signWidth = 12, m_signHeight = -1;
void Recalculate(AFontSize fontsize) override
Definition: ListCell.cpp:73
void SetNextToDraw(Cell *next) override
Definition: ListCell.cpp:251
virtual std::unique_ptr< Cell > Copy(GroupCell *group) const override
virtual wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: ListCell.cpp:225
wxString ToOMML() const override
Definition: ListCell.cpp:207
bool BreakUp() override
Definition: ListCell.cpp:234
bool m_drawAsAscii
How to create a big parenthesis sign?
Definition: ListCell.h:95
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: ListCell.cpp:214
virtual const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
Cell * GetInnerCell(int index) const override
Definition: ListCell.h:59
Definition: FontAttribs.h:97
virtual wxString ToString() const override
Returns the cell's representation as a string.
Definition: ListCell.cpp:163
Definition: ListCell.h:49
Definition: Configuration.h:83
Definition: GroupCell.h:68
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: ListCell.h:57
virtual wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: ListCell.cpp:182
A class that carries information about the type of a cell.
Definition: Cell.h:90
virtual wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: ListCell.cpp:174