 |
Verovio
Source code documentation
|
8 #ifndef __VRV_PGHEAD_H__
9 #define __VRV_PGHEAD_H__
11 #include "runningelement.h"
31 void Reset()
override;
32 std::string GetClassName()
const override {
return "pgHead"; }
40 bool GenerateFromMEIHeader(
const pugi::xml_document &header);
52 FunctorCode AcceptEnd(
Functor &functor)
override;
53 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This class represents an MEI pgHead.
Definition: pghead.h:22
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class represents running elements (headers and footers).
Definition: runningelement.h:28
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
This abstract class is the base class for all const functors.
Definition: functor.h:126
int GetTotalHeight(const Doc *doc) const override
Overriden to get the appropriate margin.