/[projects]/infoscreen/videoview.h
ViewVC logotype

Annotation of /infoscreen/videoview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 873 - (hide annotations) (download)
Tue Jun 22 20:29:40 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 259 byte(s)
make screenManager work again
1 torben 527 #ifndef VIDEOVIEW_H
2     #define VIDEOVIEW_H
3    
4     #include <videoplayer.h> //Phonon
5    
6     class VideoView : public Phonon::VideoPlayer
7     {
8     public:
9     VideoView(QWidget* parent);
10     void loadUrl(QString url);
11 torben 873 private:
12     void dumpPhononOptions();
13 torben 527 };
14    
15     #endif // VIDEOVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20