17 #ifndef QGST_VIDEOOVERLAY_H 18 #define QGST_VIDEOOVERLAY_H 21 #include "../QGlib/object.h" 22 #include <QtGui/qwindowdefs.h> 36 void setWindowHandle(WId
id);
37 void enableEventHandling(
bool enabled);
38 bool setRenderRectangle(
int x,
int y,
int width,
int height);
39 bool setRenderRectangle(
const QRect & rect);
41 static bool isPrepareWindowHandleMessage(
const MessagePtr & msg);
49 #endif // QGST_VIDEOOVERLAY_H Smart pointer class for working with wrapper classes that support reference counting.
Base class for interface wrappers.
Wrappers for GStreamer classes.
Wrapper class for GstVideoOverlay.