add mask smooth boundary
[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 CWindowMaskSmooth;
47 class CWindowMaskGangSmooth;
48 class CWindowMaskAffectedPoint;
49 class CWindowMaskFocus;
50 class CWindowMaskHelp;
51 class CWindowMaskDrawMarkers;
52 class CWindowMaskDrawBoundary;
53 class CWindowMaskDelPoint;
54 class CWindowMaskFeather;
55 class CWindowMaskFeatherSlider;
56 class CWindowMaskGangFeather;
57 class CWindowMaskBeforePlugins;
58 class CWindowDisableOpenGLMasking;
59 class CWindowMaskGUI;
60 class CWindowEyedropGUI;
61 class CWindowEyedropCheckBox;
62 class CWindowCameraGUI;
63 class CWindowCameraLeft;
64 class CWindowCameraCenter;
65 class CWindowCameraRight;
66 class CWindowCameraTop;
67 class CWindowCameraMiddle;
68 class CWindowCameraBottom;
69 class CWindowProjectorGUI;
70 class CWindowProjectorLeft;
71 class CWindowProjectorCenter;
72 class CWindowProjectorRight;
73 class CWindowProjectorTop;
74 class CWindowProjectorMiddle;
75 class CWindowProjectorBottom;
76 class CWindowRulerGUI;
77
78 class CWindowCurveToggle;
79 #endif