add edit clear submenu/clear hard_edges, fix tessy gl segv, mask toolgui layout,...
[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 CWindowCurveToggle;
28 class CWindowCoord;
29 class CWindowCropOK;
30 class CWindowCropGUI;
31 class CWindowMaskTrack;
32 class CWindowMaskItems;
33 class CWindowMaskName;
34 class CWindowMaskDelMask;
35 class CWindowMaskClrMask;
36 class CWindowMaskButton;
37 class CWindowMaskThumbler;
38 class CWindowMaskFade;
39 class CWindowMaskFadeSlider;
40 class CWindowMaskGangFader;
41 class CWindowMaskAffectedPoint;
42 class CWindowMaskFocus;
43 class CWindowMaskDrawCenter;
44 class CWindowMaskDrawMarkers;
45 class CWindowMaskDrawBoundary;
46 class CWindowMaskDelPoint;
47 class CWindowMaskFeather;
48 class CWindowMaskFeatherSlider;
49 class CWindowMaskGangFeather;
50 class CWindowMaskBeforePlugins;
51 class CWindowDisableOpenGLMasking;
52 class CWindowMaskGUI;
53 class CWindowEyedropGUI;
54 class CWindowEyedropCheckBox;
55 class CWindowCameraGUI;
56 class CWindowCameraLeft;
57 class CWindowCameraCenter;
58 class CWindowCameraRight;
59 class CWindowCameraTop;
60 class CWindowCameraMiddle;
61 class CWindowCameraBottom;
62 class CWindowProjectorGUI;
63 class CWindowProjectorLeft;
64 class CWindowProjectorCenter;
65 class CWindowProjectorRight;
66 class CWindowProjectorTop;
67 class CWindowProjectorMiddle;
68 class CWindowProjectorBottom;
69 class CWindowRulerGUI;
70
71 #endif