r123: Merged HEAD and TEST. New stuff shall be committed to HEAD from now on.
[cinelerra_cv/mob.git] / plugins / dot / dotwindow.h
blob82b7de77adec10c7c74b99288a90a3d3184e1eb4
1 #ifndef DOTWINDOW_H
2 #define DOTWINDOW_H
4 #include "guicast.h"
6 class DotThread;
7 class DotWindow;
9 #include "filexml.h"
10 #include "mutex.h"
11 #include "dot.h"
13 PLUGIN_THREAD_HEADER(DotMain, DotThread, DotWindow)
15 class DotWindow : public BC_Window
17 public:
18 DotWindow(DotMain *client, int x, int y);
19 ~DotWindow();
21 int create_objects();
22 int close_event();
24 DotMain *client;
32 #endif