![]() |
Qt 4.8
|
#include <QtCore/qfunctions_wince.h>#include <wingdi.h>Go to the source code of this file.
Classes | |
| struct | _FIXED |
| struct | _GLYPHMETRICS |
| struct | _MAT2 |
| struct | tagPOINTFX |
| struct | tagTTPOLYCURVE |
| struct | tagTTPOLYGONHEADER |
Macros | |
| #define | ALTERNATE 0 |
| #define | ANSI_VAR_FONT 12 |
| #define | CFSTR_PERFORMEDDROPEFFECT TEXT("Performed DropEffect") |
| #define | ChangeClipboardChain(a, b) qt_wince_ChangeClipboardChain(a,b); |
| #define | GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam)) |
| #define | GetDIBits(a, b, c, d, e, f, g) qt_wince_GetDIBits(a,b,c,d,e,f,g) |
| #define | GGO_GLYPH_INDEX 0x0080 |
| #define | GGO_NATIVE 2 |
| #define | PALETTEINDEX(a) qt_wince_PALETTEINDEX(a) |
| #define | SetClipboardViewer(a) qt_wince_SetClipboardViewer(a) |
| #define | ShellExecute(a, b, c, d, e, f) qt_wince_ShellExecute(a,b,c,d,e,f) |
| #define | SPI_SETICONTITLELOGFONT 0x0022 |
| #define | SPI_SETNONCLIENTMETRICS 72 |
| #define | SW_OTHERMAXIMIZED 2 |
| #define | SW_OTHERRESTORED 4 |
| #define | SW_PARENTCLOSING 1 |
| #define | SW_PARENTOPENING 3 |
| #define | SW_SHOWMINIMIZED SW_MINIMIZE |
| #define | TT_PRIM_CSPLINE 3 |
| #define | TT_PRIM_LINE 1 |
| #define | TT_PRIM_QSPLINE 2 |
| #define | UNDER_NT |
| #define | WINDING 1 |
| #define | WM_ACTIVATEAPP 0x001c |
| #define | WM_CHANGECBCHAIN 1 |
| #define | WM_DRAWCLIPBOARD 2 |
Typedefs | |
| typedef struct _FIXED | FIXED |
| typedef struct _GLYPHMETRICS | GLYPHMETRICS |
| typedef struct _MAT2 | MAT2 |
| typedef struct tagPOINTFX | POINTFX |
| typedef struct tagTTPOLYCURVE | TTPOLYCURVE |
| typedef struct tagTTPOLYGONHEADER | TTPOLYGONHEADER |
Functions | |
| BOOL | qt_wince_ChangeClipboardChain (HWND hWndRemove, HWND hWndNewNext) |
| int | qt_wince_GetDIBits (HDC, HBITMAP, uint, uint, void *, LPBITMAPINFO, uint) |
| COLORREF | qt_wince_PALETTEINDEX (WORD wPaletteIndex) |
| HWND | qt_wince_SetClipboardViewer (HWND hWndNewViewer) |
| HINSTANCE | qt_wince_ShellExecute (HWND hwnd, LPCWSTR operation, LPCWSTR file, LPCWSTR params, LPCWSTR dir, int showCmd) |
| #define ALTERNATE 0 |
Definition at line 77 of file qguifunctions_wince.h.
Referenced by QWin32PrintEnginePrivate::composeGdiPath().
| #define ANSI_VAR_FONT 12 |
Definition at line 125 of file qguifunctions_wince.h.
Referenced by draw_text_item_win(), QFontEngineMultiWin::loadEngine(), and loadEngine().
| #define CFSTR_PERFORMEDDROPEFFECT TEXT("Performed DropEffect") |
Definition at line 68 of file qguifunctions_wince.h.
Referenced by QOleDropTarget::Drop(), and QOleDataObject::QOleDataObject().
| #define ChangeClipboardChain | ( | a, | |
| b | |||
| ) | qt_wince_ChangeClipboardChain(a,b); |
Definition at line 139 of file qguifunctions_wince.h.
Referenced by QClipboardData::~QClipboardData().
| #define GET_XBUTTON_WPARAM | ( | wParam | ) | (HIWORD(wParam)) |
Definition at line 64 of file qguifunctions_wince.h.
Definition at line 71 of file qguifunctions_wince.h.
Referenced by QPixmap::fromWinHBITMAP(), and QPixmap::toWinHICON().
| #define GGO_GLYPH_INDEX 0x0080 |
Definition at line 121 of file qguifunctions_wince.h.
Referenced by addGlyphToPath(), QFontEngineWin::boundingBox(), and QFontEngineWin::drawGDIGlyph().
| #define GGO_NATIVE 2 |
Definition at line 120 of file qguifunctions_wince.h.
Referenced by addGlyphToPath().
| #define PALETTEINDEX | ( | a | ) | qt_wince_PALETTEINDEX(a) |
Definition at line 148 of file qguifunctions_wince.h.
| #define SetClipboardViewer | ( | a | ) | qt_wince_SetClipboardViewer(a) |
Definition at line 144 of file qguifunctions_wince.h.
Referenced by clipboardData().
Definition at line 128 of file qguifunctions_wince.h.
Referenced by launchWebBrowser(), and openDocument().
| #define SPI_SETICONTITLELOGFONT 0x0022 |
Definition at line 58 of file qguifunctions_wince.h.
Referenced by QtWndProc().
| #define SPI_SETNONCLIENTMETRICS 72 |
Definition at line 57 of file qguifunctions_wince.h.
Referenced by QtWndProc().
| #define SW_OTHERMAXIMIZED 2 |
Definition at line 61 of file qguifunctions_wince.h.
| #define SW_OTHERRESTORED 4 |
Definition at line 63 of file qguifunctions_wince.h.
| #define SW_PARENTCLOSING 1 |
Definition at line 60 of file qguifunctions_wince.h.
Referenced by QtWndProc().
| #define SW_PARENTOPENING 3 |
Definition at line 62 of file qguifunctions_wince.h.
Referenced by QtWndProc().
| #define SW_SHOWMINIMIZED SW_MINIMIZE |
Definition at line 74 of file qguifunctions_wince.h.
Referenced by qt_grab_cursor(), and qt_tablet_cleanup_wce().
| #define TT_PRIM_CSPLINE 3 |
Definition at line 124 of file qguifunctions_wince.h.
| #define TT_PRIM_LINE 1 |
Definition at line 122 of file qguifunctions_wince.h.
Referenced by addGlyphToPath().
| #define TT_PRIM_QSPLINE 2 |
Definition at line 123 of file qguifunctions_wince.h.
Referenced by addGlyphToPath().
| #define UNDER_NT |
Definition at line 45 of file qguifunctions_wince.h.
| #define WINDING 1 |
Definition at line 78 of file qguifunctions_wince.h.
Referenced by QWin32PrintEnginePrivate::composeGdiPath().
| #define WM_ACTIVATEAPP 0x001c |
Definition at line 59 of file qguifunctions_wince.h.
Referenced by QtWndProc().
| #define WM_CHANGECBCHAIN 1 |
Definition at line 132 of file qguifunctions_wince.h.
Referenced by isProcessBeingDebugged(), and QtWndProc().
| #define WM_DRAWCLIPBOARD 2 |
Definition at line 133 of file qguifunctions_wince.h.
Referenced by isProcessBeingDebugged(), and QtWndProc().
| typedef struct _GLYPHMETRICS GLYPHMETRICS |
| typedef struct tagPOINTFX POINTFX |
| typedef struct tagTTPOLYCURVE TTPOLYCURVE |
| typedef struct tagTTPOLYGONHEADER TTPOLYGONHEADER |
| BOOL qt_wince_ChangeClipboardChain | ( | HWND | hWndRemove, |
| HWND | hWndNewNext | ||
| ) |
Definition at line 231 of file qguifunctions_wince.cpp.
| COLORREF qt_wince_PALETTEINDEX | ( | WORD | wPaletteIndex | ) |
Definition at line 243 of file qguifunctions_wince.cpp.
| HWND qt_wince_SetClipboardViewer | ( | HWND | hWndNewViewer | ) |
Definition at line 236 of file qguifunctions_wince.cpp.
| HINSTANCE qt_wince_ShellExecute | ( | HWND | hwnd, |
| LPCWSTR | operation, | ||
| LPCWSTR | file, | ||
| LPCWSTR | params, | ||
| LPCWSTR | dir, | ||
| int | showCmd | ||
| ) |
Definition at line 216 of file qguifunctions_wince.cpp.