add x10tv ati remote rework, android remote rework, wintv remote tweaks
[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 CWindowCropApply;
29 class CWindowCropOpMode;
30 class CWindowCropOpItem;
31 class CWindowCropGUI;
32 class CWindowMaskItem;
33 class CWindowMaskItems;
34 class CWindowMaskOnTrack;
35 class CWindowMaskTrackTumbler;
36 class CWindowMaskName;
37 class CWindowMaskUnclear;
38 class CWindowMaskSoloTrack;
39 class CWindowMaskDelMask;
40 class CWindowMaskClrMask;
41 class CWindowMaskButton;
42 class CWindowMaskThumbler;
43 class CWindowMaskEnable;
44 class CWindowMaskFade;
45 class CWindowMaskFadeSlider;
46 class CWindowMaskGangFader;
47 class CWindowMaskGangFocus;
48 class CWindowMaskGangPoint;
49 class CWindowMaskSmoothButton;
50 class CWindowMaskAffectedPoint;
51 class CWindowMaskFocus;
52 class CWindowMaskScaleXY;
53 class CWindowMaskHelp;
54 class CWindowMaskDrawMarkers;
55 class CWindowMaskDrawBoundary;
56 class CWindowMaskDelPoint;
57 class CWindowMaskFeather;
58 class CWindowMaskFeatherSlider;
59 class CWindowMaskGangFeather;
60 class CWindowMaskBeforePlugins;
61 class CWindowMaskLoadList;
62 class CWindowMaskLoad;
63 class CWindowMaskSave;
64 class CWindowMaskPresetDialog;
65 class CWindowMaskPresetGUI;
66 class CWindowMaskPresetText;
67 class CWindowMaskDelete;
68 class CWindowMaskCenter;
69 class CWindowMaskNormal;
70 class CWindowMaskShape;
71 class CWindowDisableOpenGLMasking;
72 class CWindowMaskGUI;
73 class CWindowEyedropGUI;
74 class CWindowEyedropCheckBox;
75 class CWindowCameraGUI;
76 class CWindowCameraLeft;
77 class CWindowCameraCenter;
78 class CWindowCameraRight;
79 class CWindowCameraTop;
80 class CWindowCameraMiddle;
81 class CWindowCameraBottom;
82 class CWindowCameraAddKeyframe;
83 class CWindowCameraReset;
84 class CWindowProjectorGUI;
85 class CWindowProjectorLeft;
86 class CWindowProjectorCenter;
87 class CWindowProjectorRight;
88 class CWindowProjectorTop;
89 class CWindowProjectorMiddle;
90 class CWindowProjectorBottom;
91 class CWindowProjectorAddKeyframe;
92 class CWindowProjectorReset;
93 class CWindowRulerGUI;
94
95 class CWindowCurveToggle;
96 #endif