#include <QGst/Ui/GraphicsVideoWidget>
Public Member Functions | |
GraphicsVideoWidget (QGraphicsItem *parent=0, Qt::WindowFlags wFlags=0) | |
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
GraphicsVideoSurface * | surface () const |
void | setSurface (GraphicsVideoSurface *surface) |
Properties | |
QGst::Ui::GraphicsVideoSurface | surface |
A QGraphicsWidget for displaying video on a QGraphicsScene.
This is a QGraphicsWidget subclass that can display video. To use it, you have to create a GraphicsVideoSurface and connect it with this widget using the setSurface() method or the surface property. See the GraphicsVideoSurface documentation for details and examples.
Definition at line 37 of file graphicsvideowidget.h.
void QGst::Ui::GraphicsVideoWidget::paint | ( | QPainter * | painter, |
const QStyleOptionGraphicsItem * | option, | ||
QWidget * | widget = 0 |
||
) | [virtual] |
Reimplemented from QGraphicsWidget. Do not call directly.
Definition at line 54 of file graphicsvideowidget.cpp.