 |
wxMaxima
|
Go to the documentation of this file.
61 Cell *GetInner()
const {
return m_innerCell.get(); }
62 void SetInner(std::unique_ptr<Cell> inner,
CellType type = MC_TYPE_DEFAULT);
64 void SetPrint(
bool print) { m_print = print; }
69 void Draw(wxPoint point)
override;
75 wxString
ToOMML()
const override;
77 wxString
ToTeX()
const override;
78 wxString
ToXML()
const override;
88 std::unique_ptr<Cell> m_open;
89 std::unique_ptr<Cell> m_innerCell;
90 std::unique_ptr<Cell> m_close;
95 int m_numberOfExtensions = 0;
96 int m_charWidth1 = 12, m_charHeight1 = 12;
97 int m_signWidth = 12, m_signHeight = 50;
98 int m_signTopHeight = 12, m_signBotHeight = 12, m_extendHeight = 12;
110 #endif // PARENCELL_H
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: ParenCell.cpp:432
void SetNextToDraw(Cell *next) override
Definition: ParenCell.cpp:473
std::unique_ptr< Cell > Copy(GroupCell *group) const override
@ ascii
Use ascii characters only.
Definition: Configuration.h:105
void Recalculate(AFontSize fontsize) override
Definition: ParenCell.cpp:134
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: ParenCell.h:57
Cell * GetInnerCell(int index) const override
Definition: ParenCell.h:59
wxString ToString() const override
Returns the cell's representation as a string.
Definition: ParenCell.cpp:366
Definition: FontAttribs.h:97
CellType
Definition: Cell.h:63
bool BreakUp() override
Definition: ParenCell.cpp:456
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: ParenCell.cpp:445
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
Definition: Configuration.h:83
Definition: ParenCell.h:49
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: ParenCell.cpp:382
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: ParenCell.cpp:395
void Draw(wxPoint point) override
Definition: ParenCell.cpp:243
wxString ToOMML() const override
Definition: ParenCell.cpp:425
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90
drawMode
Definition: Configuration.h:103