Qt 4.8
|
#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 > | |
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 |
#define _beginthread | ( | a, | |
b, | |||
c | |||
) | qt_wince__beginthread(a,b,c) |
Definition at line 404 of file qfunctions_wince.h.
Definition at line 405 of file qfunctions_wince.h.
Referenced by QThreadPrivate::finish().
#define _chmod | ( | a, | |
b | |||
) | qt_wince__chmod(a,b) |
Definition at line 398 of file qfunctions_wince.h.
#define _control87 _controlfp |
Definition at line 73 of file qfunctions_wince.h.
#define _endthreadex | ( | a | ) | qt_wince__endthreadex(a) |
Definition at line 406 of file qfunctions_wince.h.
Referenced by QThreadPrivate::finish().
#define _fdopen | ( | a, | |
b | |||
) | qt_wince__fdopen(a,b) |
Definition at line 391 of file qfunctions_wince.h.
#define _getdrive | ( | ) | qt_wince__getdrive() |
Definition at line 388 of file qfunctions_wince.h.
Referenced by QFSFileEnginePrivate::longFileName().
#define _getpid | ( | ) | qt_wince__getpid() |
Definition at line 386 of file qfunctions_wince.h.
#define _IOFBF 0x0000 |
Definition at line 152 of file qfunctions_wince.h.
#define _IOLBF 0x0040 |
Definition at line 156 of file qfunctions_wince.h.
#define _IONBF 0x0004 |
Definition at line 160 of file qfunctions_wince.h.
#define _O_APPEND 0x0020 |
Definition at line 126 of file qfunctions_wince.h.
Referenced by QFSFileEnginePrivate::longFileName().
#define _O_CREAT 0x0008 |
Definition at line 124 of file qfunctions_wince.h.
#define _O_EXCL 0x0040 |
Definition at line 127 of file qfunctions_wince.h.
#define _O_RDONLY 0x0001 |
Definition at line 121 of file qfunctions_wince.h.
Referenced by QFSFileEnginePrivate::longFileName().
#define _O_RDWR 0x0002 |
Definition at line 122 of file qfunctions_wince.h.
#define _O_TRUNC 0x0010 |
Definition at line 125 of file qfunctions_wince.h.
#define _O_WRONLY 0x0004 |
Definition at line 123 of file qfunctions_wince.h.
#define _putenv_s | ( | a, | |
b | |||
) | qt_wince__putenv_s(a,b) |
Definition at line 385 of file qfunctions_wince.h.
Referenced by qErrnoWarning().
#define _remove | ( | a | ) | qt_wince__remove(a) |
Definition at line 396 of file qfunctions_wince.h.
#define _rename | ( | a, | |
b | |||
) | qt_wince__rename(a,b) |
Definition at line 395 of file qfunctions_wince.h.
#define _S_IFCHR 0x0100 |
Definition at line 139 of file qfunctions_wince.h.
#define _S_IFDIR 0x0200 |
Definition at line 138 of file qfunctions_wince.h.
#define _S_IFMT 0x0600 |
Definition at line 137 of file qfunctions_wince.h.
#define _S_IFREG 0x0400 |
Definition at line 140 of file qfunctions_wince.h.
#define _S_IREAD 0x0010 |
Definition at line 141 of file qfunctions_wince.h.
Referenced by QTranslatorPrivate::do_load(), isDirPath(), and QDynamicFileResourceRoot::registerSelf().
#define _S_IWRITE 0x0008 |
Definition at line 142 of file qfunctions_wince.h.
Referenced by QTranslatorPrivate::do_load(), isDirPath(), and QDynamicFileResourceRoot::registerSelf().
#define _STAT_DEFINED |
Definition at line 165 of file qfunctions_wince.h.
#define _TIME_T_DEFINED |
Definition at line 275 of file qfunctions_wince.h.
#define _TM_DEFINED |
Definition at line 104 of file qfunctions_wince.h.
#define _waccess | ( | a, | |
b | |||
) | qt_wince__waccess(a,b) |
Definition at line 389 of file qfunctions_wince.h.
Referenced by QFileSystemEngine::fillPermissions().
#define _wchmod | ( | a, | |
b | |||
) | qt_wince__wchmod(a,b) |
Definition at line 399 of file qfunctions_wince.h.
Referenced by isDirPath().
#define _wopen | ( | a, | |
b, | |||
c | |||
) | qt_wince__wopen(a,b,c) |
Definition at line 390 of file qfunctions_wince.h.
Definition at line 407 of file qfunctions_wince.h.
#define calloc | ( | a, | |
b | |||
) | qt_wince_calloc(a,b) |
Definition at line 402 of file qfunctions_wince.h.
Referenced by QWSSoundServerPrivate::feedDevice(), QDesktopWidgetPrivate::init(), QClipData::initialize(), myalloc(), QBBInputContext::onGetExtractedText(), pvrQwsCreatePixmap(), pvrQwsCreateWindow(), and pvrQwsScreenWindow().
#define CF_HDROP 15 |
Definition at line 245 of file qfunctions_wince.h.
Referenced by QWindowsMimeURI::canConvertFromMime(), QWindowsMimeURI::canConvertToMime(), QWindowsMimeURI::convertFromMime(), QWindowsMimeURI::convertToMime(), QWindowsMimeURI::formatsForMime(), and QWindowsMimeURI::mimeForFormat().
#define CF_METAFILEPICT 3 |
Definition at line 316 of file qfunctions_wince.h.
#define CoInitialize | ( | x | ) | CoInitializeEx(x, COINIT_MULTITHREADED) |
Definition at line 220 of file qfunctions_wince.h.
Referenced by QFileIconProviderPrivate::getWinIcon(), QFSFileEnginePrivate::longFileName(), readLink(), and WinMain().
#define CREATE_NO_WINDOW 2 |
Definition at line 244 of file qfunctions_wince.h.
Referenced by qt_create_commandline().
Definition at line 400 of file qfunctions_wince.h.
#define DEFAULT_GUI_FONT SYSTEM_FONT |
Definition at line 303 of file qfunctions_wince.h.
Referenced by qt_init().
#define ETO_GLYPH_INDEX 0x0010 |
Definition at line 230 of file qfunctions_wince.h.
Referenced by draw_text_item_win(), and QFontEngineWin::drawGDIGlyph().
#define fdopen | ( | a, | |
b | |||
) | qt_wince_fdopen(a,b) |
Definition at line 392 of file qfunctions_wince.h.
#define FTP_TRANSFER_TYPE_ASCII 0x00000001 |
Definition at line 347 of file qfunctions_wince.h.
#define FTP_TRANSFER_TYPE_BINARY 0x00000002 |
Definition at line 349 of file qfunctions_wince.h.
Definition at line 384 of file qfunctions_wince.h.
Referenced by qErrnoWarning().
#define GetThreadLocale | ( | ) | qt_wince_GetThreadLocale() |
Definition at line 403 of file qfunctions_wince.h.
#define GMEM_MOVEABLE LMEM_MOVEABLE |
Definition at line 341 of file qfunctions_wince.h.
Referenced by QAxClientSite::activateObject(), QWin32PrintEnginePrivate::createDevNames(), and QAxServerBase::GetData().
#define GPTR LPTR |
Definition at line 342 of file qfunctions_wince.h.
#define HWND_NOTOPMOST ((HWND)-2) |
Definition at line 309 of file qfunctions_wince.h.
Referenced by decodeMSG().
#define HWND_TOPMOST ((HWND)-1) |
Definition at line 308 of file qfunctions_wince.h.
Referenced by decodeMSG(), qt_tablet_cleanup_wce(), and QApplication::winFocus().
#define IDC_APPSTARTING MAKEINTRESOURCE(32650) |
Definition at line 336 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_ARROW MAKEINTRESOURCE(32512) |
Definition at line 323 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_CROSS MAKEINTRESOURCE(32515) |
Definition at line 326 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_HAND MAKEINTRESOURCE(32649) |
Definition at line 338 of file qfunctions_wince.h.
#define IDC_HELP MAKEINTRESOURCE(32651) |
Definition at line 337 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_IBEAM MAKEINTRESOURCE(32513) |
Definition at line 324 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_ICON MAKEINTRESOURCE(32512) |
Definition at line 329 of file qfunctions_wince.h.
#define IDC_NO MAKEINTRESOURCE(32648) |
Definition at line 335 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_SIZE MAKEINTRESOURCE(32646) |
Definition at line 328 of file qfunctions_wince.h.
#define IDC_SIZEALL MAKEINTRESOURCE(32646) |
Definition at line 334 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_SIZENESW MAKEINTRESOURCE(32643) |
Definition at line 331 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_SIZENS MAKEINTRESOURCE(32645) |
Definition at line 333 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_SIZENWSE MAKEINTRESOURCE(32642) |
Definition at line 330 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_SIZEWE MAKEINTRESOURCE(32644) |
Definition at line 332 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_UPARROW MAKEINTRESOURCE(32516) |
Definition at line 327 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define IDC_WAIT MAKEINTRESOURCE(32514) |
Definition at line 325 of file qfunctions_wince.h.
Referenced by create32BitCursor().
#define KF_ALTDOWN 0x2000 |
Definition at line 318 of file qfunctions_wince.h.
Referenced by QKeyMapperPrivate::isADeadKey().
#define MM_ANISOTROPIC 8 |
Definition at line 317 of file qfunctions_wince.h.
Referenced by QAxServerBase::GetData().
#define MWMO_ALERTABLE 0x0002 |
Definition at line 242 of file qfunctions_wince.h.
Referenced by QEventDispatcherWin32::processEvents().
#define NO_ERRNO_H |
Definition at line 95 of file qfunctions_wince.h.
#define O_APPEND _O_APPEND |
Definition at line 134 of file qfunctions_wince.h.
Referenced by QProcessPrivate::createChannel().
#define O_CREAT _O_CREAT |
Definition at line 132 of file qfunctions_wince.h.
Referenced by QMacPasteboardMimeVCard::convertFromMime(), QWSSharedMemory::create(), QSharedMemoryPrivate::create(), QProcessPrivate::createChannel(), QSharedMemoryPrivate::createUnixKeyFile(), QSystemSemaphorePrivate::handle(), QFSFileEnginePrivate::nativeHandle(), QFontEngineQPF::QFontEngineQPF(), QLock::QLock(), and QWSLock::QWSLock().
#define O_EXCL _O_EXCL |
Definition at line 135 of file qfunctions_wince.h.
Referenced by QSharedMemoryPrivate::create(), createFileFromTemplate(), QSharedMemoryPrivate::createUnixKeyFile(), QSystemSemaphorePrivate::handle(), and QFontEngineQPF::QFontEngineQPF().
#define O_RDONLY _O_RDONLY |
Definition at line 129 of file qfunctions_wince.h.
Referenced by QKqueueFileSystemWatcherEngine::addPaths(), QFontDatabasePrivate::addQPF2File(), QSharedMemoryPrivate::attach(), QTransportAuth::authorizeRequest(), QFontEngineQPF::cleanUpAfterClientCrash(), QLinuxFbScreen::connect(), QLinuxFbIntegration::connect(), QProcessPrivate::createChannel(), detectProcessorFeatures(), QTranslatorPrivate::do_load(), loadSingleEngine(), QWSSoundServerPrivate::openFile(), QBBSystemLocaleData::QBBSystemLocaleData(), QFontEngineQPF::QFontEngineQPF(), QFontEngineQPF1::QFontEngineQPF1(), QLinuxInputMouseHandler::QLinuxInputMouseHandler(), QVFbKeyboardHandler::QVFbKeyboardHandler(), QWSLinuxInputMousePrivate::QWSLinuxInputMousePrivate(), QWSLinuxTPMouseHandlerPrivate::QWSLinuxTPMouseHandlerPrivate(), QWSUmKeyboardHandlerPrivate::QWSUmKeyboardHandlerPrivate(), QDynamicFileResourceRoot::registerSelf(), and QBBButtonEventNotifier::start().
#define O_RDWR _O_RDWR |
Definition at line 130 of file qfunctions_wince.h.
Referenced by QWSSharedMemory::attach(), QSharedMemoryPrivate::attach(), QBBVirtualKeyboardPps::connect(), QLinuxFbScreen::connect(), QLinuxFbIntegration::connect(), QWSSharedMemory::create(), QSharedMemoryPrivate::create(), QSharedMemoryPrivate::createUnixKeyFile(), QWSSoundServerPrivate::openDevice(), QWSPcMouseHandlerPrivate::openDevices(), QLinuxFbIntegrationPrivate::openTty(), QLinuxFbScreenPrivate::openTty(), PvrEglScreen::openTty(), pvrQwsInitFbScreen(), QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivate(), QFontEngineQPF::QFontEngineQPF(), QLinuxInputKeyboardHandler::QLinuxInputKeyboardHandler(), QLock::QLock(), QVFbMouseHandler::QVFbMouseHandler(), QVFbScreenKeyboardHandler::QVFbScreenKeyboardHandler(), QVFbScreenMouseHandler::QVFbScreenMouseHandler(), QWSLinuxInputKbPrivate::QWSLinuxInputKbPrivate(), QWSTtyKbPrivate::QWSTtyKbPrivate(), QBBNavigatorEventNotifier::start(), and QXcbConnection::sync().
#define O_TRUNC _O_TRUNC |
Definition at line 133 of file qfunctions_wince.h.
Referenced by QProcessPrivate::createChannel(), and QFSFileEnginePrivate::nativeHandle().
#define O_WRONLY _O_WRONLY |
Definition at line 131 of file qfunctions_wince.h.
Referenced by QMacPasteboardMimeVCard::convertFromMime(), QProcessPrivate::createChannel(), QLinuxFbScreen::initDevice(), QLinuxFbIntegration::initDevice(), and QWSSoundServerPrivate::openDevice().
#define PD_ALLPAGES 0 |
Definition at line 311 of file qfunctions_wince.h.
Referenced by qt_win_setup_PRINTDLGEX().
#define PD_HIDEPRINTTOFILE 0 |
Definition at line 314 of file qfunctions_wince.h.
#define PD_NOPAGENUMS 0 |
Definition at line 315 of file qfunctions_wince.h.
Referenced by qt_win_setup_PRINTDLGEX().
#define PD_NOSELECTION 0 |
Definition at line 313 of file qfunctions_wince.h.
Referenced by qt_win_setup_PRINTDLGEX().
#define PD_USEDEVMODECOPIES 0 |
Definition at line 312 of file qfunctions_wince.h.
#define PS_DOT 2 |
Definition at line 310 of file qfunctions_wince.h.
#define rewind | ( | a | ) | qt_wince_rewind(a) |
Definition at line 393 of file qfunctions_wince.h.
Referenced by QCss::Parser::parseRuleset(), QCss::Parser::testAndParseUri(), and QCss::Parser::testPrio().
#define S_IFCHR _S_IFCHR |
Definition at line 146 of file qfunctions_wince.h.
#define S_IFDIR _S_IFDIR |
Definition at line 145 of file qfunctions_wince.h.
Referenced by QFileSystemEngine::createDirectory(), QFileSystemMetaData::fillFromStatBuf(), and QFileSystemEngine::removeDirectory().
#define S_IFMT _S_IFMT |
Definition at line 144 of file qfunctions_wince.h.
Referenced by QFileSystemEngine::createDirectory(), QFileSystemMetaData::fillFromStatBuf(), and QFileSystemEngine::removeDirectory().
#define S_IFREG _S_IFREG |
Definition at line 147 of file qfunctions_wince.h.
Referenced by QFileSystemMetaData::fillFromStatBuf().
#define S_IREAD _S_IREAD |
Definition at line 148 of file qfunctions_wince.h.
#define S_IWRITE _S_IWRITE |
Definition at line 149 of file qfunctions_wince.h.
#define SEM_FAILCRITICALERRORS 0x0001 |
Definition at line 216 of file qfunctions_wince.h.
Referenced by QFileSystemEngine::fillMetaData(), QLibraryPrivate::isPlugin(), and qt_init().
#define SEM_NOOPENFILEERRORBOX 0x0002 |
Definition at line 217 of file qfunctions_wince.h.
Referenced by QFileSystemEngine::fillMetaData(), QLibraryPrivate::isPlugin(), and qt_init().
#define SetErrorMode | ( | a | ) | qt_wince_SetErrorMode(a) |
Definition at line 397 of file qfunctions_wince.h.
Referenced by QFileSystemEngine::fillMetaData(), QLibraryPrivate::isPlugin(), QTest::qExec(), and qt_init().
Definition at line 401 of file qfunctions_wince.h.
Referenced by QAxServerBase::GetData().
#define SM_CXCURSOR 13 |
Definition at line 234 of file qfunctions_wince.h.
Referenced by create32BitCursor(), and QOleDropSource::createCursors().
#define SM_CYCURSOR 14 |
Definition at line 237 of file qfunctions_wince.h.
Referenced by create32BitCursor(), and QOleDropSource::createCursors().
#define SPI_GETWORKAREA 48 |
Definition at line 319 of file qfunctions_wince.h.
Referenced by QDesktopWidgetPrivate::init(), qt_tablet_cleanup_wce(), and qt_wince_maximize().
#define SW_NORMAL (SW_SHOWNORMAL) |
Definition at line 301 of file qfunctions_wince.h.
Referenced by QAxServerBase::internalActivate().
#define SW_RESTORE (SW_SHOWNORMAL) |
Definition at line 299 of file qfunctions_wince.h.
#define SWP_NOREDRAW 0 |
Definition at line 305 of file qfunctions_wince.h.
Referenced by decodeMSG().
#define time_tToFt | ( | a | ) | qt_wince_time_tToFt(a) |
Definition at line 387 of file qfunctions_wince.h.
Referenced by localToUtc(), and utcToLocal().
#define TLS_OUT_OF_INDEXES 0xffffffff |
Definition at line 249 of file qfunctions_wince.h.
Referenced by qt_create_tls(), and qt_free_tls().
#define tmpfile | ( | ) | qt_wince_tmpfile() |
Definition at line 394 of file qfunctions_wince.h.
#define WAIT_OBJECT_0 0x00000000L |
Definition at line 302 of file qfunctions_wince.h.
Referenced by QLocalSocketPrivate::_q_emitReadyRead(), QEventDispatcherWin32::activateEventNotifiers(), QThreadPrivate::finish(), MonitorProc(), QEventDispatcherWin32::processEvents(), qt_adopted_thread_watcher_function(), qt_terminateApp(), QWindowsFileSystemWatcherEngineThread::run(), and QWaitConditionPrivate::wait().
#define WM_ENTERIDLE 0x0121 |
Definition at line 293 of file qfunctions_wince.h.
#define WM_NCCREATE (0x0081) |
Definition at line 295 of file qfunctions_wince.h.
Referenced by qt_internal_proc().
#define WM_NCDESTROY (WM_APP-1) |
Definition at line 297 of file qfunctions_wince.h.
Referenced by QAxServerBase::ActiveXProc().
#define WM_PARENTNOTIFY 0 |
Definition at line 296 of file qfunctions_wince.h.
#define WM_PRINT WM_PAINT |
Definition at line 294 of file qfunctions_wince.h.
#define WM_SETCURSOR 0x0020 |
Definition at line 322 of file qfunctions_wince.h.
Referenced by decodeMSG(), and QtWndProc().
#define WS_EX_CAPTIONOKBTN 0x80000000L |
Definition at line 371 of file qfunctions_wince.h.
Referenced by decodeMSG(), and qt_tablet_cleanup_wce().
#define WS_EX_NODRAG 0x40000000L |
Definition at line 375 of file qfunctions_wince.h.
Referenced by qt_tablet_cleanup_wce(), and qt_wince_maximize().
#define WS_EX_NOPARENTNOTIFY 0 |
Definition at line 292 of file qfunctions_wince.h.
Referenced by decodeMSG(), and qt_tablet_cleanup_wce().
#define WS_EX_TOOLWINDOW 0 |
Definition at line 290 of file qfunctions_wince.h.
Referenced by decodeMSG(), and qt_tablet_cleanup_wce().
#define WS_MAXIMIZE 0 |
Definition at line 287 of file qfunctions_wince.h.
Referenced by decodeMSG().
#define WS_MINIMIZE 0 |
Definition at line 288 of file qfunctions_wince.h.
Referenced by decodeMSG().
#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().
#define WS_POPUPWINDOW WS_POPUP|WS_BORDER|WS_SYSMENU|WS_CAPTION |
Definition at line 355 of file qfunctions_wince.h.
Referenced by decodeMSG().
#define WS_THICKFRAME WS_DLGFRAME |
Definition at line 280 of file qfunctions_wince.h.
Referenced by decodeMSG(), and getWindowBottomMargin().
#define WS_TILED WS_OVERLAPPED |
Definition at line 363 of file qfunctions_wince.h.
Referenced by decodeMSG().
#define WS_TILEDWINDOW WS_OVERLAPPEDWINDOW |
Definition at line 367 of file qfunctions_wince.h.
Referenced by decodeMSG().
#define WSAGETSELECTEVENT | ( | lParam | ) | LOWORD(lParam) |
Definition at line 307 of file qfunctions_wince.h.
Referenced by qt_internal_proc().
typedef HANDLE HDROP |
Definition at line 277 of file qfunctions_wince.h.
typedef int mode_t |
Definition at line 177 of file qfunctions_wince.h.
typedef DWORD OLE_COLOR |
Definition at line 351 of file qfunctions_wince.h.
typedef unsigned long time_t |
Definition at line 274 of file qfunctions_wince.h.
typedef UINT UWORD |
Definition at line 283 of file qfunctions_wince.h.
|
inline |
int qt_wince___fileno | ( | FILE * | ) |
int qt_wince__access | ( | const char * | path, |
int | pmode | ||
) |
HANDLE qt_wince__beginthread | ( | void(*)(void *) | start_address, |
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 | ) |
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().