Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Common editor settings. More...
#include <src/gui/backend/backend/editor_settings.h>
Data Fields | |
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. | |
Friends | |
void | init_from (EditorSettings &obj, const EditorSettings &other, utils::ObjectCloneType clone_type) |
void | to_json (nlohmann::json &j, const EditorSettings &settings) |
void | from_json (const nlohmann::json &j, EditorSettings &settings) |
Common editor settings.
Definition at line 73 of file editor_settings.h.
|
friend |
Definition at line 108 of file editor_settings.h.
|
friend |
Definition at line 88 of file editor_settings.h.
|
friend |
Definition at line 102 of file editor_settings.h.
double EditorSettings::hzoom_level_ = 1.0 |
Horizontal zoom level.
Definition at line 123 of file editor_settings.h.
double EditorSettings::scroll_start_x_ = 0 |
Horizontal scroll start position.
Definition at line 117 of file editor_settings.h.
double EditorSettings::scroll_start_y_ = 0 |
Vertical scroll start position.
Definition at line 120 of file editor_settings.h.