67 return m_innerCell.get();
71 return m_boxname.get();
82 void MakeBreakupCells();
87 std::unique_ptr<Cell> m_open;
88 std::unique_ptr<Cell> m_innerCell;
89 std::unique_ptr<TextCell> m_comma;
90 std::unique_ptr<TextCell> m_boxname;
91 std::unique_ptr<Cell> m_close;
94 void Recalculate(
const AFontSize fontsize)
const override;
97 void SetCurrentPoint(wxPoint point)
const override;
98 void Draw(wxDC *dc, wxDC *antialiassingDC)
override;
100 wxString ToMathML()
const override;
101 wxString ToMatlab()
const override;
102 wxString ToOMML()
const override;
103 wxString ToString()
const override;
104 wxString ToTeX()
const override;
105 wxString ToXML()
const override;
The definition of the base class of all cells the worksheet consists of.
A Type-Safe Fixed-Point Font Size.
Definition: FontAttribs.h:99
A cached integer value.
Definition: CachedValue.h:45
A class that carries information about the type of a cell.
Definition: Cell.h:93
The base class all cell types the worksheet can consist of are derived from.
Definition: Cell.h:148
virtual void SetCurrentPoint(wxPoint point) const
Pass 2: Arrangement.
Definition: Cell.cpp:514
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
A cell that represents a box(x) block.
Definition: NamedBoxCell.h:49
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Create a copy of this cell.
size_t GetInnerCellCount() const override
ORDER MATTERS: also used, via the default GetBrokenCellCount()/ GetBrokenCell(), as this cell's broke...
Definition: NamedBoxCell.h:61
bool BreakUp() const override
Try to split this command into lines to make it fit on the screen.
Definition: NamedBoxCell.cpp:202
Cell * GetInnerCell(size_t index) const override
Retrieve an inner cell with given index which must be less than GetInnerCellCount.
Definition: NamedBoxCell.h:62
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.