Logo    
KDWinUtils
Helper library for MFC to Qt migration
Loading...
Searching...
No Matches
qwinhost.cpp File Reference
#include "qwinhost.h"
#include <QEvent>
#include <qt_windows.h>
Include dependency graph for qwinhost.cpp:

Macros

#define QT_WA(unicode, ansi)
 

Functions

void * getWindowProc (QWinHost *host)
 
LRESULT CALLBACK WinHostProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
 

Macro Definition Documentation

◆ QT_WA

#define QT_WA ( unicode,
ansi )
Value:
unicode

Function Documentation

◆ getWindowProc()

void * getWindowProc ( QWinHost * host)

◆ WinHostProc()

LRESULT CALLBACK WinHostProc ( HWND hwnd,
UINT msg,
WPARAM wParam,
LPARAM lParam )