46 void Draw(wxPoint point, wxDC *dc, wxDC *antialiassingDC)
override;
55 void SetAltCopyText(
const wxString &WXUNUSED(text))
override;
56 wxString
ToXML()
const override;
62 wxString m_userDefinedLabel;
66 static void InitBitFields_LabelCell()
TextStyle
All text styles known to wxMaxima.
Definition: TextStyle.h:231
A Type-Safe Fixed-Point Font Size.
Definition: FontAttribs.h:98
A class that carries information about the type of a cell.
Definition: Cell.h:93
The configuration storage for the current worksheet.
Definition: Configuration.h:85
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:74
A label cell.
Definition: LabelCell.h:35
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Create a copy of this cell.
Definition: LabelCell.cpp:49
wxString GetXMLFlags() const override
Returns the XML flags this cell needs in wxMathML.
Definition: LabelCell.cpp:164
void Recalculate(AFontSize fontsize) override
Recalculate the size of the cell and the difference between top and center.
Definition: LabelCell.cpp:172
void SetUserDefinedLabel(const wxString &userDefinedLabel)
Set the automatic label maxima has assigned the current equation.
Definition: LabelCell.cpp:76
void UpdateDisplayedText() override
The text we actually display depends on many factors, unfortunately.
Definition: LabelCell.cpp:81
void SetStyle(TextStyle style) override
Sets the TextStyle of this cell.
Definition: LabelCell.cpp:155
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
wxString ToString() const override
Returns the cell's representation as a string.
Definition: LabelCell.cpp:162
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: LabelCell.cpp:109
const wxString & GetAltCopyText() const override
Get the text set using SetAltCopyText - may be empty.
Definition: LabelCell.cpp:184
void Draw(wxPoint point, wxDC *dc, wxDC *antialiassingDC) override
Draw this cell.
Definition: LabelCell.cpp:55
A Text cell.
Definition: TextCell.h:38