Definition at line 88 of file qx11embed_x11.h.
#include <qx11embed_x11.h>

Public Types |
|
| enum | Error { Unknown, Internal, InvalidWindowID } |
Signals |
|
| void | clientIsEmbedded () |
| void | clientClosed () |
| void | error (QX11EmbedContainer::Error) |
Public Member Functions |
|
| QX11EmbedContainer (QWidget *parent=0) | |
| ~QX11EmbedContainer () | |
| void | embedClient (WId id) |
| void | discardClient () |
| WId | clientWinId () const |
| QSize | minimumSizeHint () const |
| Error | error () const |
Protected Member Functions |
|
| bool | x11Event (XEvent *) |
| bool | eventFilter (QObject *, QEvent *) |
| void | paintEvent (QPaintEvent *e) |
| void | resizeEvent (QResizeEvent *) |
| void | showEvent (QShowEvent *) |
| void | hideEvent (QHideEvent *) |
| bool | event (QEvent *) |
| enum Error |
Definition at line 102 of file qx11embed_x11.h.
{
Unknown,
Internal,
InvalidWindowID
};
| QX11EmbedContainer | ( | QWidget * | parent = 0 |
) |
| ~QX11EmbedContainer | ( | ) |
| void embedClient | ( | WId | id | ) |
| void discardClient | ( | ) |
| WId clientWinId | ( | ) | const |
| Error error | ( | ) | const |
| void clientIsEmbedded | ( | ) | [signal] |
| void clientClosed | ( | ) | [signal] |
| void error | ( | QX11EmbedContainer::Error | ) | [signal] |
| bool x11Event | ( | XEvent * | ) | [protected] |
Reimplemented from QObject.
| void paintEvent | ( | QPaintEvent * | e | ) | [protected, virtual] |
Reimplemented from QWidget.
| void resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void showEvent | ( | QShowEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void hideEvent | ( | QHideEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.