Add back 2 patches for histogram and overlayframe that are working correctly and...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindowtool.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 CWINDOWTOOL_INC
23 #define CWINDOWTOOL_INC
24
25 class CWindowTool;
26 class CWindowToolGUI;
27 class CWindowCoord;
28 class CWindowCoordSlider;
29 class CWindowCoordRangeTumbler;
30 class CWindowCurveAutoEdge;
31 class CWindowCurveAutoSpan;
32 class CWindowCropApply;
33 class CWindowCropOpMode;
34 class CWindowCropOpItem;
35 class CWindowCropGUI;
36 class CWindowMaskItem;
37 class CWindowMaskItems;
38 class CWindowMaskOnTrack;
39 class CWindowMaskTrackTumbler;
40 class CWindowMaskName;
41 class CWindowMaskUnclear;
42 class CWindowMaskSoloTrack;
43 class CWindowMaskDelMask;
44 class CWindowMaskClrMask;
45 class CWindowMaskButton;
46 class CWindowMaskThumbler;
47 class CWindowMaskEnable;
48 class CWindowMaskFade;
49 class CWindowMaskFadeSlider;
50 class CWindowMaskGangFader;
51 class CWindowMaskGangFocus;
52 class CWindowMaskGangPoint;
53 class CWindowMaskSmoothButton;
54 class CWindowMaskAffectedPoint;
55 class CWindowMaskFocus;
56 class CWindowMaskScaleXY;
57 class CWindowMaskHelp;
58 class CWindowMaskDrawMarkers;
59 class CWindowMaskDrawBoundary;
60 class CWindowMaskDelPoint;
61 class CWindowMaskFeather;
62 class CWindowMaskFeatherSlider;
63 class CWindowMaskGangFeather;
64 class CWindowMaskBeforePlugins;
65 class CWindowMaskLoadList;
66 class CWindowMaskLoad;
67 class CWindowMaskSave;
68 class CWindowMaskPresetDialog;
69 class CWindowMaskPresetGUI;
70 class CWindowMaskPresetText;
71 class CWindowMaskDelete;
72 class CWindowMaskCenter;
73 class CWindowMaskNormal;
74 class CWindowMaskShape;
75 class CWindowDisableOpenGLMasking;
76 class CWindowMaskGUI;
77 class CWindowEyedropGUI;
78 class CWindowEyedropCheckBox;
79 class CWindowToolAutoRangeTumbler;
80 class CWindowToolAutoRangeReset;
81 class CWindowToolAutoRangeTextBox;
82 class CWindowCameraGUI;
83 class CWindowCameraLeft;
84 class CWindowCameraCenter;
85 class CWindowCameraRight;
86 class CWindowCameraTop;
87 class CWindowCameraMiddle;
88 class CWindowCameraBottom;
89 class CWindowCameraAddKeyframe;
90 class CWindowCameraReset;
91 class CWindowProjectorGUI;
92 class CWindowProjectorLeft;
93 class CWindowProjectorCenter;
94 class CWindowProjectorRight;
95 class CWindowProjectorTop;
96 class CWindowProjectorMiddle;
97 class CWindowProjectorBottom;
98 class CWindowProjectorAddKeyframe;
99 class CWindowProjectorReset;
100 class CWindowRulerGUI;
101
102 class CWindowCurveToggle;
103 #endif