Qt 4.8
Classes | Macros | Typedefs | Functions
qguifunctions_wince.h File Reference
#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)
 

Macro Definition Documentation

◆ ALTERNATE

#define ALTERNATE   0

Definition at line 77 of file qguifunctions_wince.h.

Referenced by QWin32PrintEnginePrivate::composeGdiPath().

◆ ANSI_VAR_FONT

#define ANSI_VAR_FONT   12

◆ CFSTR_PERFORMEDDROPEFFECT

#define CFSTR_PERFORMEDDROPEFFECT   TEXT("Performed DropEffect")

Definition at line 68 of file qguifunctions_wince.h.

Referenced by QOleDropTarget::Drop(), and QOleDataObject::QOleDataObject().

◆ ChangeClipboardChain

#define ChangeClipboardChain (   a,
 
)    qt_wince_ChangeClipboardChain(a,b);

Definition at line 139 of file qguifunctions_wince.h.

Referenced by QClipboardData::~QClipboardData().

◆ GET_XBUTTON_WPARAM

#define GET_XBUTTON_WPARAM (   wParam)    (HIWORD(wParam))

Definition at line 64 of file qguifunctions_wince.h.

◆ GetDIBits

#define GetDIBits (   a,
  b,
  c,
  d,
  e,
  f,
 
)    qt_wince_GetDIBits(a,b,c,d,e,f,g)

Definition at line 71 of file qguifunctions_wince.h.

Referenced by QPixmap::fromWinHBITMAP(), and QPixmap::toWinHICON().

◆ GGO_GLYPH_INDEX

#define GGO_GLYPH_INDEX   0x0080

◆ GGO_NATIVE

#define GGO_NATIVE   2

Definition at line 120 of file qguifunctions_wince.h.

Referenced by addGlyphToPath().

◆ PALETTEINDEX

#define PALETTEINDEX (   a)    qt_wince_PALETTEINDEX(a)

Definition at line 148 of file qguifunctions_wince.h.

◆ SetClipboardViewer

#define SetClipboardViewer (   a)    qt_wince_SetClipboardViewer(a)

Definition at line 144 of file qguifunctions_wince.h.

Referenced by clipboardData().

◆ ShellExecute

#define ShellExecute (   a,
  b,
  c,
  d,
  e,
 
)    qt_wince_ShellExecute(a,b,c,d,e,f)

Definition at line 128 of file qguifunctions_wince.h.

Referenced by launchWebBrowser(), and openDocument().

◆ SPI_SETICONTITLELOGFONT

#define SPI_SETICONTITLELOGFONT   0x0022

Definition at line 58 of file qguifunctions_wince.h.

Referenced by QtWndProc().

◆ SPI_SETNONCLIENTMETRICS

#define SPI_SETNONCLIENTMETRICS   72

Definition at line 57 of file qguifunctions_wince.h.

Referenced by QtWndProc().

◆ SW_OTHERMAXIMIZED

#define SW_OTHERMAXIMIZED   2

Definition at line 61 of file qguifunctions_wince.h.

◆ SW_OTHERRESTORED

#define SW_OTHERRESTORED   4

Definition at line 63 of file qguifunctions_wince.h.

◆ SW_PARENTCLOSING

#define SW_PARENTCLOSING   1

Definition at line 60 of file qguifunctions_wince.h.

Referenced by QtWndProc().

◆ SW_PARENTOPENING

#define SW_PARENTOPENING   3

Definition at line 62 of file qguifunctions_wince.h.

Referenced by QtWndProc().

◆ SW_SHOWMINIMIZED

#define SW_SHOWMINIMIZED   SW_MINIMIZE

Definition at line 74 of file qguifunctions_wince.h.

Referenced by qt_grab_cursor(), and qt_tablet_cleanup_wce().

◆ TT_PRIM_CSPLINE

#define TT_PRIM_CSPLINE   3

Definition at line 124 of file qguifunctions_wince.h.

◆ TT_PRIM_LINE

#define TT_PRIM_LINE   1

Definition at line 122 of file qguifunctions_wince.h.

Referenced by addGlyphToPath().

◆ TT_PRIM_QSPLINE

#define TT_PRIM_QSPLINE   2

Definition at line 123 of file qguifunctions_wince.h.

Referenced by addGlyphToPath().

◆ UNDER_NT

#define UNDER_NT

Definition at line 45 of file qguifunctions_wince.h.

◆ WINDING

#define WINDING   1

Definition at line 78 of file qguifunctions_wince.h.

Referenced by QWin32PrintEnginePrivate::composeGdiPath().

◆ WM_ACTIVATEAPP

#define WM_ACTIVATEAPP   0x001c

Definition at line 59 of file qguifunctions_wince.h.

Referenced by QtWndProc().

◆ WM_CHANGECBCHAIN

#define WM_CHANGECBCHAIN   1

Definition at line 132 of file qguifunctions_wince.h.

Referenced by isProcessBeingDebugged(), and QtWndProc().

◆ WM_DRAWCLIPBOARD

#define WM_DRAWCLIPBOARD   2

Definition at line 133 of file qguifunctions_wince.h.

Referenced by isProcessBeingDebugged(), and QtWndProc().

Typedef Documentation

◆ FIXED

typedef struct _FIXED FIXED

◆ GLYPHMETRICS

typedef struct _GLYPHMETRICS GLYPHMETRICS

◆ MAT2

typedef struct _MAT2 MAT2

◆ POINTFX

typedef struct tagPOINTFX POINTFX

◆ TTPOLYCURVE

typedef struct tagTTPOLYCURVE TTPOLYCURVE

◆ TTPOLYGONHEADER

Function Documentation

◆ qt_wince_ChangeClipboardChain()

BOOL qt_wince_ChangeClipboardChain ( HWND  hWndRemove,
HWND  hWndNewNext 
)

Definition at line 231 of file qguifunctions_wince.cpp.

232 {
233  return FALSE;
234 }
#define FALSE
Synonym for false.
Definition: qglobal.h:1019

◆ qt_wince_GetDIBits()

int qt_wince_GetDIBits ( HDC  ,
HBITMAP  ,
uint  ,
uint  ,
void *  ,
LPBITMAPINFO  ,
uint   
)

◆ qt_wince_PALETTEINDEX()

COLORREF qt_wince_PALETTEINDEX ( WORD  wPaletteIndex)

Definition at line 243 of file qguifunctions_wince.cpp.

244 {
245  return 0;
246 }

◆ qt_wince_SetClipboardViewer()

HWND qt_wince_SetClipboardViewer ( HWND  hWndNewViewer)

Definition at line 236 of file qguifunctions_wince.cpp.

237 {
238  return NULL;
239 }

◆ qt_wince_ShellExecute()

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.

217 {
218  SHELLEXECUTEINFO info;
219  info.hwnd = hwnd;
220  info.lpVerb = L"Open";
221  info.lpFile = file;
222  info.lpParameters = params;
223  info.lpDirectory = dir;
224  info.nShow = showCmd;
225  info.cbSize = sizeof(info);
226  ShellExecuteEx(&info);
227  return info.hInstApp;
228 }
static mach_timebase_info_data_t info