Qt 4.8
Classes | Macros | Typedefs | Functions | Variables
qfunctions_wince.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <winuser.h>
#include <winbase.h>
#include <objbase.h>
#include <kfuncs.h>
#include <ctype.h>
#include <time.h>
#include <crtdefs.h>
#include <altcecrt.h>
#include <winsock.h>
#include <ceconfig.h>

Go to the source code of this file.

Classes

struct  stat
 
struct  tm
 

Macros

#define _beginthread(a, b, c)   qt_wince__beginthread(a,b,c)
 
#define _beginthreadex(a, b, c, d, e, f)   qt_wince__beginthreadex(a,b,c,d,e,f)
 
#define _chmod(a, b)   qt_wince__chmod(a,b)
 
#define _control87   _controlfp
 
#define _endthreadex(a)   qt_wince__endthreadex(a)
 
#define _fdopen(a, b)   qt_wince__fdopen(a,b)
 
#define _getdrive()   qt_wince__getdrive()
 
#define _getpid()   qt_wince__getpid()
 
#define _IOFBF   0x0000
 
#define _IOLBF   0x0040
 
#define _IONBF   0x0004
 
#define _O_APPEND   0x0020
 
#define _O_CREAT   0x0008
 
#define _O_EXCL   0x0040
 
#define _O_RDONLY   0x0001
 
#define _O_RDWR   0x0002
 
#define _O_TRUNC   0x0010
 
#define _O_WRONLY   0x0004
 
#define _putenv_s(a, b)   qt_wince__putenv_s(a,b)
 
#define _remove(a)   qt_wince__remove(a)
 
#define _rename(a, b)   qt_wince__rename(a,b)
 
#define _S_IFCHR   0x0100
 
#define _S_IFDIR   0x0200
 
#define _S_IFMT   0x0600
 
#define _S_IFREG   0x0400
 
#define _S_IREAD   0x0010
 
#define _S_IWRITE   0x0008
 
#define _STAT_DEFINED
 
#define _TIME_T_DEFINED
 
#define _TM_DEFINED
 
#define _waccess(a, b)   qt_wince__waccess(a,b)
 
#define _wchmod(a, b)   qt_wince__wchmod(a,b)
 
#define _wopen(a, b, c)   qt_wince__wopen(a,b,c)
 
#define bsearch(a, b, c, d, e)   qt_wince_bsearch(a,b,c,d,e)
 
#define calloc(a, b)   qt_wince_calloc(a,b)
 
#define CF_HDROP   15
 
#define CF_METAFILEPICT   3
 
#define CoInitialize(x)   CoInitializeEx(x, COINIT_MULTITHREADED)
 
#define CREATE_NO_WINDOW   2
 
#define CreateFileA(a, b, c, d, e, f, g)   qt_wince_CreateFileA(a,b,c,d,e,f,g)
 
#define DEFAULT_GUI_FONT   SYSTEM_FONT
 
#define ETO_GLYPH_INDEX   0x0010
 
#define fdopen(a, b)   qt_wince_fdopen(a,b)
 
#define FTP_TRANSFER_TYPE_ASCII   0x00000001
 
#define FTP_TRANSFER_TYPE_BINARY   0x00000002
 
#define getenv_s(a, b, c, d)   qt_wince_getenv_s(a,b,c,d)
 
#define GetThreadLocale()   qt_wince_GetThreadLocale()
 
#define GMEM_MOVEABLE   LMEM_MOVEABLE
 
#define GPTR   LPTR
 
#define HWND_NOTOPMOST   ((HWND)-2)
 
#define HWND_TOPMOST   ((HWND)-1)
 
#define IDC_APPSTARTING   MAKEINTRESOURCE(32650)
 
#define IDC_ARROW   MAKEINTRESOURCE(32512)
 
#define IDC_CROSS   MAKEINTRESOURCE(32515)
 
#define IDC_HAND   MAKEINTRESOURCE(32649)
 
#define IDC_HELP   MAKEINTRESOURCE(32651)
 
#define IDC_IBEAM   MAKEINTRESOURCE(32513)
 
#define IDC_ICON   MAKEINTRESOURCE(32512)
 
#define IDC_NO   MAKEINTRESOURCE(32648)
 
#define IDC_SIZE   MAKEINTRESOURCE(32646)
 
#define IDC_SIZEALL   MAKEINTRESOURCE(32646)
 
#define IDC_SIZENESW   MAKEINTRESOURCE(32643)
 
#define IDC_SIZENS   MAKEINTRESOURCE(32645)
 
#define IDC_SIZENWSE   MAKEINTRESOURCE(32642)
 
#define IDC_SIZEWE   MAKEINTRESOURCE(32644)
 
#define IDC_UPARROW   MAKEINTRESOURCE(32516)
 
#define IDC_WAIT   MAKEINTRESOURCE(32514)
 
#define KF_ALTDOWN   0x2000
 
#define MM_ANISOTROPIC   8
 
#define MWMO_ALERTABLE   0x0002
 
#define NO_ERRNO_H
 
#define O_APPEND   _O_APPEND
 
#define O_CREAT   _O_CREAT
 
#define O_EXCL   _O_EXCL
 
#define O_RDONLY   _O_RDONLY
 
#define O_RDWR   _O_RDWR
 
#define O_TRUNC   _O_TRUNC
 
#define O_WRONLY   _O_WRONLY
 
#define PD_ALLPAGES   0
 
#define PD_HIDEPRINTTOFILE   0
 
#define PD_NOPAGENUMS   0
 
#define PD_NOSELECTION   0
 
#define PD_USEDEVMODECOPIES   0
 
#define PS_DOT   2
 
#define rewind(a)   qt_wince_rewind(a)
 
#define S_IFCHR   _S_IFCHR
 
#define S_IFDIR   _S_IFDIR
 
#define S_IFMT   _S_IFMT
 
#define S_IFREG   _S_IFREG
 
#define S_IREAD   _S_IREAD
 
#define S_IWRITE   _S_IWRITE
 
#define SEM_FAILCRITICALERRORS   0x0001
 
#define SEM_NOOPENFILEERRORBOX   0x0002
 
#define SetErrorMode(a)   qt_wince_SetErrorMode(a)
 
#define SetWindowOrgEx(a, b, c, d)   qt_wince_SetWindowOrgEx(a,b,c,d)
 
#define SM_CXCURSOR   13
 
#define SM_CYCURSOR   14
 
#define SPI_GETWORKAREA   48
 
#define SW_NORMAL   (SW_SHOWNORMAL)
 
#define SW_RESTORE   (SW_SHOWNORMAL)
 
#define SWP_NOREDRAW   0
 
#define time_tToFt(a)   qt_wince_time_tToFt(a)
 
#define TLS_OUT_OF_INDEXES   0xffffffff
 
#define tmpfile()   qt_wince_tmpfile()
 
#define WAIT_OBJECT_0   0x00000000L
 
#define WM_ENTERIDLE   0x0121
 
#define WM_NCCREATE   (0x0081)
 
#define WM_NCDESTROY   (WM_APP-1)
 
#define WM_PARENTNOTIFY   0
 
#define WM_PRINT   WM_PAINT
 
#define WM_SETCURSOR   0x0020
 
#define WS_EX_CAPTIONOKBTN   0x80000000L
 
#define WS_EX_NODRAG   0x40000000L
 
#define WS_EX_NOPARENTNOTIFY   0
 
#define WS_EX_TOOLWINDOW   0
 
#define WS_MAXIMIZE   0
 
#define WS_MINIMIZE   0
 
#define WS_OVERLAPPEDWINDOW   WS_OVERLAPPED|WS_CAPTION|WS_SYSMENU|WS_THICKFRAME|WS_MINIMIZEBOX|WS_MAXIMIZEBOX
 
#define WS_POPUPWINDOW   WS_POPUP|WS_BORDER|WS_SYSMENU|WS_CAPTION
 
#define WS_THICKFRAME   WS_DLGFRAME
 
#define WS_TILED   WS_OVERLAPPED
 
#define WS_TILEDWINDOW   WS_OVERLAPPEDWINDOW
 
#define WSAGETSELECTEVENT(lParam)   LOWORD(lParam)
 

Typedefs

typedef HANDLE HDROP
 
typedef int mode_t
 
typedef DWORD OLE_COLOR
 
typedef unsigned long time_t
 
typedef UINT UWORD
 

Functions

template<class T >
std::floor (const T &a)
 
int qt_wince___fileno (FILE *)
 
int qt_wince__access (const char *path, int pmode)
 
HANDLE qt_wince__beginthread (void(*start_address)(void *), unsigned stack_size, void *arglist)
 
unsigned long qt_wince__beginthreadex (void *security, unsigned stack_size, unsigned(__stdcall *start_address)(void *), void *arglist, unsigned initflag, unsigned *thrdaddr)
 
bool qt_wince__chmod (const char *file, int mode)
 
int qt_wince__close (int handle)
 
void qt_wince__endthreadex (unsigned nExitCode)
 
FILE * qt_wince__fdopen (int handle, const char *mode)
 
int qt_wince__fstat (int handle, struct stat *buffer)
 
int qt_wince__getdrive (void)
 
int qt_wince__getpid (void)
 
long qt_wince__lseek (int handle, long offset, int origin)
 
int qt_wince__mkdir (const char *dirname)
 
errno_t qt_wince__putenv_s (const char *, const char *)
 
int qt_wince__read (int handle, void *buffer, unsigned int count)
 
int qt_wince__remove (const char *name)
 
int qt_wince__rename (const char *oldname, const char *newname)
 
int qt_wince__rmdir (const char *dirname)
 
int qt_wince__waccess (const wchar_t *path, int pmode)
 
bool qt_wince__wchmod (const wchar_t *file, int mode)
 
int qt_wince__wopen (const wchar_t *filename, int oflag, int pmode)
 
int qt_wince__write (int handle, const void *buffer, unsigned int count)
 
void * qt_wince_bsearch (const void *key, const void *base, size_t num, size_t size, int(__cdecl *compare)(const void *, const void *))
 
void * qt_wince_calloc (size_t num, size_t size)
 
HANDLE qt_wince_CreateFileA (LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE)
 
FILE * qt_wince_fdopen (int handle, const char *mode)
 
errno_t qt_wince_getenv_s (size_t *, char *, size_t, const char *)
 
DWORD qt_wince_GetThreadLocale (void)
 
int qt_wince_open (const char *filename, int oflag, int pmode=0)
 
void qt_wince_rewind (FILE *stream)
 
int qt_wince_SetErrorMode (int)
 
BOOL qt_wince_SetWindowOrgEx (HDC hdc, int X, int Y, LPPOINT lpPoint)
 
int qt_wince_stat (const char *path, struct stat *buffer)
 
FILETIME qt_wince_time_tToFt (time_t tt)
 
FILE * qt_wince_tmpfile (void)
 

Variables

int errno
 

Macro Definition Documentation

◆ _beginthread

#define _beginthread (   a,
  b,
  c 
)    qt_wince__beginthread(a,b,c)

Definition at line 404 of file qfunctions_wince.h.

◆ _beginthreadex

#define _beginthreadex (   a,
  b,
  c,
  d,
  e,
 
)    qt_wince__beginthreadex(a,b,c,d,e,f)

Definition at line 405 of file qfunctions_wince.h.

Referenced by QThreadPrivate::finish().

◆ _chmod

#define _chmod (   a,
 
)    qt_wince__chmod(a,b)

Definition at line 398 of file qfunctions_wince.h.

◆ _control87

#define _control87   _controlfp

Definition at line 73 of file qfunctions_wince.h.

Referenced by qdtoa(), and quorem().

◆ _endthreadex

#define _endthreadex (   a)    qt_wince__endthreadex(a)

Definition at line 406 of file qfunctions_wince.h.

Referenced by QThreadPrivate::finish().

◆ _fdopen

#define _fdopen (   a,
 
)    qt_wince__fdopen(a,b)

Definition at line 391 of file qfunctions_wince.h.

◆ _getdrive

#define _getdrive ( )    qt_wince__getdrive()

Definition at line 388 of file qfunctions_wince.h.

Referenced by QFSFileEnginePrivate::longFileName().

◆ _getpid

#define _getpid ( )    qt_wince__getpid()

Definition at line 386 of file qfunctions_wince.h.

◆ _IOFBF

#define _IOFBF   0x0000

Definition at line 152 of file qfunctions_wince.h.

◆ _IOLBF

#define _IOLBF   0x0040

Definition at line 156 of file qfunctions_wince.h.

◆ _IONBF

#define _IONBF   0x0004

Definition at line 160 of file qfunctions_wince.h.

◆ _O_APPEND

#define _O_APPEND   0x0020

Definition at line 126 of file qfunctions_wince.h.

Referenced by QFSFileEnginePrivate::longFileName().

◆ _O_CREAT

#define _O_CREAT   0x0008

Definition at line 124 of file qfunctions_wince.h.

◆ _O_EXCL

#define _O_EXCL   0x0040

Definition at line 127 of file qfunctions_wince.h.

◆ _O_RDONLY

#define _O_RDONLY   0x0001

Definition at line 121 of file qfunctions_wince.h.

Referenced by QFSFileEnginePrivate::longFileName().

◆ _O_RDWR

#define _O_RDWR   0x0002

Definition at line 122 of file qfunctions_wince.h.

◆ _O_TRUNC

#define _O_TRUNC   0x0010

Definition at line 125 of file qfunctions_wince.h.

◆ _O_WRONLY

#define _O_WRONLY   0x0004

Definition at line 123 of file qfunctions_wince.h.

◆ _putenv_s

#define _putenv_s (   a,
 
)    qt_wince__putenv_s(a,b)

Definition at line 385 of file qfunctions_wince.h.

Referenced by qErrnoWarning().

◆ _remove

#define _remove (   a)    qt_wince__remove(a)

Definition at line 396 of file qfunctions_wince.h.

◆ _rename

#define _rename (   a,
 
)    qt_wince__rename(a,b)

Definition at line 395 of file qfunctions_wince.h.

◆ _S_IFCHR

#define _S_IFCHR   0x0100

Definition at line 139 of file qfunctions_wince.h.

◆ _S_IFDIR

#define _S_IFDIR   0x0200

Definition at line 138 of file qfunctions_wince.h.

◆ _S_IFMT

#define _S_IFMT   0x0600

Definition at line 137 of file qfunctions_wince.h.

◆ _S_IFREG

#define _S_IFREG   0x0400

Definition at line 140 of file qfunctions_wince.h.

◆ _S_IREAD

#define _S_IREAD   0x0010

◆ _S_IWRITE

#define _S_IWRITE   0x0008

◆ _STAT_DEFINED

#define _STAT_DEFINED

Definition at line 165 of file qfunctions_wince.h.

◆ _TIME_T_DEFINED

#define _TIME_T_DEFINED

Definition at line 275 of file qfunctions_wince.h.

◆ _TM_DEFINED

#define _TM_DEFINED

Definition at line 104 of file qfunctions_wince.h.

◆ _waccess

#define _waccess (   a,
 
)    qt_wince__waccess(a,b)

Definition at line 389 of file qfunctions_wince.h.

Referenced by QFileSystemEngine::fillPermissions().

◆ _wchmod

#define _wchmod (   a,
 
)    qt_wince__wchmod(a,b)

Definition at line 399 of file qfunctions_wince.h.

Referenced by isDirPath().

◆ _wopen

#define _wopen (   a,
  b,
  c 
)    qt_wince__wopen(a,b,c)

Definition at line 390 of file qfunctions_wince.h.

◆ bsearch

#define bsearch (   a,
  b,
  c,
  d,
 
)    qt_wince_bsearch(a,b,c,d,e)

Definition at line 407 of file qfunctions_wince.h.

◆ calloc

#define calloc (   a,
 
)    qt_wince_calloc(a,b)

◆ CF_HDROP

#define CF_HDROP   15

◆ CF_METAFILEPICT

#define CF_METAFILEPICT   3

Definition at line 316 of file qfunctions_wince.h.

◆ CoInitialize

#define CoInitialize (   x)    CoInitializeEx(x, COINIT_MULTITHREADED)

◆ CREATE_NO_WINDOW

#define CREATE_NO_WINDOW   2

Definition at line 244 of file qfunctions_wince.h.

Referenced by qt_create_commandline().

◆ CreateFileA

#define CreateFileA (   a,
  b,
  c,
  d,
  e,
  f,
 
)    qt_wince_CreateFileA(a,b,c,d,e,f,g)

Definition at line 400 of file qfunctions_wince.h.

◆ DEFAULT_GUI_FONT

#define DEFAULT_GUI_FONT   SYSTEM_FONT

Definition at line 303 of file qfunctions_wince.h.

Referenced by qt_init().

◆ ETO_GLYPH_INDEX

#define ETO_GLYPH_INDEX   0x0010

Definition at line 230 of file qfunctions_wince.h.

Referenced by draw_text_item_win(), and QFontEngineWin::drawGDIGlyph().

◆ fdopen

#define fdopen (   a,
 
)    qt_wince_fdopen(a,b)

Definition at line 392 of file qfunctions_wince.h.

◆ FTP_TRANSFER_TYPE_ASCII

#define FTP_TRANSFER_TYPE_ASCII   0x00000001

Definition at line 347 of file qfunctions_wince.h.

◆ FTP_TRANSFER_TYPE_BINARY

#define FTP_TRANSFER_TYPE_BINARY   0x00000002

Definition at line 349 of file qfunctions_wince.h.

◆ getenv_s

#define getenv_s (   a,
  b,
  c,
  d 
)    qt_wince_getenv_s(a,b,c,d)

Definition at line 384 of file qfunctions_wince.h.

Referenced by qErrnoWarning().

◆ GetThreadLocale

#define GetThreadLocale ( )    qt_wince_GetThreadLocale()

Definition at line 403 of file qfunctions_wince.h.

◆ GMEM_MOVEABLE

#define GMEM_MOVEABLE   LMEM_MOVEABLE

◆ GPTR

#define GPTR   LPTR

Definition at line 342 of file qfunctions_wince.h.

◆ HWND_NOTOPMOST

#define HWND_NOTOPMOST   ((HWND)-2)

Definition at line 309 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ HWND_TOPMOST

#define HWND_TOPMOST   ((HWND)-1)

Definition at line 308 of file qfunctions_wince.h.

Referenced by decodeMSG(), qt_tablet_cleanup_wce(), and QApplication::winFocus().

◆ IDC_APPSTARTING

#define IDC_APPSTARTING   MAKEINTRESOURCE(32650)

Definition at line 336 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_ARROW

#define IDC_ARROW   MAKEINTRESOURCE(32512)

Definition at line 323 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_CROSS

#define IDC_CROSS   MAKEINTRESOURCE(32515)

Definition at line 326 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_HAND

#define IDC_HAND   MAKEINTRESOURCE(32649)

Definition at line 338 of file qfunctions_wince.h.

◆ IDC_HELP

#define IDC_HELP   MAKEINTRESOURCE(32651)

Definition at line 337 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_IBEAM

#define IDC_IBEAM   MAKEINTRESOURCE(32513)

Definition at line 324 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_ICON

#define IDC_ICON   MAKEINTRESOURCE(32512)

Definition at line 329 of file qfunctions_wince.h.

◆ IDC_NO

#define IDC_NO   MAKEINTRESOURCE(32648)

Definition at line 335 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_SIZE

#define IDC_SIZE   MAKEINTRESOURCE(32646)

Definition at line 328 of file qfunctions_wince.h.

◆ IDC_SIZEALL

#define IDC_SIZEALL   MAKEINTRESOURCE(32646)

Definition at line 334 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_SIZENESW

#define IDC_SIZENESW   MAKEINTRESOURCE(32643)

Definition at line 331 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_SIZENS

#define IDC_SIZENS   MAKEINTRESOURCE(32645)

Definition at line 333 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_SIZENWSE

#define IDC_SIZENWSE   MAKEINTRESOURCE(32642)

Definition at line 330 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_SIZEWE

#define IDC_SIZEWE   MAKEINTRESOURCE(32644)

Definition at line 332 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_UPARROW

#define IDC_UPARROW   MAKEINTRESOURCE(32516)

Definition at line 327 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ IDC_WAIT

#define IDC_WAIT   MAKEINTRESOURCE(32514)

Definition at line 325 of file qfunctions_wince.h.

Referenced by create32BitCursor().

◆ KF_ALTDOWN

#define KF_ALTDOWN   0x2000

Definition at line 318 of file qfunctions_wince.h.

Referenced by QKeyMapperPrivate::isADeadKey().

◆ MM_ANISOTROPIC

#define MM_ANISOTROPIC   8

Definition at line 317 of file qfunctions_wince.h.

Referenced by QAxServerBase::GetData().

◆ MWMO_ALERTABLE

#define MWMO_ALERTABLE   0x0002

Definition at line 242 of file qfunctions_wince.h.

Referenced by QEventDispatcherWin32::processEvents().

◆ NO_ERRNO_H

#define NO_ERRNO_H

Definition at line 95 of file qfunctions_wince.h.

◆ O_APPEND

#define O_APPEND   _O_APPEND

Definition at line 134 of file qfunctions_wince.h.

Referenced by QProcessPrivate::createChannel().

◆ O_CREAT

#define O_CREAT   _O_CREAT

◆ O_EXCL

#define O_EXCL   _O_EXCL

◆ O_RDONLY

#define O_RDONLY   _O_RDONLY

◆ O_RDWR

#define O_RDWR   _O_RDWR

◆ O_TRUNC

#define O_TRUNC   _O_TRUNC

◆ O_WRONLY

#define O_WRONLY   _O_WRONLY

◆ PD_ALLPAGES

#define PD_ALLPAGES   0

Definition at line 311 of file qfunctions_wince.h.

Referenced by qt_win_setup_PRINTDLGEX().

◆ PD_HIDEPRINTTOFILE

#define PD_HIDEPRINTTOFILE   0

Definition at line 314 of file qfunctions_wince.h.

◆ PD_NOPAGENUMS

#define PD_NOPAGENUMS   0

Definition at line 315 of file qfunctions_wince.h.

Referenced by qt_win_setup_PRINTDLGEX().

◆ PD_NOSELECTION

#define PD_NOSELECTION   0

Definition at line 313 of file qfunctions_wince.h.

Referenced by qt_win_setup_PRINTDLGEX().

◆ PD_USEDEVMODECOPIES

#define PD_USEDEVMODECOPIES   0

Definition at line 312 of file qfunctions_wince.h.

◆ PS_DOT

#define PS_DOT   2

Definition at line 310 of file qfunctions_wince.h.

◆ rewind

#define rewind (   a)    qt_wince_rewind(a)

◆ S_IFCHR

#define S_IFCHR   _S_IFCHR

Definition at line 146 of file qfunctions_wince.h.

◆ S_IFDIR

#define S_IFDIR   _S_IFDIR

◆ S_IFMT

#define S_IFMT   _S_IFMT

◆ S_IFREG

#define S_IFREG   _S_IFREG

Definition at line 147 of file qfunctions_wince.h.

Referenced by QFileSystemMetaData::fillFromStatBuf().

◆ S_IREAD

#define S_IREAD   _S_IREAD

Definition at line 148 of file qfunctions_wince.h.

◆ S_IWRITE

#define S_IWRITE   _S_IWRITE

Definition at line 149 of file qfunctions_wince.h.

◆ SEM_FAILCRITICALERRORS

#define SEM_FAILCRITICALERRORS   0x0001

◆ SEM_NOOPENFILEERRORBOX

#define SEM_NOOPENFILEERRORBOX   0x0002

◆ SetErrorMode

#define SetErrorMode (   a)    qt_wince_SetErrorMode(a)

◆ SetWindowOrgEx

#define SetWindowOrgEx (   a,
  b,
  c,
  d 
)    qt_wince_SetWindowOrgEx(a,b,c,d)

Definition at line 401 of file qfunctions_wince.h.

Referenced by QAxServerBase::GetData().

◆ SM_CXCURSOR

#define SM_CXCURSOR   13

Definition at line 234 of file qfunctions_wince.h.

Referenced by create32BitCursor(), and QOleDropSource::createCursors().

◆ SM_CYCURSOR

#define SM_CYCURSOR   14

Definition at line 237 of file qfunctions_wince.h.

Referenced by create32BitCursor(), and QOleDropSource::createCursors().

◆ SPI_GETWORKAREA

#define SPI_GETWORKAREA   48

◆ SW_NORMAL

#define SW_NORMAL   (SW_SHOWNORMAL)

Definition at line 301 of file qfunctions_wince.h.

Referenced by QAxServerBase::internalActivate().

◆ SW_RESTORE

#define SW_RESTORE   (SW_SHOWNORMAL)

Definition at line 299 of file qfunctions_wince.h.

◆ SWP_NOREDRAW

#define SWP_NOREDRAW   0

Definition at line 305 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ time_tToFt

#define time_tToFt (   a)    qt_wince_time_tToFt(a)

Definition at line 387 of file qfunctions_wince.h.

Referenced by localToUtc(), and utcToLocal().

◆ TLS_OUT_OF_INDEXES

#define TLS_OUT_OF_INDEXES   0xffffffff

Definition at line 249 of file qfunctions_wince.h.

Referenced by qt_create_tls(), and qt_free_tls().

◆ tmpfile

#define tmpfile ( )    qt_wince_tmpfile()

Definition at line 394 of file qfunctions_wince.h.

◆ WAIT_OBJECT_0

#define WAIT_OBJECT_0   0x00000000L

◆ WM_ENTERIDLE

#define WM_ENTERIDLE   0x0121

Definition at line 293 of file qfunctions_wince.h.

◆ WM_NCCREATE

#define WM_NCCREATE   (0x0081)

Definition at line 295 of file qfunctions_wince.h.

Referenced by qt_internal_proc().

◆ WM_NCDESTROY

#define WM_NCDESTROY   (WM_APP-1)

Definition at line 297 of file qfunctions_wince.h.

Referenced by QAxServerBase::ActiveXProc().

◆ WM_PARENTNOTIFY

#define WM_PARENTNOTIFY   0

Definition at line 296 of file qfunctions_wince.h.

◆ WM_PRINT

#define WM_PRINT   WM_PAINT

Definition at line 294 of file qfunctions_wince.h.

◆ WM_SETCURSOR

#define WM_SETCURSOR   0x0020

Definition at line 322 of file qfunctions_wince.h.

Referenced by decodeMSG(), and QtWndProc().

◆ WS_EX_CAPTIONOKBTN

#define WS_EX_CAPTIONOKBTN   0x80000000L

Definition at line 371 of file qfunctions_wince.h.

Referenced by decodeMSG(), and qt_tablet_cleanup_wce().

◆ WS_EX_NODRAG

#define WS_EX_NODRAG   0x40000000L

Definition at line 375 of file qfunctions_wince.h.

Referenced by qt_tablet_cleanup_wce(), and qt_wince_maximize().

◆ WS_EX_NOPARENTNOTIFY

#define WS_EX_NOPARENTNOTIFY   0

Definition at line 292 of file qfunctions_wince.h.

Referenced by decodeMSG(), and qt_tablet_cleanup_wce().

◆ WS_EX_TOOLWINDOW

#define WS_EX_TOOLWINDOW   0

Definition at line 290 of file qfunctions_wince.h.

Referenced by decodeMSG(), and qt_tablet_cleanup_wce().

◆ WS_MAXIMIZE

#define WS_MAXIMIZE   0

Definition at line 287 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ WS_MINIMIZE

#define WS_MINIMIZE   0

Definition at line 288 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ WS_OVERLAPPEDWINDOW

#define WS_OVERLAPPEDWINDOW   WS_OVERLAPPED|WS_CAPTION|WS_SYSMENU|WS_THICKFRAME|WS_MINIMIZEBOX|WS_MAXIMIZEBOX

Definition at line 359 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ WS_POPUPWINDOW

#define WS_POPUPWINDOW   WS_POPUP|WS_BORDER|WS_SYSMENU|WS_CAPTION

Definition at line 355 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ WS_THICKFRAME

#define WS_THICKFRAME   WS_DLGFRAME

Definition at line 280 of file qfunctions_wince.h.

Referenced by decodeMSG(), and getWindowBottomMargin().

◆ WS_TILED

#define WS_TILED   WS_OVERLAPPED

Definition at line 363 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ WS_TILEDWINDOW

#define WS_TILEDWINDOW   WS_OVERLAPPEDWINDOW

Definition at line 367 of file qfunctions_wince.h.

Referenced by decodeMSG().

◆ WSAGETSELECTEVENT

#define WSAGETSELECTEVENT (   lParam)    LOWORD(lParam)

Definition at line 307 of file qfunctions_wince.h.

Referenced by qt_internal_proc().

Typedef Documentation

◆ HDROP

typedef HANDLE HDROP

Definition at line 277 of file qfunctions_wince.h.

◆ mode_t

typedef int mode_t

Definition at line 177 of file qfunctions_wince.h.

◆ OLE_COLOR

typedef DWORD OLE_COLOR

Definition at line 351 of file qfunctions_wince.h.

◆ time_t

typedef unsigned long time_t

Definition at line 274 of file qfunctions_wince.h.

◆ UWORD

typedef UINT UWORD

Definition at line 283 of file qfunctions_wince.h.

Function Documentation

◆ floor()

template<class T >
T std::floor ( const T &  a)
inline

Definition at line 88 of file qfunctions_wince.h.

Referenced by std::floor().

88 {return ::floor(a);}
long ASN1_INTEGER_get ASN1_INTEGER * a

◆ qt_wince___fileno()

int qt_wince___fileno ( FILE *  )

◆ qt_wince__access()

int qt_wince__access ( const char *  path,
int  pmode 
)

◆ qt_wince__beginthread()

HANDLE qt_wince__beginthread ( void(*)(void *)  start_address,
unsigned  stack_size,
void *  arglist 
)

◆ qt_wince__beginthreadex()

unsigned long qt_wince__beginthreadex ( void *  security,
unsigned  stack_size,
unsigned(__stdcall *start_address)(void *)  ,
void *  arglist,
unsigned  initflag,
unsigned *  thrdaddr 
)

◆ qt_wince__chmod()

bool qt_wince__chmod ( const char *  file,
int  mode 
)

◆ qt_wince__close()

int qt_wince__close ( int  handle)

◆ qt_wince__endthreadex()

void qt_wince__endthreadex ( unsigned  nExitCode)

◆ qt_wince__fdopen()

FILE* qt_wince__fdopen ( int  handle,
const char *  mode 
)

◆ qt_wince__fstat()

int qt_wince__fstat ( int  handle,
struct stat buffer 
)

◆ qt_wince__getdrive()

int qt_wince__getdrive ( void  )

◆ qt_wince__getpid()

int qt_wince__getpid ( void  )

◆ qt_wince__lseek()

long qt_wince__lseek ( int  handle,
long  offset,
int  origin 
)

◆ qt_wince__mkdir()

int qt_wince__mkdir ( const char *  dirname)

◆ qt_wince__putenv_s()

errno_t qt_wince__putenv_s ( const char *  ,
const char *   
)

◆ qt_wince__read()

int qt_wince__read ( int  handle,
void *  buffer,
unsigned int  count 
)

◆ qt_wince__remove()

int qt_wince__remove ( const char *  name)

◆ qt_wince__rename()

int qt_wince__rename ( const char *  oldname,
const char *  newname 
)

◆ qt_wince__rmdir()

int qt_wince__rmdir ( const char *  dirname)

◆ qt_wince__waccess()

int qt_wince__waccess ( const wchar_t *  path,
int  pmode 
)

◆ qt_wince__wchmod()

bool qt_wince__wchmod ( const wchar_t *  file,
int  mode 
)

◆ qt_wince__wopen()

int qt_wince__wopen ( const wchar_t *  filename,
int  oflag,
int  pmode 
)

◆ qt_wince__write()

int qt_wince__write ( int  handle,
const void *  buffer,
unsigned int  count 
)

◆ qt_wince_bsearch()

void* qt_wince_bsearch ( const void *  key,
const void *  base,
size_t  num,
size_t  size,
int(__cdecl *compare)(const void *, const void *)   
)

◆ qt_wince_calloc()

void* qt_wince_calloc ( size_t  num,
size_t  size 
)

◆ qt_wince_CreateFileA()

HANDLE qt_wince_CreateFileA ( LPCSTR  ,
DWORD  ,
DWORD  ,
LPSECURITY_ATTRIBUTES  ,
DWORD  ,
DWORD  ,
HANDLE   
)

◆ qt_wince_fdopen()

FILE* qt_wince_fdopen ( int  handle,
const char *  mode 
)

◆ qt_wince_getenv_s()

errno_t qt_wince_getenv_s ( size_t *  ,
char *  ,
size_t  ,
const char *   
)

◆ qt_wince_GetThreadLocale()

DWORD qt_wince_GetThreadLocale ( void  )

◆ qt_wince_open()

int qt_wince_open ( const char *  filename,
int  oflag,
int  pmode = 0 
)

◆ qt_wince_rewind()

void qt_wince_rewind ( FILE *  stream)

◆ qt_wince_SetErrorMode()

int qt_wince_SetErrorMode ( int  )

◆ qt_wince_SetWindowOrgEx()

BOOL qt_wince_SetWindowOrgEx ( HDC  hdc,
int  X,
int  Y,
LPPOINT  lpPoint 
)

◆ qt_wince_stat()

int qt_wince_stat ( const char *  path,
struct stat buffer 
)

◆ qt_wince_time_tToFt()

FILETIME qt_wince_time_tToFt ( time_t  tt)

◆ qt_wince_tmpfile()

FILE* qt_wince_tmpfile ( void  )

Variable Documentation

◆ errno

int errno

Referenced by _qdtoa(), QUnixSocket::abort(), QFileSystemIterator::advance(), QSharedMemoryPrivate::attach(), QTransportAuth::authorizeRequest(), QBBWindow::buffer(), QFileSystemEngine::canonicalName(), QSystemSemaphorePrivate::cleanHandle(), QUnixSocketServer::close(), QFSFileEnginePrivate::closeFdFh(), QBBVirtualKeyboardPps::connect(), QUnixSocket::connect(), QIconvCodec::convertFromUnicode(), QIconvCodec::convertToUnicode(), QBBWindow::copyBack(), QSharedMemoryPrivate::create(), QBBIntegration::createDisplays(), createFileFromTemplate(), QFileSystemEngine::createLink(), QNativeSocketEnginePrivate::createNewSocket(), QSharedMemoryPrivate::createUnixKeyFile(), QBBRootWindow::createWindowGroup(), QSharedMemoryPrivate::detach(), determineScreenSize(), QEventDispatcherUNIXPrivate::doSelect(), QWSLock::down(), QUnixSocketRights::dupFd(), QProcessPrivate::execChild(), QNativeSocketEnginePrivate::fetchConnectionParameters(), QThreadPrivate::finish(), QBBRootWindow::flush(), QFSFileEnginePrivate::flushFh(), QWSLock::getValue(), QSystemSemaphorePrivate::handle(), QBBScreenEventHandler::handleCloseEvent(), QBBScreenEventHandler::handleCreateEvent(), QBBScreenEventHandler::handleDisplayEvent(), QBBScreenEventHandler::handleEvent(), QBBScreenEventHandler::handleKeyboardEvent(), QBBScreenEventHandler::handlePointerEvent(), QBBScreenEventHandler::handleTouchEvent(), QBBBuffer::invalidateInCache(), isDirPath(), QUnixSocketServer::listen(), QLock::lock(), QFontEngineQPF::lockFile(), QFSFileEnginePrivate::longFileName(), QFSFileEnginePrivate::map(), QSystemSemaphorePrivate::modifySemaphore(), multicastMembershipHelper(), QNativeSocketEnginePrivate::nativeBind(), QNativeSocketEnginePrivate::nativeConnect(), QNativeSocketEnginePrivate::nativeHasPendingDatagrams(), QNativeSocketEnginePrivate::nativeListen(), QFSFileEnginePrivate::nativeOpen(), QNativeSocketEnginePrivate::nativePendingDatagramSize(), QFSFileEnginePrivate::nativeRead(), QNativeSocketEnginePrivate::nativeRead(), QNativeSocketEnginePrivate::nativeReceiveDatagram(), QNativeSocketEnginePrivate::nativeSendDatagram(), QNativeSocketEnginePrivate::nativeWrite(), QBBScreen::newWindowCreated(), QBBWindow::offset(), QWSTslibMouseHandlerPrivate::open(), QWSPcMouseHandlerPrivate::openDevices(), QFSFileEnginePrivate::openFd(), QFSFileEnginePrivate::openFh(), QBBRootWindow::post(), QBBWindow::post(), QProcessPrivate::processStarted(), QBBBuffer::QBBBuffer(), QBBIntegration::QBBIntegration(), QBBRootWindow::QBBRootWindow(), QBBScreen::QBBScreen(), QBBSystemLocaleData::QBBSystemLocaleData(), QBBWindow::QBBWindow(), qdlerror(), QFileSystemIterator::QFileSystemIterator(), QFontEngineQPF::QFontEngineQPF(), QLinuxInputKeyboardHandler::QLinuxInputKeyboardHandler(), QLinuxInputMouseHandler::QLinuxInputMouseHandler(), QLock::QLock(), QQnxMouseHandler::QQnxMouseHandler(), qt_create_pipe(), qt_error_string(), qt_parse_pattern(), qt_safe_accept(), qt_safe_dup(), qt_safe_dup2(), qt_safe_pipe(), qt_safe_select(), qt_safe_socket(), QTsLibMouseHandler::QTsLibMouseHandler(), QUnixSocketRights::QUnixSocketRights(), QVFbKeyboardHandler::QVFbKeyboardHandler(), QWaylandDisplay::QWaylandDisplay(), QWaylandShmBuffer::QWaylandShmBuffer(), qws_dataDir(), QWSLinuxInputKbPrivate::QWSLinuxInputKbPrivate(), QWSLinuxInputMousePrivate::QWSLinuxInputMousePrivate(), QWSLinuxTPMouseHandlerPrivate::QWSLinuxTPMouseHandlerPrivate(), QWSLock::QWSLock(), QWSQnxKeyboardHandler::QWSQnxKeyboardHandler(), QWSTtyKbPrivate::QWSTtyKbPrivate(), QWSUmKeyboardHandlerPrivate::QWSUmKeyboardHandlerPrivate(), QUnixSocketPrivate::readActivated(), QBBNavigatorEventNotifier::readData(), QFSFileEnginePrivate::readFdFh(), QDirectFBKeyboardHandlerPrivate::readKeyboardData(), QWSLinuxInputKbPrivate::readKeycode(), QWSTtyKbPrivate::readKeycode(), QLinuxInputKeyboardHandler::readKeycode(), QFSFileEnginePrivate::readLineFdFh(), QLinuxInputMouseHandler::readMouseData(), QWSLinuxInputMousePrivate::readMouseData(), QDirectFBMouseHandlerPrivate::readMouseData(), QBBSystemLocaleData::readPpsValue(), QFileSystemEngine::removeFile(), QFSEventsFileSystemWatcherEngine::removePaths(), QFileSystemEngine::renameFile(), QBBNavigatorEventNotifier::replyPPS(), QBBRootWindow::resize(), QFileSystemEngine::resolveGroupName(), QBBScreenEventThread::run(), QProcessManager::run(), QBBIntegration::screenForWindow(), QFSFileEnginePrivate::seekFdFh(), QBBWindow::setBufferSize(), QLocalServerPrivate::setError(), QSystemSemaphorePrivate::setErrorString(), QSharedMemoryPrivate::setErrorString(), QBBWindow::setGeometry(), QBBWindow::setOpacity(), QFSFileEngine::setPermissions(), QFileSystemEngine::setPermissions(), QThread::setPriority(), QBBRootWindow::setRotation(), QBBWindow::setScreen(), QFSFileEngine::setSize(), QUnixSocket::setSocketDescriptor(), QBBScreenEventThread::shutdown(), QWSQnxKeyboardHandler::socketActivated(), QQnxMouseHandler::socketActivated(), QBBNavigatorEventNotifier::start(), QBBButtonEventNotifier::start(), QProcessPrivate::startProcess(), QNetworkProxyFactory::systemProxyForQuery(), QLock::unlock(), QFSFileEnginePrivate::unmap(), QWSLock::up(), QBBButtonEventNotifier::updateButtonStates(), QBBWindow::updateVisibility(), QBBWindow::updateZorder(), QMutexPrivate::wait(), QUnixSocket::waitForReadyRead(), QUnixSocketPrivate::writeActivated(), QFSFileEnginePrivate::writeFdFh(), QProcessPrivate::writeToStdin(), QFontEngineQPF::~QFontEngineQPF(), QFSFileEngine::~QFSFileEngine(), and QUnixSocketRightsPrivate::~QUnixSocketRightsPrivate().