|
| | AutomationEditor (QObject *parent=nullptr) |
| | EditorSettings (QObject *parent=nullptr) |
| double | getX () const |
|
void | setX (double x) |
|
Q_SIGNAL void | xChanged (double x) |
| double | getY () const |
|
void | setY (double y) |
|
Q_SIGNAL void | yChanged (double y) |
| double | getHorizontalZoomLevel () const |
|
void | setHorizontalZoomLevel (double hzoom_level) |
|
Q_SIGNAL void | horizontalZoomLevelChanged (double hzoom_level) |
|
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.
|
|
|
void | init_from (AutomationEditor &obj, const AutomationEditor &other, utils::ObjectCloneType clone_type) |
|
void | to_json (nlohmann::json &j, const AutomationEditor &editor) |
|
void | from_json (const nlohmann::json &j, AutomationEditor &editor) |
Definition at line 13 of file automation_editor.h.
◆ AutomationEditor()
| zrythm::structure::project::AutomationEditor::AutomationEditor |
( |
QObject * | parent = nullptr | ) |
|
|
inline |
The documentation for this class was generated from the following file: