Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::commands::MovePluginsCommand::PluginMoveInfo Struct Reference

Per-plugin info for the move. More...

#include <src/commands/move_plugins_command.h>

Collaboration diagram for zrythm::commands::MovePluginsCommand::PluginMoveInfo:

Data Fields

plugins::PluginUuidReference plugin_ref
 Reference to the plugin being moved.
PluginLocation source_location
 Where the plugin currently lives.
int index_in_source {}
 Index of the plugin in its source group (saved during redo).

Detailed Description

Per-plugin info for the move.

Definition at line 31 of file move_plugins_command.h.

Field Documentation

◆ index_in_source

int zrythm::commands::MovePluginsCommand::PluginMoveInfo::index_in_source {}

Index of the plugin in its source group (saved during redo).

Definition at line 38 of file move_plugins_command.h.

◆ plugin_ref

plugins::PluginUuidReference zrythm::commands::MovePluginsCommand::PluginMoveInfo::plugin_ref

Reference to the plugin being moved.

Definition at line 34 of file move_plugins_command.h.

◆ source_location

PluginLocation zrythm::commands::MovePluginsCommand::PluginMoveInfo::source_location

Where the plugin currently lives.

Definition at line 36 of file move_plugins_command.h.


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