#include "videowidget.h"#include "mediaplayerstate.h"#include <qpe/mediaplayerplugininterface.h>#include <qpe/config.h>#include <qpe/qpeapplication.h>#include <opie2/odebug.h>#include <opie2/oresource.h>#include <qbitmap.h>#include <qdir.h>#include <qslider.h>Include dependency graph for videowidget.cpp:

Go to the source code of this file.
Classes | |
| struct | MediaButton |
Functions | |
| QPixmap * | combineVImageWithBackground (QImage img, QPixmap bg, QPoint offset) |
| QPixmap * | maskVPixToMask (QPixmap pix, QBitmap mask) |
Variables | |
| MediaPlayerState * | mediaPlayerState |
| static const int | xo = 2 |
| static const int | yo = 0 |
| MediaButton | videoButtons [] |
| const char * | skinV_mask_file_names [7] |
| static const int | numVButtons = (sizeof(videoButtons)/sizeof(MediaButton)) |
| static bool | videoSliderBeingMoved = FALSE |
|
||||||||||||||||
|
Definition at line 189 of file videowidget.cpp. Referenced by VideoWidget::resizeEvent(). |
|
||||||||||||
|
Definition at line 197 of file videowidget.cpp. Referenced by VideoWidget::resizeEvent(). |
|
|
|
|
|
Definition at line 75 of file videowidget.cpp. Referenced by VideoWidget::mouseMoveEvent(), and VideoWidget::paintEvent(). |
|
|
Initial value: {
"stop","play","back","fwd","up","down","full"
}
Definition at line 71 of file videowidget.cpp. Referenced by VideoWidget::VideoWidget(). |
|
|
Initial value: {
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, FALSE },
{ TRUE, FALSE, FALSE }
}
Definition at line 59 of file videowidget.cpp. |
|
|
Definition at line 187 of file videowidget.cpp. |
|
|
Definition at line 47 of file videowidget.cpp. |
|
|
Definition at line 48 of file videowidget.cpp. |
1.4.2