 |
wxMaxima
|
44 void Draw(wxPoint point)
override;
54 void SetAltCopyText(
const wxString &WXUNUSED(text))
override;
55 wxString
ToXML()
const override;
61 wxString m_userDefinedLabel;
69 Configuration::showLabels m_labelChoice_Last = {};
78 TextIndex GetLabelIndex()
const;
Definition: TextCell.h:36
void Draw(wxPoint point) override
Definition: LabelCell.cpp:54
TextStyle
Definition: TextStyle.h:307
bool NeedsRecalculation(AFontSize fontSize) const override
True, if something that affects the cell size has changed.
Definition: LabelCell.cpp:103
void UpdateDisplayedText() override
The text we actually display depends on many factors, unfortunately.
Definition: LabelCell.cpp:119
Definition: LabelCell.h:33
std::unique_ptr< Cell > Copy(GroupCell *group) const override
void SetUserDefinedLabel(const wxString &userDefinedLabel)
Set the automatic label maxima has assigned the current equation.
Definition: LabelCell.cpp:97
void SetStyle(TextStyle style) override
Sets the TextStyle of this cell.
Definition: LabelCell.cpp:201
void Recalculate(AFontSize fontsize) override
Definition: LabelCell.cpp:224
wxString GetXMLFlags() const override
Returns the XML flags this cell needs in wxMathML.
Definition: LabelCell.cpp:216
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: LabelCell.cpp:153
const wxString & GetAltCopyText() const override
Get the text set using SetAltCopyText - may be empty.
Definition: LabelCell.cpp:298
LabelCell(GroupCell *group, Configuration **config, wxString automaticLabel, TextStyle style=TS_MAIN_PROMPT)
The constructor for cell that, if displayed, means that something is amiss.
Definition: LabelCell.cpp:34
Definition: FontAttribs.h:97
wxString ToString() const override
Returns the cell's representation as a string.
Definition: LabelCell.cpp:211
Definition: Configuration.h:83
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
Definition: GroupCell.h:68
A class that carries information about the type of a cell.
Definition: Cell.h:90