X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Finterfaceprefs.h;h=f422a86fffed099c744df9e18ebf4947454f528c;hb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;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..f422a86f 100644 --- a/cinelerra-5.0/cinelerra/interfaceprefs.h +++ b/cinelerra-5.0/cinelerra/interfaceprefs.h @@ -1,7 +1,7 @@ /* * CINELERRA - * Copyright (C) 2008 Adam Williams + * Copyright (C) 2008-2015 Adam Williams * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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