Qt 4.8
Public Types | Public Variables | List of all members
QTabletDeviceData Struct Reference

#include <qapplication_p.h>

Public Types

enum  { TOTAL_XINPUT_EVENTS = 64 }
 

Public Variables

void * device
 
int deviceType
 
int eventCount
 
long unsigned int eventList [TOTAL_XINPUT_EVENTS]
 
QPointer< QWidgetwidgetToGetPress
 
int xinput_button_press
 
int xinput_button_release
 
int xinput_key_press
 
int xinput_key_release
 
int xinput_motion
 
int xinput_proximity_in
 
int xinput_proximity_out
 

Detailed Description

Definition at line 119 of file qapplication_p.h.

Enumerations

◆ anonymous enum

anonymous enum
Enumerator
TOTAL_XINPUT_EVENTS 

Definition at line 137 of file qapplication_p.h.

Properties

◆ device

void* QTabletDeviceData::device

Definition at line 140 of file qapplication_p.h.

Referenced by QETWidget::translateXinputEvent().

◆ deviceType

int QTabletDeviceData::deviceType

Definition at line 136 of file qapplication_p.h.

Referenced by QETWidget::translateXinputEvent().

◆ eventCount

int QTabletDeviceData::eventCount

Definition at line 141 of file qapplication_p.h.

Referenced by getNetWmState().

◆ eventList

long unsigned int QTabletDeviceData::eventList[TOTAL_XINPUT_EVENTS]

Definition at line 142 of file qapplication_p.h.

Referenced by getNetWmState().

◆ widgetToGetPress

QPointer<QWidget> QTabletDeviceData::widgetToGetPress

◆ xinput_button_press

int QTabletDeviceData::xinput_button_press

◆ xinput_button_release

int QTabletDeviceData::xinput_button_release

◆ xinput_key_press

int QTabletDeviceData::xinput_key_press

Definition at line 145 of file qapplication_p.h.

◆ xinput_key_release

int QTabletDeviceData::xinput_key_release

Definition at line 146 of file qapplication_p.h.

◆ xinput_motion

int QTabletDeviceData::xinput_motion

◆ xinput_proximity_in

int QTabletDeviceData::xinput_proximity_in

◆ xinput_proximity_out

int QTabletDeviceData::xinput_proximity_out

Definition at line 150 of file qapplication_p.h.

Referenced by QApplication::x11ProcessEvent().


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