rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / headers.h
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 HEADERS_H
23 #define HEADERS_H
24
25 class AEdit;
26 class AEdits;
27 class APlugin;
28 class ARender;
29 class Assets;
30 class Asset;
31 class ATrack;
32 class AudioDevice;
33 class Auto;
34 class Autos;
35 class BezierAuto;
36 class BezierAutos;
37 class MButtons;
38 class CICache;
39 class CommonRender;
40 class VirtualConsole;
41 class Console;
42 class Edit;
43 class Edits;
44 class FloatAuto;
45 class FloatAutos;
46 class LevelWindow;
47 class LevelWindowGUI;
48 class Load;
49 class LoadPrevious;
50 class MainMenu;
51 class SampleScroll;
52 class MainUndo;
53 class MWindow;
54 class MWindowGUI;
55 class MenuAEffects;
56 class MenuAEffectItem;
57 class Module;
58 class Modules;
59 class Patch;
60 class PatchBay;
61 class PlayableTracks;
62 class Tracking;
63 class PlaybackEngine;
64 class Plugin;
65 class PluginPopup;
66 class PluginServer;
67 class Quit;
68 class RecordLabels;
69 class RenderEngine;
70 class Save;
71 class ZoomBar;
72 class ThreadLoader;
73 class TimeBar;
74 class IntAuto;
75 class IntAutos;
76 class Track;
77 class TrackList;
78 class TrackScroll;
79 class Tracks;
80 class VEdit;
81 class VEdits;
82 class VideoDevice;
83 class VideoWindow;
84 class VideoWindowGUI;
85 class VirtualNode;
86 class VirtualANode;
87 class VirtualVNode;
88 class VRender;
89 class VirtualVConsole;
90 class VTrack;
91
92
93
94
95
96 #endif