42 #ifndef QX11EMBED_X11_H 43 #define QX11EMBED_X11_H 45 #include <QtGui/qwidget.h> 61 void embedInto(
WId id);
62 WId containerWinId()
const;
73 void containerClosed();
95 void embedClient(
WId id);
98 WId clientWinId()
const;
110 void clientIsEmbedded();
132 #endif // QX11EMBED_X11_H
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QHideEvent class provides an event which is sent after a widget is hidden.
The QResizeEvent class contains event parameters for resize events.
The QShowEvent class provides an event that is sent when a widget is shown.
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
The QSize class defines the size of a two-dimensional object using integer point precision.
#define Q_DECLARE_PRIVATE(Class)
The QPaintEvent class contains event parameters for paint events.
The QEvent class is the base class of all event classes.
The QX11EmbedContainer class provides an XEmbed container widget.