Home
last modified time | relevance | path

Searched refs:LINKED_SEGMENT_IGNORE_UPDATE (Results 1 – 4 of 4) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DBaseProperties.h74 extern const PropertyName LINKED_SEGMENT_IGNORE_UPDATE;
H A DBaseProperties.cpp118 const PropertyName LINKED_SEGMENT_IGNORE_UPDATE = "linkedsegmentignoreupdate"; variable
H A DSegmentLinker.cpp271 if (e->get<Bool>(BaseProperties::LINKED_SEGMENT_IGNORE_UPDATE, ignore) in insertMappedEvent()
333 (*eraseItr)->get<Bool>(BaseProperties::LINKED_SEGMENT_IGNORE_UPDATE, in eraseNonIgnored()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DClefInsertionCommand.cpp180 m_lastInsertedEvent->set<Bool>(LINKED_SEGMENT_IGNORE_UPDATE, true); in modifySegment()