Ardour
8.12
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
#ifndef __ardour_gtk_enums_h__
23
#define __ardour_gtk_enums_h__
24
25
#include "
ardour/types.h
"
26
27
enum
Width
{
28
Wide
,
29
Narrow
,
30
};
31
32
namespace
ArdourCanvas
{
33
class
Rectangle;
34
}
35
36
enum
LayerDisplay
{
37
Overlaid
,
38
Stacked
,
39
Expanded
40
};
41
42
struct
SelectionRect
{
43
ArdourCanvas::Rectangle
*
rect
;
44
ArdourCanvas::Rectangle
*
end_trim
;
45
ArdourCanvas::Rectangle
*
start_trim
;
46
uint32_t
id
;
47
};
48
49
enum
Height
{
50
HeightLargest
,
51
HeightLarger
,
52
HeightLarge
,
53
HeightNormal
,
54
HeightSmall
55
};
56
57
extern
void
setup_gtk_ardour_enums
();
58
59
#endif
/* __ardour_gtk_enums_h__ */
types.h
ArdourCanvas::Rectangle
Definition:
canvas/canvas/rectangle.h:31
Width
Width
Definition:
gtk2_ardour/enums.h:27
Narrow
@ Narrow
Definition:
gtk2_ardour/enums.h:29
Wide
@ Wide
Definition:
gtk2_ardour/enums.h:28
setup_gtk_ardour_enums
void setup_gtk_ardour_enums()
Height
Height
Definition:
gtk2_ardour/enums.h:49
HeightNormal
@ HeightNormal
Definition:
gtk2_ardour/enums.h:53
HeightSmall
@ HeightSmall
Definition:
gtk2_ardour/enums.h:54
HeightLarge
@ HeightLarge
Definition:
gtk2_ardour/enums.h:52
HeightLargest
@ HeightLargest
Definition:
gtk2_ardour/enums.h:50
HeightLarger
@ HeightLarger
Definition:
gtk2_ardour/enums.h:51
LayerDisplay
LayerDisplay
Definition:
gtk2_ardour/enums.h:36
Expanded
@ Expanded
Definition:
gtk2_ardour/enums.h:39
Overlaid
@ Overlaid
Definition:
gtk2_ardour/enums.h:37
Stacked
@ Stacked
Definition:
gtk2_ardour/enums.h:38
ArdourCanvas
Definition:
audio_clip_editor.h:57
SelectionRect
Definition:
gtk2_ardour/enums.h:42
SelectionRect::rect
ArdourCanvas::Rectangle * rect
Definition:
gtk2_ardour/enums.h:43
SelectionRect::start_trim
ArdourCanvas::Rectangle * start_trim
Definition:
gtk2_ardour/enums.h:45
SelectionRect::end_trim
ArdourCanvas::Rectangle * end_trim
Definition:
gtk2_ardour/enums.h:44
SelectionRect::id
uint32_t id
Definition:
gtk2_ardour/enums.h:46
gtk2_ardour
enums.h
Generated on Mon Mar 10 2025 20:26:21 for Ardour by
1.9.1