lock xft, plugin index builder lock, clear clip thumbnails, clear vwin clock, setpoin...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / deleteallindexes.h
index f4da546eda741a5d99e16f72771a7cca99fb752e..f882b3abf82ae4533c68184a3307658970f2090e 100644 (file)
 class DeleteAllIndexes : public BC_GenericButton, public Thread
 {
 public:
-       DeleteAllIndexes(MWindow *mwindow, PreferencesWindow *pwindow, int x, int y);
+       DeleteAllIndexes(MWindow *mwindow, PreferencesWindow *pwindow,
+               int x, int y, const char *text, const char *filter);
        ~DeleteAllIndexes();
 
        void run();
        int handle_event();
        PreferencesWindow *pwindow;
        MWindow *mwindow;
+       const char *filter;
 };
 
 class ConfirmDeleteAllIndexes : public BC_Window