|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
#include <src/gui/backend/backend/timeline.h>


Public Member Functions | |
| Timeline (const structure::arrangement::ArrangerObjectRegistry ®istry, QObject *parent=nullptr) | |
| gui::backend::EditorSettings * | getEditorSettings () const |
| gui::backend::ArrangerObjectSelectionManager * | selectionManager () const |
Properties | |
| QML_ELEMENT zrythm::gui::backend::EditorSettings * | editorSettings |
| zrythm::gui::backend::ArrangerObjectSelectionManager * | selectionManager |
Friends | |
| void | init_from (Timeline &obj, const Timeline &other, utils::ObjectCloneType clone_type) |
| void | to_json (nlohmann::json &j, const Timeline &p) |
| void | from_json (const nlohmann::json &j, Timeline &p) |
Timeline settings.
Definition at line 24 of file timeline.h.