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

Public Member Functions

 ArrangerObjectMuteFunctionality (QObject *parent=nullptr) noexcept
bool muted () const
void setMuted (bool muted)
Q_SIGNAL void mutedChanged (bool muted)

Properties

bool muted

Friends

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

Detailed Description

Definition at line 17 of file muteable_object.h.

Constructor & Destructor Documentation

◆ ArrangerObjectMuteFunctionality()

zrythm::structure::arrangement::ArrangerObjectMuteFunctionality::ArrangerObjectMuteFunctionality ( QObject * parent = nullptr)
inlinenoexcept

Definition at line 24 of file muteable_object.h.

Member Function Documentation

◆ muted()

bool zrythm::structure::arrangement::ArrangerObjectMuteFunctionality::muted ( ) const
inline

Definition at line 34 of file muteable_object.h.

◆ setMuted()

void zrythm::structure::arrangement::ArrangerObjectMuteFunctionality::setMuted ( bool muted)
inline

Definition at line 35 of file muteable_object.h.

◆ from_json

void from_json ( const nlohmann::json & j,
ArrangerObjectMuteFunctionality & object )
friend

Definition at line 82 of file muteable_object.h.

◆ init_from

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

Definition at line 67 of file muteable_object.h.

◆ to_json

void to_json ( nlohmann::json & j,
const ArrangerObjectMuteFunctionality & object )
friend

Definition at line 77 of file muteable_object.h.

Property Documentation

◆ muted

bool zrythm::structure::arrangement::ArrangerObjectMuteFunctionality::muted
readwrite

Definition at line 20 of file muteable_object.h.


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