Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

videowidget.cpp File Reference

#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

MediaPlayerStatemediaPlayerState
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


Function Documentation

QPixmap* combineVImageWithBackground QImage  img,
QPixmap  bg,
QPoint  offset
 

Definition at line 189 of file videowidget.cpp.

References p, and pix.

Referenced by VideoWidget::resizeEvent().

QPixmap* maskVPixToMask QPixmap  pix,
QBitmap  mask
 

Definition at line 197 of file videowidget.cpp.

Referenced by VideoWidget::resizeEvent().


Variable Documentation

MediaPlayerState* mediaPlayerState
 

Definition at line 30 of file main.cpp.

const int numVButtons = (sizeof(videoButtons)/sizeof(MediaButton)) [static]
 

Definition at line 75 of file videowidget.cpp.

Referenced by VideoWidget::mouseMoveEvent(), and VideoWidget::paintEvent().

const char* skinV_mask_file_names[7]
 

Initial value:

 {
   "stop","play","back","fwd","up","down","full"
}

Definition at line 71 of file videowidget.cpp.

Referenced by VideoWidget::VideoWidget().

MediaButton videoButtons[]
 

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.

bool videoSliderBeingMoved = FALSE [static]
 

Definition at line 187 of file videowidget.cpp.

const int xo = 2 [static]
 

Definition at line 47 of file videowidget.cpp.

const int yo = 0 [static]
 

Definition at line 48 of file videowidget.cpp.


Generated on Sat Nov 5 16:25:53 2005 for OPIE by  doxygen 1.4.2