Home
last modified time | relevance | path

Searched refs:NOTE_STYLE (Results 1 – 9 of 9) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DChangeStyleCommand.cpp86 (*i)->unset(NotationProperties::NOTE_STYLE); in modifySegment()
88 (*i)->set<String>(NotationProperties::NOTE_STYLE, in modifySegment()
H A DNoteInsertionCommand.cpp168 e->set<String>(NotationProperties::NOTE_STYLE, in modifySegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationProperties.cpp27 const PropertyName NotationProperties::NOTE_STYLE = "NoteStyle"; member in Rosegarden::NotationProperties
H A DNotationProperties.h48 static const PropertyName NOTE_STYLE; variable
H A DNoteStyleFactory.cpp90 if (event->get<String>(NotationProperties::NOTE_STYLE, sname)) {
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DBaseProperties.cpp75 const PropertyName NOTE_STYLE = "NoteStyle"; variable
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/edit/
H A DInsertTriggerNoteCommand.cpp82 e->set<String>(NotationProperties::NOTE_STYLE, qstrtostr(m_noteStyle));
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DCutToTriggerSegmentCommand.cpp109 e->set<String>(NotationProperties::NOTE_STYLE, qstrtostr(m_noteStyle)); in modifySegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DLilyPondExporter.cpp3158 <String>(NotationProperties::NOTE_STYLE, style); in writeStyle()