Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::commands::AddTempoMapAffectingArrangerObjectCommand< ObjectT > Class Template Reference

Specialization of AddArrangerObjectCommand with a custom ID to be used for special handling by the undo stack (for example to require the engine to be stopped). More...

#include <src/commands/add_arranger_object_command.h>

Inheritance diagram for zrythm::commands::AddTempoMapAffectingArrangerObjectCommand< ObjectT >:
Collaboration diagram for zrythm::commands::AddTempoMapAffectingArrangerObjectCommand< ObjectT >:

Public Member Functions

int id () const override
Public Member Functions inherited from zrythm::commands::AddArrangerObjectCommand< ObjectT >
 AddArrangerObjectCommand (structure::arrangement::ArrangerObjectOwner< ObjectT > &object_owner, structure::arrangement::ArrangerObjectUuidReference object_ref)
void undo () override
void redo () override

Static Public Attributes

static constexpr auto CommandId = 1762954668

Detailed Description

template<structure::arrangement::FinalArrangerObjectSubclass ObjectT>
class zrythm::commands::AddTempoMapAffectingArrangerObjectCommand< ObjectT >

Specialization of AddArrangerObjectCommand with a custom ID to be used for special handling by the undo stack (for example to require the engine to be stopped).

Definition at line 42 of file add_arranger_object_command.h.

Member Function Documentation

◆ id()

template<structure::arrangement::FinalArrangerObjectSubclass ObjectT>
int zrythm::commands::AddTempoMapAffectingArrangerObjectCommand< ObjectT >::id ( ) const
inlineoverride

Definition at line 49 of file add_arranger_object_command.h.

Field Documentation

◆ CommandId

template<structure::arrangement::FinalArrangerObjectSubclass ObjectT>
auto zrythm::commands::AddTempoMapAffectingArrangerObjectCommand< ObjectT >::CommandId = 1762954668
staticconstexpr

Definition at line 46 of file add_arranger_object_command.h.


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