The CustomTabletEvent class represents a tablet event (specifically from a Wacom Pro pen) that can be passed down to items in a graphics scene.
More...
#include <customtabletevent.h>
|
static const int | customEventId = QEvent::registerEventType() |
| CustomTabletEventTypeId is the id for the corresponding custom tablet event type. More...
|
|
The CustomTabletEvent class represents a tablet event (specifically from a Wacom Pro pen) that can be passed down to items in a graphics scene.
geometrize::scene::CustomTabletEvent::CustomTabletEvent |
( |
const TabletEventData & |
data, |
|
|
QWidget * |
sourceWidget |
|
) |
| |
CustomTabletEvent Creates a custom tablet event.
- Parameters
-
data | The data that the tablet event holds |
sourceWidget | The widget that the event came from |
61 setWidget(sourceWidget);
static const int customEventId
CustomTabletEventTypeId is the id for the corresponding custom tablet event type. ...
Definition: customtabletevent.h:93
const TabletEventData m_data
Definition: customtabletevent.h:106
geometrize::scene::CustomTabletEvent::~CustomTabletEvent |
( |
| ) |
|
|
default |
const TabletEventData & geometrize::scene::CustomTabletEvent::getData |
( |
| ) |
const |
const TabletEventData m_data
Definition: customtabletevent.h:106
const int geometrize::scene::CustomTabletEvent::customEventId = QEvent::registerEventType() |
|
static |
CustomTabletEventTypeId is the id for the corresponding custom tablet event type.
The documentation for this class was generated from the following files: