]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGView.hpp
Qt: EPG, propagate the infos when clicking on an Item
[vlc] / modules / gui / qt4 / components / epg / EPGView.hpp
index 3e4bb19b545d8a687a93175935229f06e8cb17e0..2fd66fc1465fc793fb812606b80ea38bf3287450 100644 (file)
@@ -52,7 +52,7 @@ public:
 signals:
     void            startTimeChanged( const QDateTime& startTime );
     void            durationChanged( int seconds );
-
+    void            eventFocusedChanged( EPGEvent * );
 protected:
     virtual void    drawBackground( QPainter *painter, const QRectF &rect );
 
@@ -60,6 +60,9 @@ protected:
     QDateTime       m_startTime;
     int             m_scaleFactor;
     int             m_duration;
+
+public slots:
+    void eventFocused( EPGEvent * );
 };
 
 #endif // EPGVIEW_H