 |
Verovio
Source code documentation
|
8 #ifndef __VRV_PROPORT_H__
9 #define __VRV_PROPORT_H__
11 #include "atts_shared.h"
12 #include "layerelement.h"
33 void Reset()
override;
34 std::string GetClassName()
const override {
return "proport"; }
37 int GetCumulatedNum()
const;
38 int GetCumulatedNumbase()
const;
40 void Cumulate(
const Proport *proport);
52 FunctorCode AcceptEnd(
Functor &functor)
override;
53 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
63 int m_cumulatedNumbase;
This class represents a basic object.
Definition: object.h:59
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
void Reset() override
Virtual reset method.
This class models the MEI <proport> element.
Definition: proport.h:23
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: proport.h:44
Object * Clone() const override
Method call for copying child classes.
Definition: proport.h:32
This abstract class is the base class for all const functors.
Definition: functor.h:126
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46