|
MythTV
0.26-pre
|
#include <videovisualgoom.h>
Public Member Functions | |
| VideoVisualGoom (AudioPlayer *audio, MythRender *render, bool hd) | |
| virtual | ~VideoVisualGoom () |
| virtual void | Draw (const QRect &area, MythPainter *painter, QPaintDevice *device) |
| virtual QString | Name (void) |
Private Attributes | |
| unsigned int * | m_buffer |
| uint | m_surface |
| bool | m_hd |
Definition at line 6 of file videovisualgoom.h.
| VideoVisualGoom::VideoVisualGoom | ( | AudioPlayer * | audio, |
| MythRender * | render, | ||
| bool | hd | ||
| ) |
Definition at line 20 of file videovisualgoom.cpp.
| VideoVisualGoom::~VideoVisualGoom | ( | ) | [virtual] |
Definition at line 35 of file videovisualgoom.cpp.
| void VideoVisualGoom::Draw | ( | const QRect & | area, |
| MythPainter * | painter, | ||
| QPaintDevice * | device | ||
| ) | [virtual] |
Implements VideoVisual.
Definition at line 66 of file videovisualgoom.cpp.
| virtual QString VideoVisualGoom::Name | ( | void | ) | [inline, virtual] |
Implements VideoVisual.
Definition at line 14 of file videovisualgoom.h.
unsigned int* VideoVisualGoom::m_buffer [private] |
Definition at line 17 of file videovisualgoom.h.
Referenced by Draw().
uint VideoVisualGoom::m_surface [private] |
Definition at line 18 of file videovisualgoom.h.
Referenced by Draw(), and ~VideoVisualGoom().
bool VideoVisualGoom::m_hd [private] |
Definition at line 19 of file videovisualgoom.h.
Referenced by Name(), and VideoVisualGoom().
1.7.6.1