repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / editpanel.inc
1
2 /*
3  * CINELERRA
4  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  */
21
22 #ifndef EDITPANEL_INC
23 #define EDITPANEL_INC
24
25 #define MWINDOW_ID 0
26 #define CWINDOW_ID 1
27 #define VWINDOW_ID 2
28
29 class EditInPoint;
30 class EditOutPoint;
31 class EditDelInPoint;
32 class EditDelOutPoint;
33 class EditSplice;
34 class EditOverwrite;
35 class EditLift;
36 class EditExtract;
37 class EditToClip;
38 class EditManualGoto;
39 class EditCut;
40 class EditCommercial;
41 class EditClick2Play;
42 class EditCopy;
43 class EditAppend;
44 class EditInsert;
45 class EditPaste;
46 class EditTransition;
47 class EditPresentation;
48 class EditUndo;
49 class EditRedo;
50 class EditLabelbutton;
51 class EditFit;
52 class EditFitAutos;
53 class EditPrevLabel;
54 class EditNextLabel;
55 class EditPrevEdit;
56 class EditNextEdit;
57 class ArrowButton;
58 class IBeamButton;
59 class KeyFrameButton;
60 class LockLabelsButton;
61 class EditPanel;
62
63 #endif