|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|


Public Types | |
| using | SelectedObjectsVector |
| using | ArrangerObjectOwnerPtrVariant |
| using | ObjectOwnerProvider |
Public Member Functions | |
| ArrangerObjectSelectionOperator (undo::UndoStack &undoStack, QItemSelectionModel &selectionModel, ObjectOwnerProvider objectOwnerProvider, structure::arrangement::ArrangerObjectFactory &objectFactory, QObject *parent=nullptr) | |
| Q_INVOKABLE bool | moveByTicks (double tick_delta) |
| Q_INVOKABLE bool | moveNotesByPitch (int pitch_delta) |
| Q_INVOKABLE bool | moveAutomationPointsByDelta (double delta) |
| Q_INVOKABLE bool | resizeObjects (commands::ResizeType type, commands::ResizeDirection direction, double delta) |
| Q_INVOKABLE bool | deleteObjects () |
| Q_INVOKABLE bool | cloneObjects () |
Definition at line 16 of file arranger_object_selection_operator.h.
| using zrythm::actions::ArrangerObjectSelectionOperator::ArrangerObjectOwnerPtrVariant |
Definition at line 26 of file arranger_object_selection_operator.h.
| using zrythm::actions::ArrangerObjectSelectionOperator::ObjectOwnerProvider |
Definition at line 29 of file arranger_object_selection_operator.h.
| using zrythm::actions::ArrangerObjectSelectionOperator::SelectedObjectsVector |
Definition at line 24 of file arranger_object_selection_operator.h.