17 #ifndef QGST_XOVERLAY_H
18 #define QGST_XOVERLAY_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);
45 QGLIB_REGISTER_INTERFACE(QGst::XOverlay)
47 #endif // QGST_XOVERLAY_H
Wrapper class for GstXOverlay.
Base class for interface wrappers.