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