-rw-r--r-- | noncore/multimedia/opieplayer2/videowidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/multimedia/opieplayer2/videowidget.h b/noncore/multimedia/opieplayer2/videowidget.h index aeb6429..937feac 100644 --- a/noncore/multimedia/opieplayer2/videowidget.h +++ b/noncore/multimedia/opieplayer2/videowidget.h | |||
@@ -79,43 +79,42 @@ public: | |||
79 | 79 | ||
80 | signals: | 80 | signals: |
81 | void moreClicked(); | 81 | void moreClicked(); |
82 | void lessClicked(); | 82 | void lessClicked(); |
83 | void moreReleased(); | 83 | void moreReleased(); |
84 | void lessReleased(); | 84 | void lessReleased(); |
85 | void sliderMoved( long ); | 85 | void sliderMoved( long ); |
86 | void videoResized ( const QSize &s ); | 86 | void videoResized ( const QSize &s ); |
87 | 87 | ||
88 | protected: | 88 | protected: |
89 | 89 | ||
90 | void resizeEvent( QResizeEvent * ); | 90 | void resizeEvent( QResizeEvent * ); |
91 | void paintEvent( QPaintEvent *pe ); | 91 | void paintEvent( QPaintEvent *pe ); |
92 | void showEvent( QShowEvent *se ); | 92 | void showEvent( QShowEvent *se ); |
93 | void mouseMoveEvent( QMouseEvent *event ); | 93 | void mouseMoveEvent( QMouseEvent *event ); |
94 | void mousePressEvent( QMouseEvent *event ); | 94 | void mousePressEvent( QMouseEvent *event ); |
95 | void mouseReleaseEvent( QMouseEvent *event ); | 95 | void mouseReleaseEvent( QMouseEvent *event ); |
96 | void keyReleaseEvent( QKeyEvent *e); | 96 | void keyReleaseEvent( QKeyEvent *e); |
97 | 97 | ||
98 | private: | 98 | private: |
99 | // Ticker songInfo; | 99 | // Ticker songInfo; |
100 | QPixmap pixBg; | 100 | QPixmap pixBg; |
101 | QImage imgUp; | 101 | QImage imgUp; |
102 | QImage imgDn; | 102 | QImage imgDn; |
103 | QString skin; | 103 | QString skin; |
104 | 104 | ||
105 | 105 | ||
106 | virtual void paintButton( QPainter &p, int i ); | 106 | virtual void paintButton( QPainter &p, int i ); |
107 | void setToggleButton( int, bool ); | 107 | void setToggleButton( int, bool ); |
108 | 108 | ||
109 | QString backgroundPix; | 109 | QString backgroundPix; |
110 | QSlider *slider; | 110 | QSlider *slider; |
111 | QPixmap *pixmaps[3]; | ||
112 | QImage *currentFrame; | 111 | QImage *currentFrame; |
113 | int scaledWidth; | 112 | int scaledWidth; |
114 | int scaledHeight; | 113 | int scaledHeight; |
115 | XineVideoWidget* videoFrame; | 114 | XineVideoWidget* videoFrame; |
116 | }; | 115 | }; |
117 | 116 | ||
118 | #endif // VIDEO_WIDGET_H | 117 | #endif // VIDEO_WIDGET_H |
119 | 118 | ||
120 | 119 | ||
121 | 120 | ||