 |
wxMaxima
|
Go to the documentation of this file.
65 void Draw(wxPoint point)
override;
69 wxString
ToOMML()
const override;
71 wxString
ToTeX()
const override;
72 wxString
ToXML()
const override;
74 wxString GetDiffPart()
const override;
76 void IsMatrix(
bool isMatrix) { m_isMatrix = isMatrix; }
84 void MakeBreakupCells();
87 wxString m_altCopyText;
92 std::unique_ptr<Cell> m_baseCell;
93 std::unique_ptr<Cell> m_exp;
94 std::unique_ptr<Cell> m_open;
95 std::unique_ptr<Cell> m_exptCell;
96 std::unique_ptr<Cell> m_close;
99 int m_expt_yoffset = 0;
108 bool m_isMatrix : 1 ;
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
void SetAltCopyText(const wxString &text) override
Definition: ExptCell.h:80
Cell * GetInnerCell(int index) const override
Definition: ExptCell.h:58
const wxString & GetAltCopyText() const override
Get the text set using SetAltCopyText - may be empty.
Definition: ExptCell.h:81
int GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: ExptCell.h:56
wxString ToOMML() const override
Definition: ExptCell.cpp:187
AFontSize m_fontSize_Scaled
The font size is smaller in super- and subscripts.
Definition: Cell.h:887
wxString ToMathML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: ExptCell.cpp:178
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: ExptCell.cpp:142
bool BreakUp() override
Definition: ExptCell.cpp:205
wxString ToString() const override
Returns the cell's representation as a string.
Definition: ExptCell.cpp:126
double PowRise() const
By how much do we want to rise the power?
Definition: ExptCell.h:61
Definition: FontAttribs.h:97
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Definition: Configuration.h:83
void Recalculate(AFontSize fontsize) override
Definition: ExptCell.cpp:88
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: ExptCell.cpp:158
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: ExptCell.cpp:193
Definition: ExptCell.h:48
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90