Home
last modified time | relevance | path

Searched refs:RestInsertionCommand (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DRestInsertionCommand.cpp33 RestInsertionCommand::RestInsertionCommand(Segment &segment, timeT time, in RestInsertionCommand() function in Rosegarden::RestInsertionCommand
43 RestInsertionCommand::~RestInsertionCommand() in ~RestInsertionCommand()
49 RestInsertionCommand::modifySegment() in modifySegment()
H A DRestInsertionCommand.h35 class RestInsertionCommand : public NoteInsertionCommand
38 RestInsertionCommand(Segment &segment,
42 ~RestInsertionCommand() override;
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNoteRestInserter.cpp1194 insertionCommand = new RestInsertionCommand(segment, time, endTime, note); in doAddCommand()
1236 command->addCommand(new RestInsertionCommand in doAddCommand()