Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
#include <src/gui/backend/backend/timeline.h>
Public Member Functions | |
Timeline (QObject *parent=nullptr) | |
auto & | get_selected_object_ids () |
![]() | |
double | clamp_scroll_start_x (double x) |
double | clamp_scroll_start_y (double y) |
void | append_scroll (double dx, double dy, bool validate) |
Appends the given deltas to the scroll x/y values. | |
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) |
Additional Inherited Members | |
![]() | |
double | scroll_start_x_ = 0 |
Horizontal scroll start position. | |
double | scroll_start_y_ = 0 |
Vertical scroll start position. | |
double | hzoom_level_ = 1.0 |
Horizontal zoom level. | |
Timeline settings.
Definition at line 22 of file timeline.h.