Home
last modified time | relevance | path

Searched refs:beatline (Results 1 – 6 of 6) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/core/
H A DVoiceElement.cpp33 qreal beatline; member in MusicCore::VoiceElement::Private
45 d->beatline = 0; in VoiceElement()
133 qreal VoiceElement::beatline() const in beatline() function in MusicCore::VoiceElement
135 return d->beatline; in beatline()
138 void VoiceElement::setBeatline(qreal beatline) in setBeatline() argument
140 d->beatline = beatline; in setBeatline()
H A DVoiceElement.h92 virtual qreal beatline() const;
125 void setBeatline(qreal beatline);
H A DChord.h133 qreal beatline() const override;
H A DChord.cpp143 qreal Chord::beatline() const in beatline() function in MusicCore::Chord
/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/
H A DRenderer.cpp199 …nter.drawLine(pos + QPointF(me->x() + me->beatline(), top + me->y() - 10), pos + QPointF(me->x() +… in renderElement()
H A DEngraver.cpp331 ve->setX(curx - ve->beatline()); in engraveBar()