'typedefs' |
typedef QMap< int, QSockNot * > | QSNDict |
Enumeraciones |
enum | { WM_QT_SOCKETNOTIFIER = WM_USER,
WM_QT_SENDPOSTEDEVENTS = WM_USER + 1
} |
Funciones |
void | qWinProcessConfigRequests () |
FILETIME * | qt_wait_timer () |
void | cleanupTimers () |
bool | winPeekMessage (MSG *msg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveMsg) |
bool | winPostMessage (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
bool | winGetMessage (MSG *msg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax) |
LRESULT CALLBACK | qt_SocketWindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void CALLBACK | idleTimerProc (HWND, UINT, UINT idEvent, DWORD) |
bool | qt_app_idle () |
Variables |
QSNDict | sn_read |
QSNDict | sn_write |
QSNDict | sn_except |
bool | qt_is_gui_used |