Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::structure::arrangement::RegionLinkGroupManager Class Referencefinal

Manager of region link groups. More...

#include <src/structure/arrangement/region_link_group_manager.h>

Public Member Functions

int add_group ()
 Adds a group and returns its index.
 
RegionLinkGroupget_group (int group_id)
 
void remove_group (int group_id)
 Removes the group.
 

Data Fields

std::vector< RegionLinkGroupgroups_
 Region link groups.
 

Friends

void to_json (nlohmann::json &j, const RegionLinkGroupManager &mgr)
 
void from_json (const nlohmann::json &j, RegionLinkGroupManager &mgr)
 

Detailed Description

Manager of region link groups.

Definition at line 17 of file region_link_group_manager.h.

Friends And Related Symbol Documentation

◆ to_json

void to_json ( nlohmann::json & j,
const RegionLinkGroupManager & mgr )
friend

Definition at line 34 of file region_link_group_manager.h.

Field Documentation

◆ groups_

std::vector<RegionLinkGroup> zrythm::structure::arrangement::RegionLinkGroupManager::groups_

Region link groups.

Definition at line 42 of file region_link_group_manager.h.


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