Zrythm
a highly automated and intuitive digital audio workstation
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
e
f
g
i
m
p
r
t
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
Typedefs
Enumerations
a
b
c
e
f
g
i
k
m
n
p
r
s
t
u
z
Enumerator
a
u
z
Macros
_
a
b
c
d
e
f
h
i
k
m
p
r
s
t
u
v
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
quantize_box.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: © 2019, 2021 Alexandros Theodotou <alex@zrythm.org>
3
*
4
* SPDX-License-Identifier: LicenseRef-ZrythmLicense
5
*/
6
11
#ifndef __GUI_WIDGETS_QUANTIZE_BOX_H__
12
#define __GUI_WIDGETS_QUANTIZE_BOX_H__
13
14
#include "gtk_wrapper.h"
15
22
#define QUANTIZE_BOX_WIDGET_TYPE (quantize_box_widget_get_type ())
23
G_DECLARE_FINAL_TYPE (
24
QuantizeBoxWidget
,
25
quantize_box_widget,
26
Z,
27
QUANTIZE_BOX_WIDGET,
28
GtkBox)
29
30
#define MW_QUANTIZE_BOX MW_TIMELINE_TOOLBAR->quantize_box
31
32
typedef
struct
_SnapGridWidget
SnapGridWidget
;
33
typedef
struct
SnapGrid
SnapGrid
;
34
typedef
struct
QuantizeOptions
QuantizeOptions
;
35
36
typedef
struct
_QuantizeBoxWidget
37
{
38
GtkBox parent_instance;
39
GtkButton * quick_quantize_btn;
40
GtkButton * quantize_opts_btn;
41
QuantizeOptions
* q_opts;
42
}
QuantizeBoxWidget
;
36
typedef
struct
_QuantizeBoxWidget {
…
};
43
47
void
48
quantize_box_widget_setup
(
QuantizeBoxWidget
* self,
QuantizeOptions
* q_opts);
49
54
#endif
quantize_box_widget_setup
void quantize_box_widget_setup(QuantizeBoxWidget *self, QuantizeOptions *q_opts)
Sets up the QuantizeBoxWidget.
QuantizeBoxWidget
Definition
quantize_box.h:37
QuantizeOptions
Definition
quantize_options.h:33
SnapGridWidget
Definition
snap_grid.h:23
SnapGrid
Definition
snap_grid.h:86
gui
widgets
quantize_box.h
Generated by
1.11.0