add gang points to mask_gui, add missing projector xform to centroid marker, fix...
[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 CWindowMaskGangFocus;
46 class CWindowMaskGangPoint;
47 class CWindowMaskSmoothButton;
48 class CWindowMaskAffectedPoint;
49 class CWindowMaskFocus;
50 class CWindowMaskScaleXY;
51 class CWindowMaskHelp;
52 class CWindowMaskDrawMarkers;
53 class CWindowMaskDrawBoundary;
54 class CWindowMaskDelPoint;
55 class CWindowMaskFeather;
56 class CWindowMaskFeatherSlider;
57 class CWindowMaskGangFeather;
58 class CWindowMaskBeforePlugins;
59 class CWindowMaskLoadList;
60 class CWindowMaskLoad;
61 class CWindowMaskSave;
62 class CWindowMaskPresetDialog;
63 class CWindowMaskPresetGUI;
64 class CWindowMaskPresetText;
65 class CWindowMaskDelete;
66 class CWindowMaskCenter;
67 class CWindowMaskNormal;
68 class CWindowMaskShape;
69 class CWindowDisableOpenGLMasking;
70 class CWindowMaskGUI;
71 class CWindowEyedropGUI;
72 class CWindowEyedropCheckBox;
73 class CWindowCameraGUI;
74 class CWindowCameraLeft;
75 class CWindowCameraCenter;
76 class CWindowCameraRight;
77 class CWindowCameraTop;
78 class CWindowCameraMiddle;
79 class CWindowCameraBottom;
80 class CWindowProjectorGUI;
81 class CWindowProjectorLeft;
82 class CWindowProjectorCenter;
83 class CWindowProjectorRight;
84 class CWindowProjectorTop;
85 class CWindowProjectorMiddle;
86 class CWindowProjectorBottom;
87 class CWindowRulerGUI;
88
89 class CWindowCurveToggle;
90 #endif