reload plugin btn in prefs, speed gang fader tweaks
[goodguy/history.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index 1a912d3715d6217ea877c3e05dc5b587d9c62e7d..0a6f761a1bcd538b0589a512b2195e4c07ad4a01 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;
@@ -63,6 +64,7 @@ public:
        PrefsTrapSigSEGV *trap_segv;
        PrefsTrapSigINTR *trap_intr;
        SnapshotPathText *snapshot_path;
+       PrefsReloadPlugins *reload_plugins;
 };
 
 
@@ -306,5 +308,15 @@ public:
        InterfacePrefs *subwindow;
 };
 
+class PrefsReloadPlugins : public BC_GenericButton
+{
+public:
+       PreferencesWindow *pwindow;
+       InterfacePrefs *iface_prefs;
+
+       int handle_event();
+       PrefsReloadPlugins(PreferencesWindow *pwindow,
+               InterfacePrefs *iface_prefs, int x, int y);
+};
 
 #endif