![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions from wintabl32.dll shipped with WACOM tablets used by QWindowsTabletSupport. More...
#include <qwindowstabletsupport.h>
Public Types | |
| typedef HCTX(API * | PtrWTOpen) (HWND, LPLOGCONTEXT, BOOL) |
| typedef BOOL(API * | PtrWTClose) (HCTX) |
| typedef UINT(API * | PtrWTInfo) (UINT, UINT, LPVOID) |
| typedef BOOL(API * | PtrWTEnable) (HCTX, BOOL) |
| typedef BOOL(API * | PtrWTOverlap) (HCTX, BOOL) |
| typedef int(API * | PtrWTPacketsGet) (HCTX, int, LPVOID) |
| typedef BOOL(API * | PtrWTGet) (HCTX, LPLOGCONTEXT) |
| typedef int(API * | PtrWTQueueSizeGet) (HCTX) |
| typedef BOOL(API * | PtrWTQueueSizeSet) (HCTX, int) |
Public Member Functions | |
| bool | init () |
Public Attributes | |
| PtrWTOpen | wTOpen = nullptr |
| PtrWTClose | wTClose = nullptr |
| PtrWTInfo | wTInfo = nullptr |
| PtrWTEnable | wTEnable = nullptr |
| PtrWTOverlap | wTOverlap = nullptr |
| PtrWTPacketsGet | wTPacketsGet = nullptr |
| PtrWTGet | wTGet = nullptr |
| PtrWTQueueSizeGet | wTQueueSizeGet = nullptr |
| PtrWTQueueSizeSet | wTQueueSizeSet = nullptr |
Functions from wintabl32.dll shipped with WACOM tablets used by QWindowsTabletSupport.
Definition at line 26 of file qwindowstabletsupport.h.
| typedef BOOL(API * QWindowsWinTab32DLL::PtrWTClose) (HCTX) |
Definition at line 31 of file qwindowstabletsupport.h.
| typedef BOOL(API * QWindowsWinTab32DLL::PtrWTEnable) (HCTX, BOOL) |
Definition at line 33 of file qwindowstabletsupport.h.
| typedef BOOL(API * QWindowsWinTab32DLL::PtrWTGet) (HCTX, LPLOGCONTEXT) |
Definition at line 36 of file qwindowstabletsupport.h.
| typedef UINT(API * QWindowsWinTab32DLL::PtrWTInfo) (UINT, UINT, LPVOID) |
Definition at line 32 of file qwindowstabletsupport.h.
| typedef HCTX(API * QWindowsWinTab32DLL::PtrWTOpen) (HWND, LPLOGCONTEXT, BOOL) |
Definition at line 30 of file qwindowstabletsupport.h.
| typedef BOOL(API * QWindowsWinTab32DLL::PtrWTOverlap) (HCTX, BOOL) |
Definition at line 34 of file qwindowstabletsupport.h.
| typedef int(API * QWindowsWinTab32DLL::PtrWTPacketsGet) (HCTX, int, LPVOID) |
Definition at line 35 of file qwindowstabletsupport.h.
| typedef int(API * QWindowsWinTab32DLL::PtrWTQueueSizeGet) (HCTX) |
Definition at line 37 of file qwindowstabletsupport.h.
| typedef BOOL(API * QWindowsWinTab32DLL::PtrWTQueueSizeSet) (HCTX, int) |
Definition at line 38 of file qwindowstabletsupport.h.
| bool QWindowsWinTab32DLL::init | ( | ) |
Definition at line 183 of file qwindowstabletsupport.cpp.
Referenced by QWindowsTabletSupport::create().
| PtrWTClose QWindowsWinTab32DLL::wTClose = nullptr |
Definition at line 41 of file qwindowstabletsupport.h.
| PtrWTEnable QWindowsWinTab32DLL::wTEnable = nullptr |
Definition at line 43 of file qwindowstabletsupport.h.
| PtrWTGet QWindowsWinTab32DLL::wTGet = nullptr |
Definition at line 46 of file qwindowstabletsupport.h.
| PtrWTInfo QWindowsWinTab32DLL::wTInfo = nullptr |
Definition at line 42 of file qwindowstabletsupport.h.
| PtrWTOpen QWindowsWinTab32DLL::wTOpen = nullptr |
Definition at line 40 of file qwindowstabletsupport.h.
| PtrWTOverlap QWindowsWinTab32DLL::wTOverlap = nullptr |
Definition at line 44 of file qwindowstabletsupport.h.
| PtrWTPacketsGet QWindowsWinTab32DLL::wTPacketsGet = nullptr |
Definition at line 45 of file qwindowstabletsupport.h.
| PtrWTQueueSizeGet QWindowsWinTab32DLL::wTQueueSizeGet = nullptr |
Definition at line 47 of file qwindowstabletsupport.h.
| PtrWTQueueSizeSet QWindowsWinTab32DLL::wTQueueSizeSet = nullptr |
Definition at line 48 of file qwindowstabletsupport.h.