51 std::unique_ptr<Cell> &&inner);
56 void Draw(wxDC *dc, wxDC *antialiassingDC)
override;
60 wxString
ToTeX()
const override;
61 wxString
ToXML()
const override;
The definition of the base class of all cells the worksheet consists of.
This file declares the class ListCell.
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:98
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:88
The class that represents parenthesis that are wrapped around text.
Definition: ListCell.h:46
The class that represents parenthesis that are wrapped around text.
Definition: SetCell.h:47
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: SetCell.cpp:118
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Create a copy of this cell.
wxString ToString() const override
Returns the cell's representation as a string.
Definition: SetCell.cpp:101
wxString ToMatlab() const override
Convert this cell to its Matlab representation.
Definition: SetCell.cpp:111
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: SetCell.cpp:140
void Draw(wxDC *dc, wxDC *antialiassingDC) override
Pass 3 (Paint): Renders the cell using pre-calculated coordinates.
Definition: SetCell.cpp:50
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.