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

Annotation of /infoscreen/videoview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 904 - (hide annotations) (download)
Fri Jun 25 13:52:07 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 260 byte(s)
pass by reference
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 torben 904 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