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
▼
Zrythm
►
Documentation
►
Cyaml Schemas
GTK Tips
►
The Processing Cycle
repo-management
►
Release Checklist
►
Weblate Translations
Building on Windows
Building on Windows (MSVC)
CONTRIBUTING
HACKING
Git Packaging Hooks
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
actions
►
doc
►
dsp
▼
gui
▼
backend
►
arranger_object.h
►
arranger_selections.h
audio_clip_editor.h
►
audio_selections.h
►
automation_editor.h
►
automation_selections.h
►
chord_editor.h
►
chord_selections.h
►
clip_editor.h
►
clipboard.h
dir.h
►
editor_settings.h
►
event.h
►
event_manager.h
file_manager.h
►
midi_arranger_selections.h
►
mixer_selections.h
►
piano_roll.h
►
timeline.h
►
timeline_selections.h
tool.h
►
tracklist_selections.h
►
wrapped_object_with_change_signal.h
►
widgets
dir.h
►
io
►
plugins
►
project
►
settings
►
src
►
utils
dir.h
gtk_wrapper.h
project.h
libpanel_wrapper.h
Wrapper.h
►
zrythm.h
►
zrythm_app.h
INSTALL.rst
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
tool.h
Go to the documentation of this file.
1
// clang-format off
2
// SPDX-FileCopyrightText: © 2018-2019, 2024 Alexandros Theodotou <alex@zrythm.org>
3
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
4
// clang-format on
5
10
#ifndef __GUI_BACKEND_TOOL_H__
11
#define __GUI_BACKEND_TOOL_H__
12
13
#define P_TOOL PROJECT->tool
14
15
enum class
Tool
16
{
17
TOOL_SELECT,
18
TOOL_EDIT,
19
TOOL_CUT,
20
TOOL_ERASER,
21
TOOL_RAMP,
22
TOOL_AUDITION,
23
};
24
25
#endif
gui
backend
tool.h
Generated by
1.11.0