Eneboo - Documentación para desarrolladores
'typedefs' | Enumeraciones | Funciones | Variables
Referencia del Archivo src/qt/src/kernel/qeventloop_win.cpp
#include "qt_windows.h"
#include <winsock.h>
#include "qeventloop_p.h"
#include "qeventloop.h"
#include "qapplication.h"
#include "qeventloop_win_utils.cpp"

'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

Documentación de los 'typedefs'

typedef QMap<int, QSockNot *> QSNDict

Documentación de las enumeraciones

anonymous enum
Valores de enumeraciones:
WM_QT_SOCKETNOTIFIER 
WM_QT_SENDPOSTEDEVENTS 

Documentación de las funciones

void cleanupTimers ( )
void CALLBACK idleTimerProc ( HWND  ,
UINT  ,
UINT  idEvent,
DWORD   
)
bool qt_app_idle ( )
LRESULT CALLBACK qt_SocketWindowProc ( HWND  hWnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)
FILETIME* qt_wait_timer ( )
void qWinProcessConfigRequests ( )
bool winGetMessage ( MSG msg,
HWND  hWnd,
UINT  wMsgFilterMin,
UINT  wMsgFilterMax 
)
bool winPeekMessage ( MSG msg,
HWND  hWnd,
UINT  wMsgFilterMin,
UINT  wMsgFilterMax,
UINT  wRemoveMsg 
)
bool winPostMessage ( HWND  hWnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
)

Documentación de las variables

 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'