Home
last modified time | relevance | path

Searched refs:SLUR_ABOVE (Results 1 – 7 of 7) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DRestoreSlursCommand.cpp54 (*i)->unset(NotationProperties::SLUR_ABOVE); in modifySegment()
H A DChangeSlurPositionCommand.cpp64 (*i)->set<Bool>(NotationProperties::SLUR_ABOVE, m_above);
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationVLayout.cpp608 if ((*i)->event()->has(NotationProperties::SLUR_ABOVE) && in filter_list_to_array()
609 (*i)->event()->isPersistent<Bool>(NotationProperties::SLUR_ABOVE)) { in filter_list_to_array()
612 <Bool>(NotationProperties::SLUR_ABOVE, above); in filter_list_to_array()
730 (*i)->event()->setMaybe<Bool>(NotationProperties::SLUR_ABOVE, above); in filter_list_to_array()
H A DNotationProperties.cpp35 const PropertyName NotationProperties::SLUR_ABOVE = "SlurAbove"; member in Rosegarden::NotationProperties
H A DNotationProperties.h55 static const PropertyName SLUR_ABOVE; variable
H A DNotationStaff.cpp1057 elt->event()->get<Bool>(properties.SLUR_ABOVE, above); in renderSingleElement()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DLilyPondExporter.cpp315 <Bool>(NotationProperties::SLUR_ABOVE)) in handleStartingPostEvents()
321 <Bool>(NotationProperties::SLUR_ABOVE)) in handleStartingPostEvents()