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

Audio clip editor serializable backend. More...

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

Inheritance diagram for zrythm::structure::arrangement::AudioClipEditor:
Collaboration diagram for zrythm::structure::arrangement::AudioClipEditor:

Public Member Functions

 AudioClipEditor (QObject *parent=nullptr)
auto getEditorSettings () const

Properties

QML_ELEMENT zrythm::structure::arrangement::EditorSettingseditorSettings

Friends

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

Detailed Description

Audio clip editor serializable backend.

The actual widgets should reflect the* information here.

Definition at line 18 of file audio_clip_editor.h.

Constructor & Destructor Documentation

◆ AudioClipEditor()

zrythm::structure::arrangement::AudioClipEditor::AudioClipEditor ( QObject * parent = nullptr)
inline

Definition at line 25 of file audio_clip_editor.h.

Member Function Documentation

◆ getEditorSettings()

auto zrythm::structure::arrangement::AudioClipEditor::getEditorSettings ( ) const
inline

Definition at line 31 of file audio_clip_editor.h.

◆ init_from

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

Definition at line 36 of file audio_clip_editor.h.

Property Documentation

◆ editorSettings

QML_ELEMENT zrythm::structure::arrangement::EditorSettings * zrythm::structure::arrangement::AudioClipEditor::editorSettings
read

Definition at line 22 of file audio_clip_editor.h.


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