![]() |
Qt 6.x
The Qt SDK
|
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 () |
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.
References QStringLiteral, wTClose, wTEnable, wTGet, wTInfo, wTOpen, wTOverlap, wTPacketsGet, wTQueueSizeGet, and wTQueueSizeSet.
Referenced by QWindowsTabletSupport::create().
PtrWTClose QWindowsWinTab32DLL::wTClose = nullptr |
Definition at line 41 of file qwindowstabletsupport.h.
Referenced by QWindowsTabletSupport::~QWindowsTabletSupport(), QWindowsTabletSupport::create(), and init().
PtrWTEnable QWindowsWinTab32DLL::wTEnable = nullptr |
Definition at line 43 of file qwindowstabletsupport.h.
Referenced by init(), and QWindowsTabletSupport::notifyActivate().
Definition at line 46 of file qwindowstabletsupport.h.
Referenced by init().
Definition at line 42 of file qwindowstabletsupport.h.
Referenced by QWindowsTabletSupport::create(), QWindowsTabletSupport::description(), init(), and QWindowsTabletSupport::translateTabletProximityEvent().
Definition at line 40 of file qwindowstabletsupport.h.
Referenced by QWindowsTabletSupport::create(), and init().
PtrWTOverlap QWindowsWinTab32DLL::wTOverlap = nullptr |
Definition at line 44 of file qwindowstabletsupport.h.
Referenced by init(), and QWindowsTabletSupport::notifyActivate().
PtrWTPacketsGet QWindowsWinTab32DLL::wTPacketsGet = nullptr |
Definition at line 45 of file qwindowstabletsupport.h.
Referenced by init(), QWindowsTabletSupport::translateTabletPacketEvent(), and QWindowsTabletSupport::translateTabletProximityEvent().
PtrWTQueueSizeGet QWindowsWinTab32DLL::wTQueueSizeGet = nullptr |
Definition at line 47 of file qwindowstabletsupport.h.
Referenced by QWindowsTabletSupport::create(), and init().
PtrWTQueueSizeSet QWindowsWinTab32DLL::wTQueueSizeSet = nullptr |
Definition at line 48 of file qwindowstabletsupport.h.
Referenced by init().