GLRenderWidgetImplementation Class
(Phonon::Gstreamer::GLRenderWidgetImplementation)
Inherits: QGLWidget and QWidget.
Public Types
enum | PaintDeviceMetric { PdmWidth, PdmHeight, PdmWidthMM, PdmHeightMM, ..., PdmPhysicalDpiY } |
Public Functions
Reimplemented Public Functions
- 28 public functions inherited from QGLWidget
- 430 public functions inherited from QWidget
- 62 public functions inherited from QObject
Protected Functions
- 13 protected functions inherited from QGLWidget
- 74 protected functions inherited from QWidget
- 18 protected functions inherited from QObject
Additional Inherited Members
- 116 properties inherited from QWidget
- 2 properties inherited from QObject
- 2 public slots inherited from QGLWidget
- 38 public slots inherited from QWidget
- 2 public slots inherited from QObject
- 2 signal inherited from QWidget
- 4 signal inherited from QObject
- 1 static public member inherited from QGLWidget
- 8 static public members inherited from QWidget
- 22 static public members inherited from QObject
- 2 protected slots inherited from QWidget
Member Function Documentation
GLRenderWidgetImplementation::GLRenderWidgetImplementation(VideoWidget * control, const QGLFormat & format)
void GLRenderWidgetImplementation::clearFrame()
GstElement * GLRenderWidgetImplementation::createVideoSink()
const QImage & GLRenderWidgetImplementation::currentFrame() const
QRect GLRenderWidgetImplementation::drawFrameRect() const
bool GLRenderWidgetImplementation::frameIsSet() const
bool GLRenderWidgetImplementation::hasYUVSupport() const
void GLRenderWidgetImplementation::paintEvent(QPaintEvent * event) [virtual]
void GLRenderWidgetImplementation::setNextFrame(const QByteArray & array, int width, int height)
void GLRenderWidgetImplementation::updateTexture(const QByteArray & array, int width, int height)
|