|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Command that routes (or re-routes) a track to an optional target. More...
#include <src/commands/route_track_command.h>


Public Member Functions | |
| RouteTrackCommand (structure::tracks::TrackRouting &router, structure::tracks::Track::Uuid source_id, std::optional< structure::tracks::Track::Uuid > target_id) | |
| int | id () const override |
| void | undo () override |
| void | redo () override |
Static Public Attributes | |
| static constexpr auto | CommandId = 6451638 |
Command that routes (or re-routes) a track to an optional target.
Definition at line 18 of file route_track_command.h.
|
inline |
Definition at line 23 of file route_track_command.h.
|
inlineoverride |
Definition at line 32 of file route_track_command.h.
|
inlineoverride |
Definition at line 61 of file route_track_command.h.
|
inlineoverride |
Definition at line 34 of file route_track_command.h.
|
staticconstexpr |
Definition at line 21 of file route_track_command.h.