33 virtual qreal
mag()
const;
35 virtual void draw(QPainter*)
const override;
37 virtual void layout()
override;
virtual NoteDot * clone() const override
Definition: notedot.h:31
Base class of score layout elements.
Definition: element.h:158
Element * parent() const
Definition: element.h:192
virtual qreal mag() const
Definition: notedot.cpp:82
virtual void layout() override
Definition: notedot.cpp:57
Definition: aeolus.cpp:26
virtual ElementType type() const override
Definition: notedot.h:32
This class implements a rest.
Definition: rest.h:29
virtual void read(XmlReader &) override
Definition: notedot.cpp:66
Rest * rest() const
Definition: notedot.h:40
bool isRest() const
Definition: scoreElement.h:263
virtual void draw(QPainter *) const override
Definition: notedot.cpp:37
Graphic representation of a note.
Definition: note.h:212
NoteDot(Score *=0)
Definition: notedot.cpp:27
ElementType
Definition: types.h:34
bool isNote() const
Definition: scoreElement.h:262
Note * note() const
Definition: notedot.h:39