]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/extended_panels.hpp
95% of the video filters extended panel is now done. It's just missing the combo...
[vlc] / modules / gui / qt4 / components / extended_panels.hpp
index 4c19651367ecd85151d3eac8e60aa514988daacf..35084d1ddb96658c34b7cc26436ca5dd424296cc 100644 (file)
@@ -37,15 +37,18 @@ class ExtVideo: public QWidget
 {
     Q_OBJECT
 public:
-    ExtVideo(  intf_thread_t *, QWidget * );
+    ExtVideo( intf_thread_t *, QWidget * );
     virtual ~ExtVideo();
-    void gotoConf( QObject* );
+    /*void gotoConf( QObject* );*/
 private:
     Ui::ExtVideoWidget ui;
     QSignalMapper* filterMapper;
     intf_thread_t *p_intf;
+    void setWidgetValue( QObject* );
+    void ChangeVFiltersString( char *psz_name, vlc_bool_t b_add );
 private slots:
-    void updateFilters( );
+    void updateFilters();
+    void updateFilterOptions();
 };
 
 class Equalizer: public QWidget