#include "QtCore/qabstracteventdispatcher.h"
#include "QtCore/qt_windows.h"
Go to the source code of this file.
◆ qt_internal_proc()
LRESULT QT_WIN_CALLBACK qt_internal_proc |
( |
HWND |
hwnd, |
|
|
UINT |
message, |
|
|
WPARAM |
wp, |
|
|
LPARAM |
lp |
|
) |
| |
Definition at line 430 of file qeventdispatcher_win.cpp.
Referenced by qt_create_internal_window(), and QEventDispatcherWin32Private::~QEventDispatcherWin32Private().
437 msg.message = message;
443 if (message == WM_TIMER)
490 || (message == WM_TIMER
499 }
else if (message == WM_TIMER) {
505 return DefWindowProc(hwnd, message, wp, lp);
static void sendPostedEvents(QObject *receiver, int event_type, QThreadData *data)
void sendTimerEvent(int timerId)
The QHash class is a template class that provides a hash-table-based dictionary.
const T value(const Key &key) const
Returns the value associated with the key.
static bool sendEvent(QObject *receiver, QEvent *event)
Sends event event directly to receiver receiver, using the notify() function.
int sendPostedEventsWindowsTimerId
The QCoreApplication class provides an event loop for console Qt applications.
static QCoreApplication * instance()
Returns a pointer to the application's QCoreApplication (or QApplication) instance.
#define WSAGETSELECTEVENT(lParam)
bool filterEvent(void *message, long *result)
Sends message through the event filter that was set by setEventFilter().
The QEvent class is the base class of all event classes.