 |
wxMaxima
|
Go to the documentation of this file.
58 void Draw(wxPoint point)
override;
62 wxString
ToTeX()
const override;
63 wxString
ToXML()
const override;
std::unique_ptr< Cell > Copy(GroupCell *group) const override
void Draw(wxPoint point) override
Definition: SetCell.cpp:47
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: SetCell.cpp:129
Definition: ListCell.h:49
Definition: Configuration.h:83
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: SetCell.cpp:137
Definition: GroupCell.h:68
wxString ToString() const override
Returns the cell's representation as a string.
Definition: SetCell.cpp:118
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
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SetCell.cpp:162