Home
last modified time | relevance | path

Searched refs:IS_GRACE_NOTE (Results 1 – 16 of 16) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DSegmentPerformanceHelper.cpp132 if ((*i)->has(IS_GRACE_NOTE) && (*i)->get<Bool>(IS_GRACE_NOTE)) { in getGraceAndHostNotes()
189 if (!(*j)->has(IS_GRACE_NOTE) || !(*j)->get<Bool>(IS_GRACE_NOTE)) { in getGraceAndHostNotes()
211 if ((*j)->has(IS_GRACE_NOTE) && (*j)->get<Bool>(IS_GRACE_NOTE)) { in getGraceAndHostNotes()
237 if ((*i)->has(IS_GRACE_NOTE)) { in getSoundingAbsoluteTime()
258 if ((*i)->has(IS_GRACE_NOTE)) { in getSoundingDuration()
383 if (!(*i)->has(IS_GRACE_NOTE) || !(*i)->get<Bool>(IS_GRACE_NOTE)) { in getGraceNoteTimeAndDuration()
H A DBaseProperties.h46 extern const PropertyName IS_GRACE_NOTE;
H A DBaseProperties.cpp86 const PropertyName IS_GRACE_NOTE = "IsGraceNote"; variable
H A DEvent.cpp230 !has(BaseProperties::IS_GRACE_NOTE)) { in toXmlString()
H A DSegmentNotationHelper.cpp1405 if ((*i)->has(IS_GRACE_NOTE) && in makeBeamedGroupAux()
1406 (*i)->get<Bool>(IS_GRACE_NOTE)) { in makeBeamedGroupAux()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DCycleSlashesCommand.cpp54 … if ((*i)->has(BaseProperties::IS_GRACE_NOTE) && (*i)->get<Bool>(BaseProperties::IS_GRACE_NOTE)) { in modifySegment()
H A DEraseEventCommand.cpp93 if ((*k)->has(BaseProperties::IS_GRACE_NOTE)) { in modifySegment()
115 if ((*k)->has(BaseProperties::IS_GRACE_NOTE) && in modifySegment()
H A DNoteInsertionCommand.cpp211 e->set<Bool>(IS_GRACE_NOTE, true); in modifySegment()
221 (*j)->has(IS_GRACE_NOTE) && in modifySegment()
222 (*j)->get<Bool>(IS_GRACE_NOTE)) { in modifySegment()
H A DAddIndicationCommand.cpp205 if ((*k)->has(BaseProperties::IS_GRACE_NOTE)) { in modifySegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationElement.cpp114 return event()->has(BaseProperties::IS_GRACE_NOTE) && in isGrace()
116 <Bool>(BaseProperties::IS_GRACE_NOTE); in isGrace()
H A DNotationGroup.cpp413 (*initialNote)->event()->has(BaseProperties::IS_GRACE_NOTE) && in calculateBeam()
414 (*initialNote)->event()->get<Bool>(BaseProperties::IS_GRACE_NOTE); in calculateBeam()
876 (*initialNote)->event()->has(BaseProperties::IS_GRACE_NOTE) && in applyTuplingLine()
877 (*initialNote)->event()->get<Bool>(BaseProperties::IS_GRACE_NOTE); in applyTuplingLine()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/edit/
H A DEraseCommand.cpp95 if ((*k)->has(BaseProperties::IS_GRACE_NOTE)) {
117 if ((*k)->has(BaseProperties::IS_GRACE_NOTE) &&
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DMusicXMLImportHelper.cpp195 if (event->has(IS_GRACE_NOTE) && event->get<Bool>(IS_GRACE_NOTE)) { in insert()
H A DLilyPondExporter.cpp174 const bool graceNotesGroup = event->has(IS_GRACE_NOTE) && event->get<Bool>(IS_GRACE_NOTE); in nextNoteInGroup()
186 const bool isGrace = (event->has(IS_GRACE_NOTE) && event->get<Bool>(IS_GRACE_NOTE)); in nextNoteInGroup()
2390 if (event->has(IS_GRACE_NOTE) && event->get<Bool>(IS_GRACE_NOTE)) { in writeBar()
3241 if (note->has(IS_GRACE_NOTE) && note->get<Bool>(IS_GRACE_NOTE)) return; in writeSlashes()
H A DMusicXMLXMLHandler.cpp750 m_event->set<Bool>(IS_GRACE_NOTE, true);
830 m_event->set<Bool>(IS_GRACE_NOTE, true);
836 m_event->set<Bool>(IS_GRACE_NOTE, true);
H A DMusicXmlExportHelper.cpp1037 bool isGrace = event.has(IS_GRACE_NOTE) && event.get<Bool>(IS_GRACE_NOTE);