Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::commands::MoveArrangerObjectsCommand Class Reference
Inheritance diagram for zrythm::commands::MoveArrangerObjectsCommand:
Collaboration diagram for zrythm::commands::MoveArrangerObjectsCommand:

Public Member Functions

 MoveArrangerObjectsCommand (std::vector< structure::arrangement::ArrangerObjectUuidReference > objects, units::precise_tick_t tick_delta, double vertical_delta=0.0)
int id () const override
bool mergeWith (const QUndoCommand *other) override
void undo () override
void redo () override

Detailed Description

Definition at line 16 of file move_arranger_objects_command.h.

Constructor & Destructor Documentation

◆ MoveArrangerObjectsCommand()

zrythm::commands::MoveArrangerObjectsCommand::MoveArrangerObjectsCommand ( std::vector< structure::arrangement::ArrangerObjectUuidReference > objects,
units::precise_tick_t tick_delta,
double vertical_delta = 0.0 )
inline

Definition at line 19 of file move_arranger_objects_command.h.

Member Function Documentation

◆ id()

int zrythm::commands::MoveArrangerObjectsCommand::id ( ) const
inlineoverride

Definition at line 55 of file move_arranger_objects_command.h.

◆ mergeWith()

bool zrythm::commands::MoveArrangerObjectsCommand::mergeWith ( const QUndoCommand * other)
inlineoverride

Definition at line 56 of file move_arranger_objects_command.h.

◆ redo()

void zrythm::commands::MoveArrangerObjectsCommand::redo ( )
inlineoverride

Definition at line 121 of file move_arranger_objects_command.h.

◆ undo()

void zrythm::commands::MoveArrangerObjectsCommand::undo ( )
inlineoverride

Definition at line 92 of file move_arranger_objects_command.h.


The documentation for this class was generated from the following file: