 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTTEMPOFUNCTOR_H__
9 #define __VRV_ADJUSTTEMPOFUNCTOR_H__
41 FunctorCode VisitSystem(
System *system)
override;
42 FunctorCode VisitTempo(
Tempo *tempo)
override;
58 #endif // __VRV_ADJUSTTEMPOFUNCTOR_H__
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjusttempofunctor.h:35
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class adjusts the X position of tempi.
Definition: adjusttempofunctor.h:22
This class is an interface for <tempo> elements at the measure level.
Definition: tempo.h:27
This class represents a system in a laid-out score (Doc).
Definition: system.h:36
This class aligns the content of a system It contains a vector of StaffAlignment.
Definition: verticalaligner.h:31
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151