 |
Verovio
Source code documentation
|
8 #ifndef __VRV_TEXT_LAYOUT_ELEMENT_H__
9 #define __VRV_TEXT_LAYOUT_ELEMENT_H__
11 #include "atts_shared.h"
33 void Reset()
override;
48 void AppendTextToCell(
int index,
TextElement *text);
54 void ResetDrawingScaling();
85 virtual int GetTotalWidth(
const Doc *doc)
const = 0;
98 int GetAlignmentPos(data_HORIZONTALALIGNMENT h, data_VERTICALALIGNMENT v)
const;
110 FunctorCode AcceptEnd(
Functor &functor)
override;
111 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
119 void FilterList(ListOfConstObjects &childList)
const override;
130 ArrayOfTextElements m_cells[9];
135 int m_drawingScalingPercent[3];
bool AdjustDrawingScaling(int width)
Scale the content of the running element.
int GetContentWidth() const
Content width.
int GetColWidth(int col) const
Col from 0 to 2.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void FilterList(ListOfConstObjects &childList) const override
Filter the list for a specific class.
int GetCellWidth(int cell) const
Row from 0 to 8.
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
Definition: textelement.h:22
This class represents a basic object.
Definition: object.h:59
int GetColHeight(int col) const
Col from 0 to 2.
int GetContentHeight() const
Content height.
bool IsSupportedChild(ClassId classId) override
Base method for checking if a child can be added.
int GetRowWidth(int col) const
Row from 0 to 2.
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
virtual int GetTotalHeight(const Doc *doc) const =0
Height including margins.
int GetCellHeight(int cell) const
Row from 0 to 8.
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is an pseudo interface for elements maintaining a flat list of children LayerElement for p...
Definition: object.h:873
This abstract class is the base class for all const functors.
Definition: functor.h:126
bool AdjustRunningElementYPos()
Adjust the postition of the content of the running element.
int GetAlignmentPos(data_HORIZONTALALIGNMENT h, data_VERTICALALIGNMENT v) const
Calculate the cell position.
This class represents a text element featuring horizontal and vertical layout.
Definition: textlayoutelement.h:24
int GetRowHeight(int row) const
Row from 0 to 2.