Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Timeline Class Referencefinal

Timeline settings. More...

#include <src/gui/backend/backend/timeline.h>

Inheritance diagram for Timeline:
Collaboration diagram for Timeline:

Public Member Functions

 Timeline (QObject *parent=nullptr)
 
auto & get_selected_object_ids ()
 
- Public Member Functions inherited from EditorSettings
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

- Data Fields inherited from EditorSettings
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.
 

Detailed Description

Timeline settings.

Definition at line 22 of file timeline.h.


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