Qt 4.8
qguifunctions_wince.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4 ** Contact: http://www.qt-project.org/legal
5 **
6 ** This file is part of the QtGui module of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:LGPL$
9 ** Commercial License Usage
10 ** Licensees holding valid commercial Qt licenses may use this file in
11 ** accordance with the commercial license agreement provided with the
12 ** Software or, alternatively, in accordance with the terms contained in
13 ** a written agreement between you and Digia. For licensing terms and
14 ** conditions see http://qt.digia.com/licensing. For further information
15 ** use the contact form at http://qt.digia.com/contact-us.
16 **
17 ** GNU Lesser General Public License Usage
18 ** Alternatively, this file may be used under the terms of the GNU Lesser
19 ** General Public License version 2.1 as published by the Free Software
20 ** Foundation and appearing in the file LICENSE.LGPL included in the
21 ** packaging of this file. Please review the following information to
22 ** ensure the GNU Lesser General Public License version 2.1 requirements
23 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
24 **
25 ** In addition, as a special exception, Digia gives you certain additional
26 ** rights. These rights are described in the Digia Qt LGPL Exception
27 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
28 **
29 ** GNU General Public License Usage
30 ** Alternatively, this file may be used under the terms of the GNU
31 ** General Public License version 3.0 as published by the Free Software
32 ** Foundation and appearing in the file LICENSE.GPL included in the
33 ** packaging of this file. Please review the following information to
34 ** ensure the GNU General Public License version 3.0 requirements will be
35 ** met: http://www.gnu.org/copyleft/gpl.html.
36 **
37 **
38 ** $QT_END_LICENSE$
39 **
40 ****************************************************************************/
41 #ifndef QGUIFUNCTIONS_WCE_H
42 #define QGUIFUNCTIONS_WCE_H
43 #ifdef Q_OS_WINCE
44 #include <QtCore/qfunctions_wince.h>
45 #define UNDER_NT
46 #include <wingdi.h>
47 
48 #ifdef QT_BUILD_GUI_LIB
51 QT_MODULE(Gui)
54 #endif
55 
56 // application defines
57 #define SPI_SETNONCLIENTMETRICS 72
58 #define SPI_SETICONTITLELOGFONT 0x0022
59 #define WM_ACTIVATEAPP 0x001c
60 #define SW_PARENTCLOSING 1
61 #define SW_OTHERMAXIMIZED 2
62 #define SW_PARENTOPENING 3
63 #define SW_OTHERRESTORED 4
64 #define GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam))
65 
66 // drag n drop
67 #ifndef CFSTR_PERFORMEDDROPEFFECT
68 #define CFSTR_PERFORMEDDROPEFFECT TEXT("Performed DropEffect")
69 #endif
70 int qt_wince_GetDIBits(HDC, HBITMAP, uint, uint, void*, LPBITMAPINFO, uint);
71 #define GetDIBits(a,b,c,d,e,f,g) qt_wince_GetDIBits(a,b,c,d,e,f,g)
72 
73 // QWidget
74 #define SW_SHOWMINIMIZED SW_MINIMIZE
75 
76 // QRegion
77 #define ALTERNATE 0
78 #define WINDING 1
79 
80 // QFontEngine
81 typedef struct _FIXED {
82  WORD fract;
83  short value;
84 } FIXED;
85 
86 typedef struct tagPOINTFX {
89 } POINTFX;
90 
91 typedef struct _MAT2 {
96 } MAT2;
97 
98 typedef struct _GLYPHMETRICS {
102  short gmCellIncX;
103  short gmCellIncY;
104 } GLYPHMETRICS;
105 
106 typedef struct tagTTPOLYGONHEADER
107 {
108  DWORD cb;
109  DWORD dwType;
112 
113 typedef struct tagTTPOLYCURVE
114 {
115  WORD wType;
116  WORD cpfx;
117  POINTFX apfx[1];
118 } TTPOLYCURVE;
119 
120 #define GGO_NATIVE 2
121 #define GGO_GLYPH_INDEX 0x0080
122 #define TT_PRIM_LINE 1
123 #define TT_PRIM_QSPLINE 2
124 #define TT_PRIM_CSPLINE 3
125 #define ANSI_VAR_FONT 12
126 
127 HINSTANCE qt_wince_ShellExecute(HWND hwnd, LPCWSTR operation, LPCWSTR file, LPCWSTR params, LPCWSTR dir, int showCmd);
128 #define ShellExecute(a,b,c,d,e,f) qt_wince_ShellExecute(a,b,c,d,e,f)
129 
130 
131 // Clipboard --------------------------------------------------------
132 #define WM_CHANGECBCHAIN 1
133 #define WM_DRAWCLIPBOARD 2
134 
136  HWND hWndRemove, // handle to window to remove
137  HWND hWndNewNext // handle to next window
138 );
139 #define ChangeClipboardChain(a,b) qt_wince_ChangeClipboardChain(a,b);
140 
142  HWND hWndNewViewer // handle to clipboard viewer window
143 );
144 #define SetClipboardViewer(a) qt_wince_SetClipboardViewer(a)
145 
146 // Graphics ---------------------------------------------------------
147 COLORREF qt_wince_PALETTEINDEX( WORD wPaletteIndex );
148 #define PALETTEINDEX(a) qt_wince_PALETTEINDEX(a)
149 
150 #endif // Q_OS_WINCE
151 #endif // QGUIFUNCTIONS_WCE_H
COLORREF qt_wince_PALETTEINDEX(WORD wPaletteIndex)
#define QT_END_NAMESPACE
This macro expands to.
Definition: qglobal.h:90
#define QT_MODULE(x)
Definition: qglobal.h:2783
struct _FIXED FIXED
#define QT_BEGIN_HEADER
Definition: qglobal.h:136
int qt_wince_GetDIBits(HDC, HBITMAP, uint, uint, void *, LPBITMAPINFO, uint)
struct tagTTPOLYCURVE TTPOLYCURVE
#define QT_BEGIN_NAMESPACE
This macro expands to.
Definition: qglobal.h:89
unsigned int uint
Definition: qglobal.h:996
struct _MAT2 MAT2
struct tagTTPOLYGONHEADER TTPOLYGONHEADER
struct _GLYPHMETRICS GLYPHMETRICS
BOOL qt_wince_ChangeClipboardChain(HWND hWndRemove, HWND hWndNewNext)
#define QT_END_HEADER
Definition: qglobal.h:137
struct tagPOINTFX POINTFX
HINSTANCE qt_wince_ShellExecute(HWND hwnd, LPCWSTR operation, LPCWSTR file, LPCWSTR params, LPCWSTR dir, int showCmd)
HWND qt_wince_SetClipboardViewer(HWND hWndNewViewer)