33 std::string GetClassName()
const override {
return "lv"; }
36 bool CalculatePosition(
37 const Doc *doc,
const Staff *staff,
int x1,
int x2,
int spanningType,
Point bezier[4])
override;
49 FunctorCode AcceptEnd(
Functor &functor)
override;
50 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class models the MEI <lv> element.
Definition: lv.h:22
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
Object * Clone() const override
Method call for copying child classes.
Definition: lv.h:31
void Reset() override
Virtual reset method.
This class represents a basic object.
Definition: object.h:61
Simple class for representing points.
Definition: devicecontextbase.h:203
This class represents a staff in a laid-out score (Doc).
Definition: staff.h:107
This class models the MEI <tie> element.
Definition: tie.h:27