![]() |
Qt 4.8
|
Go to the source code of this file.
Classes | |
| struct | AygSHINITDLGINFO |
| struct | AygSIPINFO |
Macros | |
| #define | SHDB_HIDE 0x0002 |
| #define | SHFS_HIDESIPBUTTON 0x0008 |
| #define | SHFS_HIDESTARTICON 0x0020 |
| #define | SHFS_HIDETASKBAR 0x0002 |
| #define | SHFS_SHOWSIPBUTTON 0x0004 |
| #define | SHFS_SHOWSTARTICON 0x0010 |
| #define | SHFS_SHOWTASKBAR 0x0001 |
| #define | SHIDIF_CANCELBUTTON 0x0080 |
| #define | SHIDIF_DONEBUTTON 0x0001 |
| #define | SHIDIF_SIZEDLGFULLSCREEN 0x0004 |
| #define | SHIDIM_FLAGS 0x0001 |
| #define | SIPF_OFF 0x00000000 |
| #define | SIPF_ON 0x00000001 |
| #define | SPI_GETPLATFORMTYPE 257 |
| #define | SPI_GETSIPINFO 225 |
| #define | SPI_SETSIPINFO 224 |
Typedefs | |
| typedef BOOL(* | AygFullScreen) (HWND, DWORD) |
| typedef BOOL(* | AygInitDialog) (AygSHINITDLGINFO *) |
| typedef BOOL(* | AygSHDoneButton) (HWND, DWORD) |
| typedef BOOL(* | AygSHSipInfo) (UINT, UINT, PVOID, UINT) |
Functions | |
| BOOL | qt_wince_ChangeClipboardChain (HWND, HWND) |
| void | qt_wince_full_screen (HWND hwnd, bool fullScreen, UINT swpf) |
| int | qt_wince_get_build () |
| int | qt_wince_get_version () |
| int | qt_wince_GetDIBits (HDC, HBITMAP hSourceBitmap, uint, uint, LPVOID lpvBits, LPBITMAPINFO, uint) |
| void | qt_wince_hide_taskbar (HWND hwnd) |
| bool | qt_wince_is_high_dpi () |
| bool | qt_wince_is_mobile () |
| bool | qt_wince_is_platform (const QString &platformString) |
| bool | qt_wince_is_pocket_pc () |
| bool | qt_wince_is_smartphone () |
| bool | qt_wince_is_windows_mobile_65 () |
| void | qt_wince_maximize (QWidget *widget) |
| void | qt_wince_minimize (HWND hwnd) |
| COLORREF | qt_wince_PALETTEINDEX (WORD) |
| HWND | qt_wince_SetClipboardViewer (HWND) |
| HINSTANCE | qt_wince_ShellExecute (HWND hwnd, LPCWSTR, LPCWSTR file, LPCWSTR params, LPCWSTR dir, int showCmd) |
| void | qt_wince_show_SIP (bool show) |
| void | qt_wince_unmaximize (QWidget *widget) |
| static void | resolveAygLibs () |
Variables | |
| static AygFullScreen | ptrAygFullScreen = 0 |
| static AygInitDialog | ptrAygInitDialog = 0 |
| static AygSHDoneButton | ptrAygSHDoneButton = 0 |
| static AygSHSipInfo | ptrAygSHSipInfo = 0 |
| #define SHDB_HIDE 0x0002 |
Definition at line 80 of file qguifunctions_wince.cpp.
Referenced by qt_wince_unmaximize().
| #define SHFS_HIDESIPBUTTON 0x0008 |
Definition at line 93 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen(), and qt_wince_hide_taskbar().
| #define SHFS_HIDESTARTICON 0x0020 |
Definition at line 99 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen(), and qt_wince_hide_taskbar().
| #define SHFS_HIDETASKBAR 0x0002 |
Definition at line 87 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen(), and qt_wince_hide_taskbar().
| #define SHFS_SHOWSIPBUTTON 0x0004 |
Definition at line 90 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen().
| #define SHFS_SHOWSTARTICON 0x0010 |
Definition at line 96 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen().
| #define SHFS_SHOWTASKBAR 0x0001 |
Definition at line 84 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen().
| #define SHIDIF_CANCELBUTTON 0x0080 |
Definition at line 65 of file qguifunctions_wince.cpp.
Referenced by qt_wince_maximize().
| #define SHIDIF_DONEBUTTON 0x0001 |
Definition at line 73 of file qguifunctions_wince.cpp.
Referenced by qt_wince_maximize().
| #define SHIDIF_SIZEDLGFULLSCREEN 0x0004 |
Definition at line 76 of file qguifunctions_wince.cpp.
Referenced by qt_wince_maximize().
| #define SHIDIM_FLAGS 0x0001 |
Definition at line 69 of file qguifunctions_wince.cpp.
Referenced by qt_wince_maximize().
| #define SIPF_OFF 0x00000000 |
Definition at line 103 of file qguifunctions_wince.cpp.
Referenced by qt_wince_show_SIP().
| #define SIPF_ON 0x00000001 |
Definition at line 106 of file qguifunctions_wince.cpp.
Referenced by qt_wince_show_SIP().
| #define SPI_GETPLATFORMTYPE 257 |
Definition at line 116 of file qguifunctions_wince.cpp.
Referenced by qt_wince_is_platform().
| #define SPI_GETSIPINFO 225 |
Definition at line 113 of file qguifunctions_wince.cpp.
Referenced by qt_wince_show_SIP().
| #define SPI_SETSIPINFO 224 |
Definition at line 110 of file qguifunctions_wince.cpp.
Referenced by qt_wince_show_SIP().
| typedef BOOL(* AygFullScreen) (HWND, DWORD) |
Definition at line 120 of file qguifunctions_wince.cpp.
| typedef BOOL(* AygInitDialog) (AygSHINITDLGINFO *) |
Definition at line 119 of file qguifunctions_wince.cpp.
| typedef BOOL(* AygSHDoneButton) (HWND, DWORD) |
Definition at line 122 of file qguifunctions_wince.cpp.
| typedef BOOL(* AygSHSipInfo) (UINT, UINT, PVOID, UINT) |
Definition at line 121 of file qguifunctions_wince.cpp.
| BOOL qt_wince_ChangeClipboardChain | ( | HWND | , |
| HWND | |||
| ) |
Definition at line 231 of file qguifunctions_wince.cpp.
| void qt_wince_full_screen | ( | HWND | hwnd, |
| bool | fullScreen, | ||
| UINT | swpf | ||
| ) |
Definition at line 366 of file qguifunctions_wince.cpp.
Referenced by qt_tablet_cleanup_wce().
| int qt_wince_get_build | ( | ) |
Definition at line 257 of file qguifunctions_wince.cpp.
| int qt_wince_get_version | ( | ) |
Definition at line 267 of file qguifunctions_wince.cpp.
| int qt_wince_GetDIBits | ( | HDC | , |
| HBITMAP | hSourceBitmap, | ||
| uint | , | ||
| uint | , | ||
| LPVOID | lpvBits, | ||
| LPBITMAPINFO | , | ||
| uint | |||
| ) |
Definition at line 141 of file qguifunctions_wince.cpp.
| void qt_wince_hide_taskbar | ( | HWND | hwnd | ) |
Definition at line 361 of file qguifunctions_wince.cpp.
Referenced by QtWndProc(), and QETWidget::translateConfigEvent().
| bool qt_wince_is_high_dpi | ( | ) |
Definition at line 300 of file qguifunctions_wince.cpp.
Referenced by QErrorMessageTextView::minimumSizeHint(), QWindowsMobileStylePrivate::QWindowsMobileStylePrivate(), and QErrorMessageTextView::sizeHint().
| bool qt_wince_is_mobile | ( | ) |
Definition at line 296 of file qguifunctions_wince.cpp.
Referenced by QMenuBarPrivate::handleReparent(), QMenuBarPrivate::init(), QErrorMessageTextView::minimumSizeHint(), QDialog::QDialog(), qt_grab_cursor(), qt_set_windows_font_resources(), qt_tablet_cleanup_wce(), qt_wince_full_screen(), qt_wince_maximize(), qt_wince_unmaximize(), QWizard::QWizard(), QMenuBar::setDefaultAction(), QErrorMessageTextView::sizeHint(), and QMenuBar::~QMenuBar().
| bool qt_wince_is_platform | ( | const QString & | platformString | ) |
Definition at line 249 of file qguifunctions_wince.cpp.
Referenced by qt_wince_is_pocket_pc(), and qt_wince_is_smartphone().
| bool qt_wince_is_pocket_pc | ( | ) |
Definition at line 289 of file qguifunctions_wince.cpp.
Referenced by qt_set_windows_color_resources(), qt_wince_is_high_dpi(), qt_wince_is_mobile(), QGuiPlatformPlugin::styleName(), and QMenuBarPrivate::wceCreateMenuBar().
| bool qt_wince_is_smartphone | ( | ) |
Definition at line 293 of file qguifunctions_wince.cpp.
Referenced by QDialog::exec(), QDialog::QDialog(), qt_set_windows_color_resources(), qt_wince_is_mobile(), QWindowsMobileStylePrivate::QWindowsMobileStylePrivate(), QGuiPlatformPlugin::styleName(), and QMenuBarPrivate::wceCreateMenuBar().
| bool qt_wince_is_windows_mobile_65 | ( | ) |
Definition at line 277 of file qguifunctions_wince.cpp.
Referenced by QWindowsMobileStylePrivate::setupWindowsMobileStyle65().
| void qt_wince_maximize | ( | QWidget * | widget | ) |
Definition at line 312 of file qguifunctions_wince.cpp.
Referenced by qt_grab_cursor(), and qt_tablet_cleanup_wce().
| void qt_wince_minimize | ( | HWND | hwnd | ) |
Definition at line 347 of file qguifunctions_wince.cpp.
Referenced by qt_tablet_cleanup_wce().
| COLORREF qt_wince_PALETTEINDEX | ( | WORD | ) |
Definition at line 243 of file qguifunctions_wince.cpp.
| HWND qt_wince_SetClipboardViewer | ( | HWND | ) |
Definition at line 236 of file qguifunctions_wince.cpp.
| HINSTANCE qt_wince_ShellExecute | ( | HWND | hwnd, |
| LPCWSTR | , | ||
| LPCWSTR | file, | ||
| LPCWSTR | params, | ||
| LPCWSTR | dir, | ||
| int | showCmd | ||
| ) |
Definition at line 216 of file qguifunctions_wince.cpp.
| void qt_wince_show_SIP | ( | bool | show | ) |
Definition at line 394 of file qguifunctions_wince.cpp.
Referenced by enableIme().
| void qt_wince_unmaximize | ( | QWidget * | widget | ) |
Definition at line 337 of file qguifunctions_wince.cpp.
Referenced by qt_tablet_cleanup_wce().
|
static |
Definition at line 128 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen(), qt_wince_maximize(), and qt_wince_show_SIP().
|
static |
Definition at line 125 of file qguifunctions_wince.cpp.
Referenced by qt_wince_full_screen(), qt_wince_hide_taskbar(), and resolveAygLibs().
|
static |
Definition at line 124 of file qguifunctions_wince.cpp.
Referenced by qt_wince_maximize(), and resolveAygLibs().
|
static |
Definition at line 127 of file qguifunctions_wince.cpp.
Referenced by qt_wince_unmaximize(), and resolveAygLibs().
|
static |
Definition at line 126 of file qguifunctions_wince.cpp.
Referenced by qt_wince_show_SIP(), and resolveAygLibs().