add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index de0029cc3dbf0e801e0868ab3704f264a56fb662..1d1844c1e38fefda744460553cb3b991475f94ab 100644 (file)
@@ -48,7 +48,8 @@ public:
        IndexSize *isize;
        IndexCount *icount;
        IndexPathText *ipathtext;
-       DeleteAllIndexes *deleteall;
+       DeleteAllIndexes *del_indexes;
+       DeleteAllIndexes *del_clipngs;
        IndexFFMPEGMarkerFiles *ffmpeg_marker_files;
 
        ViewBehaviourText *button1, *button2, *button3;
@@ -286,4 +287,25 @@ public:
        InterfacePrefs *subwindow;
 };
 
+class PrefsAutostartLV2UI : public BC_CheckBox
+{
+public:
+       PrefsAutostartLV2UI(int x, int y, PreferencesWindow *pwindow);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
+class PrefsLV2PathText : public BC_TextBox
+{
+public:
+       PrefsLV2PathText(PreferencesWindow *pwindow,
+               InterfacePrefs *subwindow, int x, int y, int w);
+       ~PrefsLV2PathText();
+
+       int handle_event();
+       PreferencesWindow *pwindow;
+       InterfacePrefs *subwindow;
+};
+
+
 #endif