37#include <unordered_map>
48 GC_TYPE_SUBSUBSECTION,
92 const wxString &initString = {});
95 std::unique_ptr<Cell> Copy()
const;
98 std::unique_ptr<GroupCell> CopyList()
const;
109 const wxString &GetAnswer(
size_t answer)
const;
110 const wxString &GetAnswer(
const wxString &question)
const;
115 void SetAutoAnswer(
bool autoAnswer);
116 void MarkNeedsRecalculate();
118 void SetAnswer(
const wxString &question,
const wxString &answer);
150 const wxString
GetToolTip(wxPoint point)
const override;
160 Range GetCellsInOutput()
const;
162 Range GetCellsInOutputRect(
const wxRect &rect, wxPoint one, wxPoint two)
const;
166 bool SetEditableContent(
const wxString &text);
168 void AppendOutput(std::unique_ptr<Cell> &&cell);
192 wxString
ToTeX(
const wxString &imgDir,
const wxString &filename, std::size_t *imgCounter)
const;
194 wxString
ToRTF()
const override;
196 wxString ToTeXCodeCell(
const wxString &imgDir,
const wxString &filename, std::size_t *imgCounter)
const;
198 static wxString ToTeXImage(
const Cell *tmp,
const wxString &imgDir,
const wxString &filename, std::size_t *imgCounter);
200 wxString
ToTeX()
const override;
202 wxString
ToXML()
const override;
204 void Hide(
bool hide)
override;
208 wxRect HideRect()
const;
211 void SetInput(std::unique_ptr<Cell> &&input);
213 void SetOutput(std::unique_ptr<Cell> &&output);
215 void AppendInput(std::unique_ptr<Cell> &&cell);
225 static wxString TexEscapeOutputCell(wxString Input);
263 if (fontsize.IsValid())
264 m_mathFontSize = fontsize;
270 bool Recalculate()
const;
271 bool Reposition()
const;
276 wxPoint CalculateInputPosition()
const;
280 wxRect
GetRect(
bool all =
false)
const override;
323 bool HideTree(std::unique_ptr<GroupCell> &&tree);
370 bool IsMainInput(
const Cell *active)
const;
372 bool IsHeading()
const;
381 void Number(
int §ion,
int &subsection,
int &subsubsection,
int &heading5,
int &heading6,
int &image)
const;
394 void Draw(wxDC *dc, wxDC *antialiassingDC)
override;
425 typedef std::unordered_map <wxString, int, wxStringHash> CmdsAndVariables;
430#if wxUSE_ACCESSIBILITY
431 wxAccStatus GetName (
int childId, wxString *name)
const override;
432 wxAccStatus GetDescription(
int childId, wxString *description)
const override;
433 wxAccStatus GetLocation (wxRect &rect,
int elementId)
override;
434 wxAccStatus GetRole (
int childId, wxAccRole *role)
const override;
442 void UpdateYPositionList()
const;
448 wxCoord GetInputIndent()
const;
449 void UpdateCellsInGroup();
501 mutable int16_t m_numberedAnswersCount = 0;
512 void InitBitFields_GroupCell()
516 m_inEvaluationQueue =
false;
517 m_lastInEvaluationQueue =
false;
518 m_updateConfusableCharWarnings =
true;
526 bool m_inEvaluationQueue : 1 ;
527 bool m_lastInEvaluationQueue : 1 ;
528 bool m_updateConfusableCharWarnings : 1 ;
542 static wxString m_lookalikeChars;
The definition of the base class of all cells the worksheet consists of.
This file contains the definition of the class EditorCell.
std::ostream & operator<<(std::ostream &out, const GroupType grouptype)
Allow Standard c++ streams to print out our enum values as text.
Definition: GroupCell.cpp:2084
GroupType
All types a GroupCell can be of.
Definition: GroupCell.h:42
A Type-Safe Fixed-Point Font Size.
Definition: FontAttribs.h:97
The storage for pointers to cells.
Definition: CellPointers.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:142
Cell * GetNext() const
Get the next cell in the list.
Definition: Cell.h:738
Cell * GetPrevious() const
Returns a pointer to the previous cell in the current cell list.
Definition: Cell.h:735
Cell * last() const
Get the last cell in this list of cells.
Definition: Cell.cpp:1300
AFontSize m_fontSize
The unscaled font size.
Definition: Cell.h:1111
Configuration * m_configuration
A pointer to the configuration responsible for this worksheet.
Definition: Cell.h:1066
virtual void SetCurrentPoint(wxPoint point) const
Pass 2: Arrangement.
Definition: Cell.cpp:493
bool NeedsRecalculation() const
True, if something that affects the cell size has changed.
Definition: Cell.h:513
Cell * first() const
Get the first cell in this list of cells.
Definition: Cell.cpp:1291
The configuration storage for the current worksheet.
Definition: Configuration.h:88
This class defines what the user sees as input cell.
Definition: EditorCell.h:59
A cell grouping input (and, if there is one, also the output) cell to a foldable item.
Definition: GroupCell.h:87
wxCoord GetMaxDrop() const override
Returns the maximum distance between center and bottom of this line.
Definition: GroupCell.cpp:870
bool ContainsSavedAnswers() const
Does this GroupCell know the answer to any of maxima's questions?
Definition: GroupCell.h:112
void Draw(wxDC *dc, wxDC *antialiassingDC) override
Draw this GroupCell.
Definition: GroupCell.cpp:791
bool Contains(GroupCell *cell) const
Does this tree contain the cell "cell"?
Definition: GroupCell.cpp:1884
void Hide(bool hide) override
Hide this cell. See IsHidden() for details.
Definition: GroupCell.cpp:1599
GroupCell * m_hiddenTreeParent
store linkage to the parent of the fold
Definition: GroupCell.h:466
std::vector< std::pair< wxString, wxString > > m_knownAnswers
A list of answers provided by the user.
Definition: GroupCell.h:428
bool IsFoldable() const
folding and unfolding
Definition: GroupCell.cpp:198
void BreakLines() const
Break this cell into lines.
Definition: GroupCell.cpp:1563
Cell * DisplayedOutput() const
The cell list to lay out and draw as this group's output.
Definition: GroupCell.cpp:648
virtual bool FirstLineOnlyEditor() const override
True, if this GroupCell is folded and its editor shows only its first line.
Definition: GroupCell.cpp:1593
bool RevealHidden()
Unfold all that is needed to make the current cell seen.
Definition: GroupCell.cpp:1660
void CellUnderPointer(GroupCell *cell)
Marks the cell that is under the mouse pointer.
Definition: GroupCell.cpp:866
void Number(int §ion, int &subsection, int &subsubsection, int &heading5, int &heading6, int &image) const
Return this cell's section- or image number.
Definition: GroupCell.cpp:1804
GroupType m_groupType
Which type this cell is of?
Definition: GroupCell.h:508
void UpdateOutputPositions() const
Pass 2 (Arrange): Calculates positions for all cells in the output.
Definition: GroupCell.cpp:732
void OutputHeightChanged()
Reset the data when the output size changes.
Definition: GroupCell.cpp:470
bool NeedsRecalculation(AFontSize fontSize) const override
True, if something that affects the cell size has changed.
Definition: GroupCell.cpp:667
wxRect GetBracketRect() const
The on-screen rectangle occupied by this cell's bracket.
Definition: GroupCell.cpp:878
wxRect m_outputRect
Bounding rectangle of this group's output (results) area, in worksheet coordinates.
Definition: GroupCell.h:459
GroupCell * GetHiddenTree() const
Get the tree of cells that got hidden by folding this cell.
Definition: GroupCell.h:315
std::unique_ptr< GroupCell > UnhideTree()
Unfold the current cell.
Definition: GroupCell.cpp:1646
wxString ToTeX() const override
Convert this cell to its LaTeX representation.
Definition: GroupCell.cpp:1087
bool m_autoAnswer
Does this GroupCell automatically fill in the answer to questions?
Definition: GroupCell.h:525
size_t GetInnerCellCount() const override
The number of inner cells - for use by the iterators.
Definition: GroupCell.h:120
wxString ToRTF() const override
Returns the cell's representation as RTF.
Definition: GroupCell.cpp:1091
void DrawBracket(wxDC *dc, wxDC *antialiassingDC)
Draw the bracket of this cell.
Definition: GroupCell.cpp:887
void RemoveOutput()
Remove all output cells attached to this one.
Definition: GroupCell.cpp:306
Cell * GetLabel() const
Returns the list of cells the output consists of, starting with the label.
Definition: GroupCell.h:236
const wxString GetToolTip(wxPoint point) const override
Returns the tooltip for the element at the position point.
Definition: GroupCell.cpp:1515
Range GetInnerCellsInRect(const wxRect &rect) const override
Select the cells inside this cell described by the rectangle rect.
Definition: GroupCell.cpp:1457
std::unique_ptr< Cell > m_inputLabel
The input label of this cell. Is followed by the input of the cell.
Definition: GroupCell.h:472
std::unique_ptr< Cell > Copy(GroupCell *group) const override
Create a copy of this cell.
int m_inputWidth
Width and height of this group's input area (input label plus editor), computed by RecalculateInput()...
Definition: GroupCell.h:495
wxRect GetRect(bool all=false) const override
Get the smallest rectangle this cell fits in.
Definition: GroupCell.cpp:854
GroupCell * SectioningUnitGetEndOf() const
Get the end of this section/subsection/...
void UpdateConfusableCharWarnings()
GroupCells warn if they contain both greek and latin lookalike chars.
Definition: GroupCell.cpp:367
const CellTypeInfo & GetInfo() override
Returns the information about this cell's type.
void RecalculateInput() const
Recalculate the height of the input part of the cell.
Definition: GroupCell.cpp:497
void SetHiddenTreeParent(GroupCell *parent, GroupCell *last=nullptr)
Set the parent cell of hidden cells.
Definition: GroupCell.cpp:1673
void InputHeightChanged()
Reset the data when the input size changes.
Definition: GroupCell.cpp:449
bool m_cellsAppended
Output cells were appended since the last layout, so a recalculation is needed (see NeedsRecalculatio...
Definition: GroupCell.h:533
void ResetInputLabel()
Reset the input label of the current cell.
Definition: GroupCell.cpp:182
void Recalculate(const AFontSize fontsize) const override
Recalculates the size of this GroupCell and all cells inside it if needed.
Definition: GroupCell.h:262
bool Empty() const
Is this list of cells empty?
Definition: GroupCell.cpp:174
wxRect GetOutputRect() const
Determine which rectangle is occupied by this GroupCell.
Definition: GroupCell.h:246
bool SectioningCanMoveIn() const
Can this chapter/section/... converted to a 'smaller' cell, e.g. section->subsection,...
Definition: GroupCell.h:374
wxCoord GetCenterList() const override
Returns the maximum distance between top and center of this line.
Definition: GroupCell.cpp:874
void OnSize()
Called on MathCtrl resize.
Definition: GroupCell.cpp:485
GroupCell * Fold()
Fold this cell.
Definition: GroupCell.cpp:1681
void SetAnswer(const wxString &question, const wxString &answer)
Add a new answer to the cell.
Definition: GroupCell.cpp:245
void InEvaluationQueue(bool inQueue)
Is this cell part of the evaluation Queue?
Definition: GroupCell.h:411
int16_t m_cellsInGroup
The number of cells the current group contains (-1, if no GroupCell)
Definition: GroupCell.h:500
bool SectioningCanMoveOut() const
Can this chapter/section/... converted to a 'larger' cell, e.g. subsection->section,...
Definition: GroupCell.h:376
void UpdateYPosition() const
Recalculate the cell's y position using the position and height of the last one.
GroupCell * UnfoldAll()
Unfold all cells.
Definition: GroupCell.cpp:1744
Cell * GetOutput() const
Returns the list of cells the output consists of, starting after the label.
Definition: GroupCell.h:242
bool HideTree(std::unique_ptr< GroupCell > &&tree)
Fold the current cell.
Definition: GroupCell.cpp:1626
int m_labelWidth_cached
Cache of the last width computed by GetInputIndent(); reused as the input indent while the input labe...
Definition: GroupCell.h:492
std::unique_ptr< GroupCell > m_hiddenTree
here hidden (folded) tree of GCs is stored
Definition: GroupCell.h:465
void LastInEvaluationQueue(bool last)
Is this cell the last cell in the evaluation Queue?
Definition: GroupCell.h:414
wxString ToString() const override
A textual representation of this cell.
Definition: GroupCell.cpp:1059
void SetCurrentPoint(wxPoint point) const override
Pass 2 (Arrange): Sets the GroupCell position and triggers child layout.
Definition: GroupCell.cpp:775
bool AutoAnswer() const
Does this GroupCell save the answer to a question?
Definition: GroupCell.h:114
GroupCell * GetLastWorkingGroup() const
Which GroupCell was the last maxima was working on?
Definition: GroupCell.cpp:257
GroupCell * GetPrevious() const
Get the previous GroupCell in the list.
Definition: GroupCell.h:219
std::unique_ptr< Cell > m_layoutSuppressedNotice
Cached placeholder shown instead of the output while layout is suppressed.
Definition: GroupCell.h:486
bool AddEnding() override
Add a semicolon to a code cell, if needed.
Definition: GroupCell.cpp:850
GroupCell * GetNext() const
Get the next GroupCell in the list.
Definition: GroupCell.h:223
bool m_layoutSuppressed
Laying out this group's output exceeded the configured deadline.
Definition: GroupCell.h:540
Cell * GetInnerCell(size_t index) const override
Retrieve an inner cell with given index which must be less than GetInnerCellCount.
Definition: GroupCell.h:121
wxString ToXML() const override
Convert this cell to a representation fit for saving in a .wxmx file.
Definition: GroupCell.cpp:1332
void RecalculateOutput() const
Recalculate the height of the output part of the cell.
Definition: GroupCell.cpp:579
void ResetInputLabelList()
Call ResetInputLabel() on all cells in the list of cells this GroupCell starts with.
Definition: GroupCell.cpp:189
GroupCell * Unfold()
Unfold this cell.
Definition: GroupCell.cpp:1718
std::unique_ptr< Cell > m_output
The maxima output this cell contains.
Definition: GroupCell.h:474
bool IsLesserGCType(GroupType comparedTo) const
Document structure: Can this cell type be part of the contents of comparedTo?
Definition: GroupCell.cpp:1757
bool m_suppressTooltipMarker
Suppress the yellow ToolTip marker?
Definition: GroupCell.h:530
GroupCell * FoldAll()
Fold all cells.
Definition: GroupCell.cpp:1729