Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
EditorSettings Struct Reference

Common editor settings. More...

#include <gui/backend/editor_settings.h>

Data Fields

int schema_version
 
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 26 of file editor_settings.h.

Field Documentation

◆ hzoom_level

double EditorSettings::hzoom_level

Horizontal zoom level.

Definition at line 37 of file editor_settings.h.

◆ schema_version

int EditorSettings::schema_version

Definition at line 28 of file editor_settings.h.

◆ scroll_start_x

int EditorSettings::scroll_start_x

Horizontal scroll start position.

Definition at line 31 of file editor_settings.h.

◆ scroll_start_y

int EditorSettings::scroll_start_y

Vertical scroll start position.

Definition at line 34 of file editor_settings.h.


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