Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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(APIPtrWTOpen) (HWND, LPLOGCONTEXT, BOOL)
typedef BOOL(APIPtrWTClose) (HCTX)
typedef UINT(APIPtrWTInfo) (UINT, UINT, LPVOID)
typedef BOOL(APIPtrWTEnable) (HCTX, BOOL)
typedef BOOL(APIPtrWTOverlap) (HCTX, BOOL)
typedef int(APIPtrWTPacketsGet) (HCTX, int, LPVOID)
typedef BOOL(APIPtrWTGet) (HCTX, LPLOGCONTEXT)
typedef int(APIPtrWTQueueSizeGet) (HCTX)
typedef BOOL(APIPtrWTQueueSizeSet) (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 ( )

Definition at line 183 of file qwindowstabletsupport.cpp.

Referenced by QWindowsTabletSupport::create().

Here is the caller graph for this function:

Member Data Documentation

◆ wTClose

PtrWTClose QWindowsWinTab32DLL::wTClose = nullptr

Definition at line 41 of file qwindowstabletsupport.h.

◆ wTEnable

PtrWTEnable QWindowsWinTab32DLL::wTEnable = nullptr

Definition at line 43 of file qwindowstabletsupport.h.

◆ wTGet

PtrWTGet QWindowsWinTab32DLL::wTGet = nullptr

Definition at line 46 of file qwindowstabletsupport.h.

◆ wTInfo

PtrWTInfo QWindowsWinTab32DLL::wTInfo = nullptr

Definition at line 42 of file qwindowstabletsupport.h.

◆ wTOpen

PtrWTOpen QWindowsWinTab32DLL::wTOpen = nullptr

Definition at line 40 of file qwindowstabletsupport.h.

◆ wTOverlap

PtrWTOverlap QWindowsWinTab32DLL::wTOverlap = nullptr

Definition at line 44 of file qwindowstabletsupport.h.

◆ wTPacketsGet

PtrWTPacketsGet QWindowsWinTab32DLL::wTPacketsGet = nullptr

Definition at line 45 of file qwindowstabletsupport.h.

◆ wTQueueSizeGet

PtrWTQueueSizeGet QWindowsWinTab32DLL::wTQueueSizeGet = nullptr

Definition at line 47 of file qwindowstabletsupport.h.

◆ wTQueueSizeSet

PtrWTQueueSizeSet QWindowsWinTab32DLL::wTQueueSizeSet = nullptr

Definition at line 48 of file qwindowstabletsupport.h.


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