Ardour
9.0-pre0-582-g084a23a80d
gtk2_ardour/enums.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2005-2013 Paul Davis <paul@linuxaudiosystems.com>
3
* Copyright (C) 2005 Taybin Rutkin <taybin@taybin.com>
4
* Copyright (C) 2007-2011 Carl Hetherington <carl@carlh.net>
5
* Copyright (C) 2009-2011 David Robillard <d@drobilla.net>
6
*
7
* This program is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2 of the License, or
10
* (at your option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License along
18
* with this program; if not, write to the Free Software Foundation, Inc.,
19
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
*/
21
22
#pragma once
23
24
#include "
ardour/types.h
"
25
26
enum
Width
{
27
Wide
,
28
Narrow
,
29
};
30
31
namespace
ArdourCanvas
{
32
class
Rectangle;
33
}
34
35
enum
LayerDisplay
{
36
Overlaid
,
37
Stacked
,
38
Expanded
39
};
40
41
struct
SelectionRect
{
42
ArdourCanvas::Rectangle
*
rect
;
43
ArdourCanvas::Rectangle
*
end_trim
;
44
ArdourCanvas::Rectangle
*
start_trim
;
45
uint32_t
id
;
46
};
47
48
enum
Height
{
49
HeightLargest
,
50
HeightLarger
,
51
HeightLarge
,
52
HeightNormal
,
53
HeightSmall
54
};
55
56
extern
void
setup_gtk_ardour_enums
();
57
types.h
ArdourCanvas::Rectangle
Definition:
canvas/canvas/rectangle.h:31
Width
Width
Definition:
gtk2_ardour/enums.h:26
Narrow
@ Narrow
Definition:
gtk2_ardour/enums.h:28
Wide
@ Wide
Definition:
gtk2_ardour/enums.h:27
setup_gtk_ardour_enums
void setup_gtk_ardour_enums()
Height
Height
Definition:
gtk2_ardour/enums.h:48
HeightNormal
@ HeightNormal
Definition:
gtk2_ardour/enums.h:52
HeightSmall
@ HeightSmall
Definition:
gtk2_ardour/enums.h:53
HeightLarge
@ HeightLarge
Definition:
gtk2_ardour/enums.h:51
HeightLargest
@ HeightLargest
Definition:
gtk2_ardour/enums.h:49
HeightLarger
@ HeightLarger
Definition:
gtk2_ardour/enums.h:50
LayerDisplay
LayerDisplay
Definition:
gtk2_ardour/enums.h:35
Expanded
@ Expanded
Definition:
gtk2_ardour/enums.h:38
Overlaid
@ Overlaid
Definition:
gtk2_ardour/enums.h:36
Stacked
@ Stacked
Definition:
gtk2_ardour/enums.h:37
ArdourCanvas
Definition:
audio_clip_editor.h:56
SelectionRect
Definition:
gtk2_ardour/enums.h:41
SelectionRect::rect
ArdourCanvas::Rectangle * rect
Definition:
gtk2_ardour/enums.h:42
SelectionRect::start_trim
ArdourCanvas::Rectangle * start_trim
Definition:
gtk2_ardour/enums.h:44
SelectionRect::end_trim
ArdourCanvas::Rectangle * end_trim
Definition:
gtk2_ardour/enums.h:43
SelectionRect::id
uint32_t id
Definition:
gtk2_ardour/enums.h:45
gtk2_ardour
enums.h
Generated on Wed Dec 25 2024 05:44:13 for Ardour by
1.9.1