Loading...
Searching...
No Matches
Midi::MoveNotes Class Referencefinal
Inheritance diagram for Midi::MoveNotes:
Public Member Functions | |
| MoveNotes (const ProcessModel &model, const std::vector< Id< Note > > &to_move, int note_delta, double t_delta) | |
| void | undo (const score::DocumentContext &ctx) const override |
| void | redo (const score::DocumentContext &ctx) const override |
| void | update (unused_t, unused_t, int note_delta, double t_delta) |
Public Member Functions inherited from score::Command | |
| virtual const CommandGroupKey & | parentKey () const noexcept=0 |
| virtual const CommandKey & | key () const noexcept=0 |
| QByteArray | serialize () const |
| void | deserialize (const QByteArray &) |
| virtual QString | description () const =0 |
Protected Member Functions | |
| void | serializeImpl (DataStreamInput &s) const override |
| void | deserializeImpl (DataStreamOutput &s) override |
Member Function Documentation
◆ deserializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
◆ redo()
|
overridevirtual |
Implements score::Command.
◆ serializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
◆ undo()
|
overridevirtual |
Implements score::Command.
The documentation for this class was generated from the following files:
- MoveNotes.hpp
- MoveNotes.cpp
Public Member Functions inherited from