Zrythm
a highly automated and intuitive digital audio workstation
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
EditorSettings Struct Reference

Common editor settings. More...

#include <gui/backend/editor_settings.h>

Data Fields

int scroll_start_x
 Horizontal scroll start position.
 
int scroll_start_y
 Vertical scroll start position.
 
double hzoom_level
 Horizontal zoom level.
 

Detailed Description

Common editor settings.

Definition at line 22 of file editor_settings.h.

Field Documentation

◆ hzoom_level

double EditorSettings::hzoom_level

Horizontal zoom level.

Definition at line 31 of file editor_settings.h.

◆ scroll_start_x

int EditorSettings::scroll_start_x

Horizontal scroll start position.

Definition at line 25 of file editor_settings.h.

◆ scroll_start_y

int EditorSettings::scroll_start_y

Vertical scroll start position.

Definition at line 28 of file editor_settings.h.


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