Home
last modified time | relevance | path

Searched refs:m_lastInsertedEvent (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DClefInsertionCommand.cpp47 m_lastInsertedEvent(nullptr) in ClefInsertionCommand()
114 m_lastInsertedEvent = *i; in modifySegment()
137 } else if (*i != m_lastInsertedEvent && (*i)->isa(Clef::EventType)) { in modifySegment()
178 if (m_lastInsertedEvent && m_lastInsertedEvent->isa(Clef::EventType)) { in modifySegment()
180 m_lastInsertedEvent->set<Bool>(LINKED_SEGMENT_IGNORE_UPDATE, true); in modifySegment()
H A DRestInsertionCommand.cpp55 m_lastInsertedEvent = *i; in modifySegment()
60 if (m_lastInsertedEvent) { in modifySegment()
63 m_lastInsertedEvent = helper.makeThisNoteViable(i); in modifySegment()
H A DGuitarChordInsertionCommand.h46 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
52 Event *m_lastInsertedEvent; variable
H A DTextInsertionCommand.h47 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in EventInsertionCommand()
53 Event *m_lastInsertedEvent; in EventInsertionCommand()
H A DGeneratedRegionInsertionCommand.h46 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
52 Event *m_lastInsertedEvent; variable
H A DSymbolInsertionCommand.h48 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
55 Event *m_lastInsertedEvent; variable
H A DSustainInsertionCommand.h58 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
65 Event *m_lastInsertedEvent; variable
H A DTextInsertionCommand.cpp36 m_lastInsertedEvent(nullptr) in TextInsertionCommand()
61 m_lastInsertedEvent = *i; in modifySegment()
H A DGeneratedRegionInsertionCommand.cpp34 m_lastInsertedEvent(nullptr) in GeneratedRegionInsertionCommand()
59 { m_lastInsertedEvent = *i; } in modifySegment()
H A DNoteInsertionCommand.cpp65 m_lastInsertedEvent(nullptr) in NoteInsertionCommand()
283 if (i != segment.end()) m_lastInsertedEvent = *i; in modifySegment()
316 if (m_lastInsertedEvent) { in modifySegment()
319 Segment::iterator eventItr = segment.findSingle(m_lastInsertedEvent); in modifySegment()
322 m_lastInsertedEvent = helper.makeThisNoteViable(eventItr); in modifySegment()
H A DKeyInsertionCommand.h72 Event *getLastInsertedEvent() { return m_lastInsertedEvent; }
78 Event *m_lastInsertedEvent;
H A DSustainInsertionCommand.cpp38 m_lastInsertedEvent(nullptr)
65 m_lastInsertedEvent = *getSegment().insert(e);
H A DSymbolInsertionCommand.cpp41 m_lastInsertedEvent(nullptr) in SymbolInsertionCommand()
77 m_lastInsertedEvent = *i; in modifySegment()
H A DAddIndicationCommand.h54 return m_lastInsertedEvent; in getLastInsertedEvent()
71 Event *m_lastInsertedEvent; variable
H A DClefInsertionCommand.h54 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
63 Event *m_lastInsertedEvent; variable
H A DNoteInsertionCommand.h89 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
108 Event *m_lastInsertedEvent; variable
H A DKeyInsertionCommand.cpp48 m_lastInsertedEvent(nullptr), in IncrementDisplacementsCommand()
235 m_lastInsertedEvent = *i;
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/edit/
H A DEventInsertionCommand.cpp45 m_lastInsertedEvent = new Event(*m_event);
46 getSegment().insert(m_lastInsertedEvent);
H A DEventInsertionCommand.h49 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
55 Event *m_lastInsertedEvent; // an alias for another event variable
H A DMoveCommand.h45 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
54 Event *m_lastInsertedEvent; variable
H A DMoveCommand.cpp45 m_lastInsertedEvent(nullptr) in MoveCommand()
142 m_lastInsertedEvent = toInsert[j]; in modifySegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/matrix/
H A DMatrixInsertionCommand.h47 Event *getLastInsertedEvent() { return m_lastInsertedEvent; }
53 Event *m_lastInsertedEvent; // an alias for another event
H A DMatrixInsertionCommand.cpp62 m_lastInsertedEvent = new Event(*m_event); in modifySegment()
63 helper.insertNote(m_lastInsertedEvent); in modifySegment()
H A DMatrixPercussionInsertionCommand.h46 Event *getLastInsertedEvent() { return m_lastInsertedEvent; } in getLastInsertedEvent()
68 Event *m_lastInsertedEvent; // an alias for another event variable
H A DMatrixPercussionInsertionCommand.cpp99 m_lastInsertedEvent = new Event(*m_event); in modifySegment()
100 helper.insertNote(m_lastInsertedEvent); in modifySegment()

12