47e02ef916e7b0157ac61be04c721f4474318a8b
[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 CWindowCurveToggle;
29 class CWindowCropOK;
30 class CWindowCropGUI;
31 class CWindowMaskItems;
32 class CWindowMaskName;
33 class CWindowMaskDelMask;
34 class CWindowMaskClrMask;
35 class CWindowMaskFade;
36 class CWindowMaskFadeSlider;
37 class CWindowMaskGangFader;
38 class CWindowMaskAffectedPoint;
39 class CWindowMaskFocus;
40 class CWindowMaskDrawMarkers;
41 class CWindowMaskDrawBoundary;
42 class CWindowMaskDelPoint;
43 class CWindowMaskFeather;
44 class CWindowMaskFeatherSlider;
45 class CWindowMaskGangFeather;
46 class CWindowMaskBeforePlugins;
47 class CWindowDisableOpenGLMasking;
48 class CWindowMaskGUI;
49 class CWindowEyedropGUI;
50 class CWindowEyedropCheckBox;
51 class CWindowCameraGUI;
52 class CWindowCameraLeft;
53 class CWindowCameraCenter;
54 class CWindowCameraRight;
55 class CWindowCameraTop;
56 class CWindowCameraMiddle;
57 class CWindowCameraBottom;
58 class CWindowProjectorGUI;
59 class CWindowProjectorLeft;
60 class CWindowProjectorCenter;
61 class CWindowProjectorRight;
62 class CWindowProjectorTop;
63 class CWindowProjectorMiddle;
64 class CWindowProjectorBottom;
65 class CWindowRulerGUI;
66
67 #endif