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
QEvdevTabletData Class Reference
Collaboration diagram for QEvdevTabletData:

Public Member Functions

 QEvdevTabletData (QEvdevTabletHandler *q_ptr)
void processInputEvent (input_event *ev)
void report ()
 QEvdevTabletData (QEvdevTabletHandler *q_ptr)
void processInputEvent (input_event *ev)
void report ()

Public Attributes

QEvdevTabletHandlerq
int lastEventType
QString devName
struct { 
   int   x 
   int   y 
   int   p 
   int   d 
minValues
struct { 
   int   x 
   int   y 
   int   p 
   int   d 
maxValues
struct { 
   int   x 
   int   y 
   int   p 
   int   d 
   bool   down 
   bool   lastReportDown 
   int   tool 
   int   lastReportTool 
   QPointF   lastReportPos 
state

Detailed Description

Definition at line 25 of file qevdevtablethandler.cpp.

Constructor & Destructor Documentation

◆ QEvdevTabletData() [1/2]

QEvdevTabletData::QEvdevTabletData ( QEvdevTabletHandler * q_ptr)

Definition at line 47 of file qevdevtablethandler.cpp.

References lastEventType, and q.

Referenced by QEvdevTabletHandler::QEvdevTabletHandler().

Here is the caller graph for this function:

◆ QEvdevTabletData() [2/2]

QEvdevTabletData::QEvdevTabletData ( QEvdevTabletHandler * q_ptr)

Member Function Documentation

◆ processInputEvent() [1/2]

void QEvdevTabletData::processInputEvent ( input_event * ev)

Definition at line 55 of file qevdevtablethandler.cpp.

References lastEventType, and report().

Referenced by QEvdevTabletHandler::readData().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ processInputEvent() [2/2]

void QEvdevTabletData::processInputEvent ( input_event * ev)

◆ report() [1/2]

void QEvdevTabletData::report ( )

Definition at line 98 of file qevdevtablethandler.cpp.

References p.

Referenced by processInputEvent().

Here is the caller graph for this function:

◆ report() [2/2]

void QEvdevTabletData::report ( )

Member Data Documentation

◆ d

int QEvdevTabletData::d

Definition at line 37 of file qevdevtablethandler.cpp.

◆ devName

QString QEvdevTabletData::devName

Definition at line 35 of file qevdevtablethandler.cpp.

◆ down

bool QEvdevTabletData::down

Definition at line 41 of file qevdevtablethandler.cpp.

◆ lastEventType

int QEvdevTabletData::lastEventType

Definition at line 34 of file qevdevtablethandler.cpp.

Referenced by QEvdevTabletData(), and processInputEvent().

◆ lastReportDown

bool QEvdevTabletData::lastReportDown

Definition at line 41 of file qevdevtablethandler.cpp.

◆ lastReportPos

QPointF QEvdevTabletData::lastReportPos

Definition at line 43 of file qevdevtablethandler.cpp.

◆ lastReportTool

int QEvdevTabletData::lastReportTool

Definition at line 42 of file qevdevtablethandler.cpp.

◆ [struct]

struct { ... } QEvdevTabletData::maxValues

◆ [struct]

struct { ... } QEvdevTabletData::minValues

◆ p

int QEvdevTabletData::p

Definition at line 37 of file qevdevtablethandler.cpp.

Referenced by report().

◆ q

QEvdevTabletHandler * QEvdevTabletData::q

Definition at line 33 of file qevdevtablethandler.cpp.

Referenced by QEvdevTabletData().

◆ [struct]

struct { ... } QEvdevTabletData::state

◆ tool

int QEvdevTabletData::tool

Definition at line 42 of file qevdevtablethandler.cpp.

◆ x

int QEvdevTabletData::x

Definition at line 37 of file qevdevtablethandler.cpp.

◆ y

int QEvdevTabletData::y

Definition at line 37 of file qevdevtablethandler.cpp.


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