X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Finterfaceprefs.h;h=924014dcb41f296a312ef7eaeb4f95b96d8940aa;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=714c71fe0b29419ee8488353e5e3914baad0f659;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/interfaceprefs.h b/cinelerra-5.0/cinelerra/interfaceprefs.h index 714c71fe..924014dc 100644 --- a/cinelerra-5.0/cinelerra/interfaceprefs.h +++ b/cinelerra-5.0/cinelerra/interfaceprefs.h @@ -43,6 +43,7 @@ class ViewThumbnails; #include "deleteallindexes.inc" #include "mwindow.inc" #include "preferencesthread.h" +#include "shbtnprefs.inc" class InterfacePrefs : public PreferencesDialog @@ -55,6 +56,7 @@ public: // must delete each derived class int update(int new_value); const char* behavior_to_text(int mode); + int start_shbtn_dialog(); BrowseButton *ipath; IndexSize *isize; @@ -76,6 +78,7 @@ public: // MeterVUInt *vu_int; ViewBehaviourText *button1, *button2, *button3; ViewThumbnails *thumbnails; + ShBtnEditDialog *shbtn_dialog; }; @@ -276,6 +279,14 @@ public: PreferencesWindow *pwindow; }; +class UseWarnIndecies : public BC_CheckBox +{ +public: + UseWarnIndecies(PreferencesWindow *pwindow, int x, int y); + int handle_event(); + PreferencesWindow *pwindow; +}; + class ScanCommercials : public BC_CheckBox { public: @@ -308,4 +319,14 @@ public: AndroidPort(PreferencesWindow *pwindow, int x, int y); }; +class ShBtnPrefs : public BC_GenericButton +{ +public: + PreferencesWindow *pwindow; + InterfacePrefs *iface_prefs; + + int handle_event(); + ShBtnPrefs(PreferencesWindow *pwindow, InterfacePrefs *iface_prefs, int x, int y); +}; + #endif