Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / threadloader.h
blob913a2ceb7fb700762c030a93c0372b4e3b6798d4
1 #ifndef THREADLOADER_H
2 #define THREADLOADER_H
4 #include "mwindow.inc"
5 #include "thread.h"
7 // ================================= loads files as a thread
9 class ThreadLoader : public Thread
11 public:
12 ThreadLoader(MWindow *mwindow);
13 ~ThreadLoader();
15 int set_paths(ArrayList<char *> *paths);
16 void run();
17 MWindow *mwindow;
18 ArrayList<char *> *paths;
21 #endif
23 // Local Variables:
24 // mode: C++
25 // c-file-style: "linux"
26 // End: