Qt 4.8
|
#include "qcoreapplication.h"
#include "qcoreapplication_p.h"
#include "qstringlist.h"
#include "qt_windows.h"
#include "qvector.h"
#include "qmutex.h"
#include "qfileinfo.h"
#include "qcorecmdlineargs_p.h"
#include <private/qthread_p.h>
#include <ctype.h>
#include <windowsx.h>
#include "qdebug.h"
Go to the source code of this file.
Classes | |
struct | FLAG_STRING_STRUCT |
struct | KnownWM |
class | QWinMsgHandlerCriticalSection |
Macros | |
#define | FLGSTR(x) FLAG_STRING(x, #x) |
#define | GET_X_LPARAM(lp) ((int)(short)LOWORD(lp)) |
#define | GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp)) |
Functions | |
QString | decodeMSG (const MSG &msg) |
static const char * | findWMstr (uint msg) |
FLAG_STRING_STRUCT | FLAG_STRING (uint value=0, const char *c=0) |
QString | flagCheck (uint actual,...) |
QDebug | operator<< (QDebug dbg, const MSG &msg) |
Q_CORE_EXPORT QString | qAppFileName () |
Q_CORE_EXPORT int | qWinAppCmdShow () |
Q_CORE_EXPORT HINSTANCE | qWinAppInst () |
Q_CORE_EXPORT HINSTANCE | qWinAppPrevInst () |
Q_CORE_EXPORT void __cdecl | qWinMain (HINSTANCE instance, HINSTANCE prevInstance, LPSTR cmdParam, int cmdShow, int &argc, QVector< char *> &argv) |
Q_CORE_EXPORT void | qWinMsgHandler (QtMsgType t, const char *str) |
QString | valueCheck (uint actual,...) |
Variables | |
int | appCmdShow = 0 |
struct KnownWM | knownWM [] |
bool | usingWinMain = false |
#define FLGSTR | ( | x | ) | FLAG_STRING(x, #x) |
Definition at line 592 of file qcoreapplication_win.cpp.
Referenced by decodeMSG().
#define GET_X_LPARAM | ( | lp | ) | ((int)(short)LOWORD(lp)) |
Definition at line 254 of file qcoreapplication_win.cpp.
Referenced by axc_FilterProc(), decodeMSG(), QtWndProc(), QETWidget::translateMouseEvent(), and QSystemTrayIconSys::winEvent().
#define GET_Y_LPARAM | ( | lp | ) | ((int)(short)HIWORD(lp)) |
Definition at line 255 of file qcoreapplication_win.cpp.
Referenced by axc_FilterProc(), decodeMSG(), QtWndProc(), QETWidget::translateMouseEvent(), and QSystemTrayIconSys::winEvent().
Definition at line 645 of file qcoreapplication_win.cpp.
Referenced by operator<<(), and valueCheck().
|
static |
Definition at line 568 of file qcoreapplication_win.cpp.
Referenced by decodeMSG().
FLAG_STRING_STRUCT FLAG_STRING | ( | uint | value = 0 , |
const char * | c = 0 |
||
) |
Definition at line 586 of file qcoreapplication_win.cpp.
Referenced by decodeMSG().
Definition at line 597 of file qcoreapplication_win.cpp.
Referenced by decodeMSG().
Definition at line 1058 of file qcoreapplication_win.cpp.
Q_CORE_EXPORT QString qAppFileName | ( | ) |
Definition at line 82 of file qcoreapplication_win.cpp.
Referenced by QCoreApplication::applicationFilePath(), QCoreApplicationPrivate::appName(), and QSystemLibrary::load().
Q_CORE_EXPORT int qWinAppCmdShow | ( | ) |
Definition at line 68 of file qcoreapplication_win.cpp.
Q_CORE_EXPORT HINSTANCE qWinAppInst | ( | ) |
Definition at line 58 of file qcoreapplication_win.cpp.
Referenced by create32BitCursor(), qt_create_internal_window(), qt_reg_winclass(), qt_tablet_cleanup_wce(), qt_wce_get_module_handle(), unregWinClasses(), QMenuBarPrivate::wceCreateMenuBar(), and QEventDispatcherWin32Private::~QEventDispatcherWin32Private().
Q_CORE_EXPORT HINSTANCE qWinAppPrevInst | ( | ) |
Definition at line 63 of file qcoreapplication_win.cpp.
Q_CORE_EXPORT void __cdecl qWinMain | ( | HINSTANCE | instance, |
HINSTANCE | prevInstance, | ||
LPSTR | cmdParam, | ||
int | cmdShow, | ||
int & | argc, | ||
QVector< char *> & | argv | ||
) |
Definition at line 170 of file qcoreapplication_win.cpp.
Referenced by qax_stopServer(), and WinMain().
Q_CORE_EXPORT void qWinMsgHandler | ( | QtMsgType | t, |
const char * | str | ||
) |
Definition at line 143 of file qcoreapplication_win.cpp.
Referenced by QClassFactory::CreateInstanceHelper(), qax_winEventFilter(), qInstallMsgHandler(), qt_error_string(), and qWinMain().
Definition at line 619 of file qcoreapplication_win.cpp.
Referenced by decodeMSG().
int appCmdShow = 0 |
Definition at line 56 of file qcoreapplication_win.cpp.
Referenced by qWinAppCmdShow(), and qWinMain().
struct KnownWM knownWM[] |
Referenced by findWMstr().
bool usingWinMain = false |
Definition at line 55 of file qcoreapplication_win.cpp.
Referenced by qInstallMsgHandler(), qt_error_string(), and qWinMain().