45 void Draw(wxDC *dc, wxDC *antialiassingDC)
override;
TextStyle
All text styles known to wxMaxima.
Definition: TextStyle.h:231
A Type-Safe Fixed-Point Font Size.
Definition: FontAttribs.h:97
A class that carries information about the type of a cell.
Definition: Cell.h:93
virtual void SetCurrentPoint(wxPoint point)
Pass 2: Arrangement.
Definition: Cell.cpp:466
The configuration storage for the current worksheet.
Definition: Configuration.h:86
A Text cell that display a digit of a more-than-one-line-wide number.
Definition: DigitCell.h:34
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
void Draw(wxDC *dc, wxDC *antialiassingDC) override
Pass 3 (Paint): Renders the cell using pre-calculated coordinates.
Definition: DigitCell.cpp:62
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Create a copy of this cell.
void SetCurrentPoint(wxPoint point) override
Pass 2: Arrangement.
Definition: DigitCell.cpp:58
void Recalculate(const AFontSize fontsize) const override
Recalculate the size of the cell and the difference between top and center.
Definition: DigitCell.cpp:46
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:87
A Text cell.
Definition: TextCell.h:38