 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CALCBBOXOVERFLOWSFUNCTOR_H__
9 #define __VRV_CALCBBOXOVERFLOWSFUNCTOR_H__
42 FunctorCode VisitLayerEnd(
Layer *layer)
override;
43 FunctorCode VisitObject(
Object *
object)
override;
58 #endif // __VRV_CALCBBOXOVERFLOWSFUNCTOR_H__
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class represents a basic object.
Definition: object.h:59
This class fills the arrays of bounding boxes (above and below) for each staff alignment for which th...
Definition: calcbboxoverflowsfunctor.h:23
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: calcbboxoverflowsfunctor.h:36
This class represents a layer in a laid-out score (Doc).
Definition: layer.h:33
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151