18 QWinWidget(HWND hParentWnd, QObject *parent = 0, Qt::WindowFlags f = {});
19#ifdef KDWINUTILS_WITHMFC
20 QWinWidget(CWnd *parnetWnd, QObject *parent = 0, Qt::WindowFlags f = {});
28 HWND parentWindow()
const;
31 void childEvent(QChildEvent *e);
32 bool eventFilter(QObject *o, QEvent *e);
34 bool focusNextPrevChild(
bool next);
35 void focusInEvent(QFocusEvent *e);
36#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
37 bool nativeEvent(
const QByteArray &eventType,
void *message, qintptr *result);
39 bool nativeEvent(
const QByteArray &eventType,
void *message,
long *result);