]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGView.hpp
epg: add an overlay containing the channels list
[vlc] / modules / gui / qt4 / components / epg / EPGView.hpp
index 2fd66fc1465fc793fb812606b80ea38bf3287450..ef8d76debd831a33f370fbc1b16024466af08a14 100644 (file)
@@ -61,8 +61,14 @@ protected:
     int             m_scaleFactor;
     int             m_duration;
 
+private:
+    QGraphicsRectItem* m_overlay;
+
 public slots:
     void eventFocused( EPGEvent * );
+private slots:
+    void updateOverlayPosition( int value );
+    void sceneRectChanged( const QRectF& rect );
 };
 
 #endif // EPGVIEW_H