 |
Verovio
Source code documentation
|
8 #ifndef __VRV_VERTICAL_ALIGNER_H__
9 #define __VRV_VERTICAL_ALIGNER_H__
55 void Reset()
override;
80 void ReorderBy(
const std::vector<int> &staffNs);
106 SegmentedLine &line,
const BoundingBox &boundingBox,
const std::vector<ClassId> &classIds,
int margin)
const;
111 int GetOverflowBelow(
const Doc *doc,
bool scoreDefClef =
false)
const;
130 FunctorCode
Accept(Functor &functor)
override;
132 FunctorCode
Accept(ConstFunctor &functor)
const override;
133 FunctorCode AcceptEnd(Functor &functor)
override;
134 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
142 SpacingType GetAboveSpacingType(
const Staff *staff);
146 SpacingType CalculateSpacingAbove(
const StaffDef *staffDef)
const;
154 StaffAlignment *m_bottomAlignment;
158 std::map<int, SpacingType> m_spacingTypes;
186 void SetYRel(
int yRel);
187 int GetYRel()
const {
return m_yRel; }
197 void AddVerseN(
int verseN, data_STAFFREL place);
199 int GetVerseCount(
bool collapse)
const;
200 int GetVerseCountAbove(
bool collapse)
const;
201 int GetVerseCountBelow(
bool collapse)
const;
202 int GetVersePositionAbove(
int verseN,
bool collapse)
const;
203 int GetVersePositionBelow(
int verseN,
bool collapse)
const;
243 Staff *GetStaff() {
return m_staff; }
245 const Staff *GetStaff()
const {
return m_staff; }
252 System *GetParentSystem() {
return m_system; }
254 const System *GetParentSystem()
const {
return m_system; }
255 void SetParentSystem(System *system);
273 int CalcOverflowAbove(
const BoundingBox *box)
const;
275 int CalcOverflowBelow(
const BoundingBox *box)
const;
281 int GetMinimumSpacing(
const Doc *doc)
const;
283 int CalcMinimumRequiredSpacing(
const Doc *doc)
const;
290 void SetOverflowAbove(
int overflowAbove);
292 int GetOverflowAbove()
const {
return m_overflowAbove; }
293 void SetOverflowBelow(
int overflowBottom);
294 int GetOverflowBelow()
const {
return m_overflowBelow; }
295 void SetOverlap(
int overlap);
296 int GetOverlap()
const {
return m_overlap; }
297 void SetRequestedSpaceAbove(
int space);
298 int GetRequestedSpaceAbove()
const {
return m_requestedSpaceAbove; }
299 void SetRequestedSpaceBelow(
int space);
300 int GetRequestedSpaceBelow()
const {
return m_requestedSpaceBelow; }
301 void SetRequestedSpacing(
int spacing) { m_requestedSpacing = spacing; }
302 int GetRequestedSpacing()
const {
return m_requestedSpacing; }
303 int GetStaffHeight()
const {
return m_staffHeight; }
304 void SetScoreDefClefOverflowAbove(
int overflowAbove) { m_scoreDefClefOverflowAbove = overflowAbove; }
305 int GetScoreDefClefOverflowAbove()
const {
return m_scoreDefClefOverflowAbove; }
306 void SetScoreDefClefOverflowBelow(
int overflowBelow) { m_scoreDefClefOverflowBelow = overflowBelow; }
307 int GetScoreDefClefOverflowBelow()
const {
return m_scoreDefClefOverflowBelow; }
313 double GetJustificationFactor(
const Doc *doc)
const;
320 void AddBBoxAbove(BoundingBox *box) { m_overflowAboveBBoxes.push_back(box); }
322 void AddBBoxBelow(BoundingBox *box) { m_overflowBelowBBoxes.push_back(box); }
323 void ClearBBoxesAbove() { m_overflowAboveBBoxes.clear(); }
324 void ClearBBoxesBelow() { m_overflowBelowBBoxes.clear(); }
325 ArrayOfBoundingBoxes &GetBBoxesAboveForModification() {
return m_overflowAboveBBoxes; }
326 ArrayOfBoundingBoxes &GetBBoxesBelowForModification() {
return m_overflowBelowBBoxes; }
327 const ArrayOfBoundingBoxes &GetBBoxesAbove() {
return m_overflowAboveBBoxes; }
328 const ArrayOfBoundingBoxes &GetBBoxesBelow() {
return m_overflowBelowBBoxes; }
345 SegmentedLine &line,
const BoundingBox &boundingBox,
const std::vector<ClassId> &classIds,
int margin)
const;
359 FunctorCode
Accept(Functor &functor)
override;
361 FunctorCode
Accept(ConstFunctor &functor)
const override;
362 FunctorCode AcceptEnd(Functor &functor)
override;
363 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
370 int GetMinimumStaffSpacing(
const Doc *doc,
const AttSpacing *attSpacing)
const;
375 bool IsInBracketGroup(
bool isFirst)
const;
388 ArrayOfFloatingPositioners m_floatingPositioners;
392 bool m_floatingPositionersSorted;
410 std::set<int> m_verseAboveNs;
411 std::set<int> m_verseBelowNs;
420 int m_requestedSpaceAbove;
421 int m_requestedSpaceBelow;
422 int m_requestedSpacing;
424 int m_scoreDefClefOverflowAbove;
425 int m_scoreDefClefOverflowBelow;
431 ArrayOfBoundingBoxes m_overflowAboveBBoxes;
432 ArrayOfBoundingBoxes m_overflowBelowBBoxes;
int GetOverflowAbove(const Doc *doc, bool scoreDefClef=false) const
Get System Overflows.
This class represents a staff in a laid-out score (Doc).
Definition: staff.h:102
StaffAlignment * GetStaffAlignmentForStaffN(int staffN)
Get the StaffAlignment for the staffN.
void AdjustBracketGroupSpacing(const Doc *doc, const StaffAlignment *previous, int spacing)
Find overflow for the alignments taking bracket group elements into account.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
bool IsSupportedChild(ClassId classId) override
Override the method of adding AlignmentReference children.
void FindAllIntersectionPoints(SegmentedLine &line, const BoundingBox &boundingBox, const std::vector< ClassId > &classIds, int margin) const
Find all the intersection points with a vertical line (top to bottom)
int GetStaffSize() const
Returns the staff size (100 if no staff object is refered to)
void SortPositioners()
Sort the FloatingPositioner objects.
FloatingPositioner * GetCorrespFloatingPositioner(const FloatingObject *object)
Look for the FloatingPositioner corresponding to the FloatingObject.
void ClearPositioners()
Deletes all the FloatingPositioner objects.
StaffAlignment * GetStaffAlignment(int idx, Staff *staff, const Doc *doc)
Get the StaffAlignment at index idx.
void SetSpacing(const ScoreDef *scoreDef)
Calculates and sets spacing for specified ScoreDef.
This class represents a basic object.
Definition: object.h:59
void FindAllPositionerPointingTo(ArrayOfFloatingPositioners *positioners, const FloatingObject *object)
Find all the positioners pointing to an object;.
double GetJustificationSum(const Doc *doc) const
Get justification sum.
ArrayOfFloatingPositioners FindAllFloatingPositioners(ClassId classId)
Find all FloatingPositioner corresponding to a FloatingObject with given ClassId.
System * GetSystem()
Get pointer to the parent system.
const ArrayOfFloatingPositioners & GetFloatingPositioners()
Retrieve all FloatingPositioner.
Definition: verticalaligner.h:214
StaffAlignment * GetBottomAlignment()
Get bottom StaffAlignment for the system.
Definition: verticalaligner.h:62
const AttSpacing * GetAttSpacing() const
Returns the spacing attribute object of correspond ScoreDef.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Reset the aligner (clear the content) and creates the end (bottom) alignement.
This class represents elements appearing within a measure.
Definition: floatingobject.h:28
SpacingType
Declares different spacing types between staves.
Definition: verticalaligner.h:36
void SetCurrentFloatingPositioner(FloatingObject *object, Object *objectX, Object *objectY, char spanningType)
Retrieves or creates the FloatingPositioner for the FloatingObject on this staff.
void FindAllIntersectionPoints(SegmentedLine &line, const BoundingBox &boundingBox, const std::vector< ClassId > &classIds, int margin) const
Find all the intersection points with a vertical line (top to bottom)
FloatingPositioner * FindFirstFloatingPositioner(ClassId classId)
Look for the first FloatingPositioner corresponding to the FloatingObject of the ClassId.
bool CopyChildren() const override
Do not copy children for HorizontalAligner.
Definition: verticalaligner.h:50
This class represents a system in a laid-out score (Doc).
Definition: system.h:36
void ReorderBy(const std::vector< int > &staffNs)
Reorder the staff alignment as given in the staffNs.
This class stores an alignement position staves will point to.
Definition: verticalaligner.h:172
This class aligns the content of a system It contains a vector of StaffAlignment.
Definition: verticalaligner.h:31
This class represents a basic object in the layout domain.
Definition: floatingobject.h:165