r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git] / cinelerra / levelwindowgui.h
blobeca7479b4bb4f0118cfb56a4af8d537a8aec1f0f
1 #ifndef LEVELWINDOWGUI_H
2 #define LEVELWINDOWGUI_H
4 class LevelWindowReset;
6 #include "guicast.h"
7 #include "levelwindow.inc"
8 #include "maxchannels.h"
9 #include "meterpanel.inc"
10 #include "mwindow.inc"
12 class LevelWindowGUI : public BC_Window
14 public:
15 LevelWindowGUI(MWindow *mwindow, LevelWindow *thread);
16 ~LevelWindowGUI();
18 int create_objects();
19 int resize_event(int w, int h);
20 int translation_event();
21 int close_event();
22 int reset_over();
23 int keypress_event();
25 MWindow *mwindow;
27 MeterPanel *panel;
28 LevelWindow *thread;
32 #endif