8 #ifndef __VRV_COURSE_H__
9 #define __VRV_COURSE_H__
11 #include "atts_shared.h"
23 class Course :
public Object,
public AttAccidental,
public AttNNumberLike,
public AttOctave,
public AttPitch {
34 std::string GetClassName()
const override {
return "course"; }
52 FunctorCode AcceptEnd(
Functor &functor)
override;
53 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class models the MEI <course> element.
Definition: course.h:23
bool IsSupportedChild(ClassId classId) override
Add an element to a element.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
Object * Clone() const override
Method call for copying child classes.
Definition: course.h:32
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 mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61