Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::structure::arrangement::RegionMixin Class Reference
Inheritance diagram for zrythm::structure::arrangement::RegionMixin:
Collaboration diagram for zrythm::structure::arrangement::RegionMixin:

Public Member Functions

 RegionMixin (const dsp::AtomicPositionQmlAdapter &start_position)
ArrangerObjectBoundsbounds () const
ArrangerObjectLoopRangeloopRange () const
ArrangerObjectNamename () const
ArrangerObjectColorcolor () const
ArrangerObjectMuteFunctionalitymute () const

Properties

ArrangerObjectBoundsbounds
ArrangerObjectLoopRangeloopRange
ArrangerObjectNamename
ArrangerObjectColorcolor
ArrangerObjectMuteFunctionalitymute

Friends

void init_from (RegionMixin &obj, const RegionMixin &other, utils::ObjectCloneType clone_type)
void to_json (nlohmann::json &j, const RegionMixin &region)
void from_json (const nlohmann::json &j, RegionMixin &region)

Detailed Description

Definition at line 14 of file region.h.

Member Function Documentation

◆ bounds()

ArrangerObjectBounds * zrythm::structure::arrangement::RegionMixin::bounds ( ) const
inline

Definition at line 32 of file region.h.

◆ color()

ArrangerObjectColor * zrythm::structure::arrangement::RegionMixin::color ( ) const
inline

Definition at line 35 of file region.h.

◆ loopRange()

ArrangerObjectLoopRange * zrythm::structure::arrangement::RegionMixin::loopRange ( ) const
inline

Definition at line 33 of file region.h.

◆ mute()

ArrangerObjectMuteFunctionality * zrythm::structure::arrangement::RegionMixin::mute ( ) const
inline

Definition at line 36 of file region.h.

◆ name()

ArrangerObjectName * zrythm::structure::arrangement::RegionMixin::name ( ) const
inline

Definition at line 34 of file region.h.

◆ from_json

void from_json ( const nlohmann::json & j,
RegionMixin & region )
friend

Definition at line 67 of file region.h.

◆ init_from

void init_from ( RegionMixin & obj,
const RegionMixin & other,
utils::ObjectCloneType clone_type )
friend

Definition at line 41 of file region.h.

◆ to_json

void to_json ( nlohmann::json & j,
const RegionMixin & region )
friend

Definition at line 59 of file region.h.

Property Documentation

◆ bounds

ArrangerObjectBounds * zrythm::structure::arrangement::RegionMixin::bounds
read

Definition at line 17 of file region.h.

◆ color

ArrangerObjectColor * zrythm::structure::arrangement::RegionMixin::color
read

Definition at line 20 of file region.h.

◆ loopRange

ArrangerObjectLoopRange * zrythm::structure::arrangement::RegionMixin::loopRange
read

Definition at line 18 of file region.h.

◆ mute

ArrangerObjectMuteFunctionality * zrythm::structure::arrangement::RegionMixin::mute
read

Definition at line 21 of file region.h.

◆ name

ArrangerObjectName * zrythm::structure::arrangement::RegionMixin::name
read

Definition at line 19 of file region.h.


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