QtGStreamer 1.2.0
|
#include <QGst/Ui/GraphicsVideoWidget>
Inherits QGraphicsWidget.
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 43 of file graphicsvideowidget.h.
|
explicit |
Definition at line 25 of file graphicsvideowidget.cpp.
|
virtual |
Definition at line 31 of file graphicsvideowidget.cpp.
|
virtual |
Reimplemented from QGraphicsWidget. Do not call directly.
Definition at line 54 of file graphicsvideowidget.cpp.
GraphicsVideoSurface * QGst::Ui::GraphicsVideoWidget::surface | ( | ) | const |
Definition at line 36 of file graphicsvideowidget.cpp.
void QGst::Ui::GraphicsVideoWidget::setSurface | ( | GraphicsVideoSurface * | surface | ) |
Definition at line 41 of file graphicsvideowidget.cpp.
|
readwrite |
Definition at line 47 of file graphicsvideowidget.h.