ardour
operations.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2011 Paul Davis
3  Author: Carl Hetherington <cth@carlh.net>
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software
17  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19 
21 
30 namespace Operations {
31 
32  LIBARDOUR_API extern GQuark capture;
33  LIBARDOUR_API extern GQuark paste;
34  LIBARDOUR_API extern GQuark duplicate_region;
35  LIBARDOUR_API extern GQuark insert_file;
36  LIBARDOUR_API extern GQuark insert_region;
37  LIBARDOUR_API extern GQuark drag_region_brush;
38  LIBARDOUR_API extern GQuark region_drag;
39  LIBARDOUR_API extern GQuark selection_grab;
40  LIBARDOUR_API extern GQuark region_fill;
41  LIBARDOUR_API extern GQuark fill_selection;
42  LIBARDOUR_API extern GQuark create_region;
43  LIBARDOUR_API extern GQuark region_copy;
45 
47 };
48 
LIBARDOUR_API GQuark selection_grab
Definition: operations.cc:31
LIBARDOUR_API GQuark region_drag
Definition: operations.cc:30
LIBARDOUR_API GQuark region_fill
Definition: operations.cc:32
LIBARDOUR_API GQuark fixed_time_region_copy
Definition: operations.cc:36
LIBARDOUR_API GQuark paste
Definition: operations.cc:25
LIBARDOUR_API GQuark duplicate_region
Definition: operations.cc:26
LIBARDOUR_API GQuark create_region
Definition: operations.cc:34
LIBARDOUR_API GQuark insert_file
Definition: operations.cc:27
LIBARDOUR_API GQuark drag_region_brush
Definition: operations.cc:29
LIBARDOUR_API GQuark fill_selection
Definition: operations.cc:33
#define LIBARDOUR_API
LIBARDOUR_API GQuark capture
Definition: operations.cc:24
LIBARDOUR_API GQuark insert_region
Definition: operations.cc:28
LIBARDOUR_API void make_operations_quarks()
Definition: operations.cc:39
LIBARDOUR_API GQuark region_copy
Definition: operations.cc:35