mask tweaks, focus follows centroid, gradient/colorpicker rework, no hard edges in...
[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 CWindowCropOK;
29 class CWindowCropGUI;
30 class CWindowMaskItem;
31 class CWindowMaskItems;
32 class CWindowMaskOnTrack;
33 class CWindowMaskTrackTumbler;
34 class CWindowMaskName;
35 class CWindowMaskUnclear;
36 class CWindowMaskSoloTrack;
37 class CWindowMaskDelMask;
38 class CWindowMaskClrMask;
39 class CWindowMaskButton;
40 class CWindowMaskThumbler;
41 class CWindowMaskEnable;
42 class CWindowMaskFade;
43 class CWindowMaskFadeSlider;
44 class CWindowMaskGangFader;
45 class CWindowMaskAffectedPoint;
46 class CWindowMaskFocus;
47 class CWindowMaskDrawMarkers;
48 class CWindowMaskDrawBoundary;
49 class CWindowMaskDelPoint;
50 class CWindowMaskFeather;
51 class CWindowMaskFeatherSlider;
52 class CWindowMaskGangFeather;
53 class CWindowMaskBeforePlugins;
54 class CWindowDisableOpenGLMasking;
55 class CWindowMaskGUI;
56 class CWindowEyedropGUI;
57 class CWindowEyedropCheckBox;
58 class CWindowCameraGUI;
59 class CWindowCameraLeft;
60 class CWindowCameraCenter;
61 class CWindowCameraRight;
62 class CWindowCameraTop;
63 class CWindowCameraMiddle;
64 class CWindowCameraBottom;
65 class CWindowProjectorGUI;
66 class CWindowProjectorLeft;
67 class CWindowProjectorCenter;
68 class CWindowProjectorRight;
69 class CWindowProjectorTop;
70 class CWindowProjectorMiddle;
71 class CWindowProjectorBottom;
72 class CWindowRulerGUI;
73
74 class CWindowCurveToggle;
75 #endif