]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/input_manager.hpp
Qt: don't use 2 drawPixmap
[vlc] / modules / gui / qt4 / input_manager.hpp
index b8f4f5e8f786327a01fb6a4106c79e58c3a1d74f..35d0c4b299ab4047bd5db1e360ef34ee0c1fae3e 100644 (file)
@@ -132,6 +132,7 @@ public:
     void requestArtUpdate();
 
     QString getName() { return oldName; }
+    static const QString decodeArtURL( input_item_t *p_item );
 
 private:
     intf_thread_t  *p_intf;
@@ -194,11 +195,11 @@ public slots:
 
 private slots:
     void togglePlayPause();
-    void AtoBLoop( float, int, int );
+    void AtoBLoop( float, int64_t, int );
 
 signals:
     /// Send new position, new time and new length
-    void positionUpdated( float , int, int );
+    void positionUpdated( float , int64_t, int );
     void rateChanged( int );
     void nameChanged( const QString& );
     /// Used to signal whether we should show navigation buttons
@@ -268,6 +269,8 @@ private:
     void notifyRepeatLoop();
 public slots:
     void togglePlayPause();
+    void play();
+    void pause();
     void toggleRandom();
     void stop();
     void next();