Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ArrangerObjectOwner< ChildT >::Location Struct Reference

Location info of this class. More...

#include <src/gui/dsp/arranger_object_owner.h>

Data Fields

std::optional< TrackUuidtrack_id_
 
std::optional< std::variant< ArrangerObjectUuid, int, PortUuid > > owner_
 

Detailed Description

template<FinalArrangerObjectSubclass ChildT>
struct ArrangerObjectOwner< ChildT >::Location

Location info of this class.

Definition at line 39 of file arranger_object_owner.h.

Field Documentation

◆ owner_

template<FinalArrangerObjectSubclass ChildT>
std::optional<std::variant<ArrangerObjectUuid, int, PortUuid> > ArrangerObjectOwner< ChildT >::Location::owner_

Definition at line 44 of file arranger_object_owner.h.

◆ track_id_

template<FinalArrangerObjectSubclass ChildT>
std::optional<TrackUuid> ArrangerObjectOwner< ChildT >::Location::track_id_

Definition at line 41 of file arranger_object_owner.h.


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