Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWindowsWinTab32DLL Class Reference

Functions from wintabl32.dll shipped with WACOM tablets used by QWindowsTabletSupport. More...

#include <qwindowstabletsupport.h>

+ Collaboration diagram for QWindowsWinTab32DLL:

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
 

Detailed Description

Functions from wintabl32.dll shipped with WACOM tablets used by QWindowsTabletSupport.

Definition at line 26 of file qwindowstabletsupport.h.

Member Typedef Documentation

◆ PtrWTClose

typedef BOOL(API * QWindowsWinTab32DLL::PtrWTClose) (HCTX)

Definition at line 31 of file qwindowstabletsupport.h.

◆ PtrWTEnable

typedef BOOL(API * QWindowsWinTab32DLL::PtrWTEnable) (HCTX, BOOL)

Definition at line 33 of file qwindowstabletsupport.h.

◆ PtrWTGet

typedef BOOL(API * QWindowsWinTab32DLL::PtrWTGet) (HCTX, LPLOGCONTEXT)

Definition at line 36 of file qwindowstabletsupport.h.

◆ PtrWTInfo

typedef UINT(API * QWindowsWinTab32DLL::PtrWTInfo) (UINT, UINT, LPVOID)

Definition at line 32 of file qwindowstabletsupport.h.

◆ PtrWTOpen

typedef HCTX(API * QWindowsWinTab32DLL::PtrWTOpen) (HWND, LPLOGCONTEXT, BOOL)

Definition at line 30 of file qwindowstabletsupport.h.

◆ PtrWTOverlap

typedef BOOL(API * QWindowsWinTab32DLL::PtrWTOverlap) (HCTX, BOOL)

Definition at line 34 of file qwindowstabletsupport.h.

◆ PtrWTPacketsGet

typedef int(API * QWindowsWinTab32DLL::PtrWTPacketsGet) (HCTX, int, LPVOID)

Definition at line 35 of file qwindowstabletsupport.h.

◆ PtrWTQueueSizeGet

typedef int(API * QWindowsWinTab32DLL::PtrWTQueueSizeGet) (HCTX)

Definition at line 37 of file qwindowstabletsupport.h.

◆ PtrWTQueueSizeSet

typedef BOOL(API * QWindowsWinTab32DLL::PtrWTQueueSizeSet) (HCTX, int)

Definition at line 38 of file qwindowstabletsupport.h.

Member Function Documentation

◆ init()

bool QWindowsWinTab32DLL::init ( )

Member Data Documentation

◆ wTClose

PtrWTClose QWindowsWinTab32DLL::wTClose = nullptr

Definition at line 41 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTEnable

PtrWTEnable QWindowsWinTab32DLL::wTEnable = nullptr

Definition at line 43 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTGet

PtrWTGet QWindowsWinTab32DLL::wTGet = nullptr

Definition at line 46 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTInfo

PtrWTInfo QWindowsWinTab32DLL::wTInfo = nullptr

Definition at line 42 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTOpen

PtrWTOpen QWindowsWinTab32DLL::wTOpen = nullptr

Definition at line 40 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTOverlap

PtrWTOverlap QWindowsWinTab32DLL::wTOverlap = nullptr

Definition at line 44 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTPacketsGet

PtrWTPacketsGet QWindowsWinTab32DLL::wTPacketsGet = nullptr

Definition at line 45 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTQueueSizeGet

PtrWTQueueSizeGet QWindowsWinTab32DLL::wTQueueSizeGet = nullptr

Definition at line 47 of file qwindowstabletsupport.h.

Referenced by init().

◆ wTQueueSizeSet

PtrWTQueueSizeSet QWindowsWinTab32DLL::wTQueueSizeSet = nullptr

Definition at line 48 of file qwindowstabletsupport.h.

Referenced by init().


The documentation for this class was generated from the following files: