41 std::unique_ptr<Cell> &&under, std::unique_ptr<Cell> &&over,
42 std::unique_ptr<Cell> &&base);
59 virtual const wxString
GetXMLType()
const override;
63 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:98
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:88
Definition: ProductCell.h:37
virtual const wxString GetMatlabCommandName() const override
What matlab command name corresponds to this cell?
Definition: ProductCell.cpp:68
virtual const wxString GetXMLType() const override
Returns the type our cell has when saving it to .wxmx.
Definition: ProductCell.cpp:83
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:62
virtual const wxString GetLaTeXCommandName() const override
What LaTeX command name corresponds to this cell?
Definition: ProductCell.cpp:73
virtual const wxString GetMaximaCommandName() const override
What maxima command name corresponds to this cell?
Definition: ProductCell.cpp:54
virtual const wxSize GetSymbolSize() const override
How big do we want our svg symbol to be?
Definition: ProductCell.cpp:91
virtual const wxString GetUnicodeSymbol() const override
What unicode symbol name corresponds to this cell?
Definition: ProductCell.cpp:78
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.