40 std::unique_ptr<Cell> &&under, std::unique_ptr<Cell> &&over,
41 std::unique_ptr<Cell> &&base);
58 virtual const wxString
GetXMLType()
const override;
62 const static wxString m_svgProdSign;
This file declares the class SumCell.
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
Definition: ProductCell.h:37
virtual const wxString GetMatlabCommandName() const override
What matlab command name corresponds to this cell?
Definition: ProductCell.cpp:67
virtual const wxString GetXMLType() const override
Returns the type our cell has when saving it to .wxmx.
Definition: ProductCell.cpp:82
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Create a copy of this cell.
virtual const wxString GetSvgSymbolData() const override
Returns the data that creates our SVG symbol.
Definition: ProductCell.cpp:61
virtual const wxString GetLaTeXCommandName() const override
What LaTeX command name corresponds to this cell?
Definition: ProductCell.cpp:72
virtual const wxString GetMaximaCommandName() const override
What maxima command name corresponds to this cell?
Definition: ProductCell.cpp:53
virtual const wxSize GetSymbolSize() const override
How big do we want our svg symbol to be?
Definition: ProductCell.cpp:90
virtual const wxString GetUnicodeSymbol() const override
What unicode symbol name corresponds to this cell?
Definition: ProductCell.cpp:77
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.