 |
wxMaxima
|
Go to the documentation of this file.
23 #ifndef CONJUGATECELL_H
24 #define CONJUGATECELL_H
65 void MakeBreakupCells();
70 std::unique_ptr<Cell> m_open;
71 std::unique_ptr<Cell> m_innerCell;
72 std::unique_ptr<Cell> m_close;
82 void Recalculate(
AFontSize fontsize)
override;
84 void Draw(wxPoint point)
override;
86 wxString ToMathML()
const override;
87 wxString ToMatlab()
const override;
88 wxString ToOMML()
const override;
89 wxString ToString()
const override;
90 wxString ToTeX()
const override;
91 wxString ToXML()
const override;
94 #endif // CONJUGATECELL_H
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Definition: ConjugateCell.h:48
Definition: FontAttribs.h:97
Cell * GetInnerCell(int index) const override
Definition: ConjugateCell.h:58
Definition: Configuration.h:83
void SetNextToDraw(Cell *next) override
Definition: ConjugateCell.cpp:170
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: ConjugateCell.h:56
Definition: GroupCell.h:68
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
A class that carries information about the type of a cell.
Definition: Cell.h:90
bool BreakUp() override
Definition: ConjugateCell.cpp:153