5#ifndef QQUICKPOINTERDEVICEHANDLER_H
6#define QQUICKPOINTERDEVICEHANDLER_H
26 Q_PROPERTY(QInputDevice::DeviceTypes acceptedDevices READ acceptedDevices WRITE
27 setAcceptedDevices NOTIFY acceptedDevicesChanged FINAL)
28 Q_PROPERTY(QPointingDevice::PointerTypes acceptedPointerTypes READ acceptedPointerTypes WRITE setAcceptedPointerTypes NOTIFY acceptedPointerTypesChanged FINAL)
29 Q_PROPERTY(Qt::MouseButtons acceptedButtons READ acceptedButtons WRITE setAcceptedButtons NOTIFY acceptedButtonsChanged FINAL)
30 Q_PROPERTY(Qt::KeyboardModifiers acceptedModifiers READ acceptedModifiers WRITE setAcceptedModifiers NOTIFY acceptedModifiersChanged FINAL)
35 QInputDevice::DeviceTypes acceptedDevices()
const;
36 QPointingDevice::PointerTypes acceptedPointerTypes()
const;
37 Qt::MouseButtons acceptedButtons()
const;
38 Qt::KeyboardModifiers acceptedModifiers()
const;
41 void setAcceptedDevices(QInputDevice::DeviceTypes acceptedDevices);
42 void setAcceptedPointerTypes(QPointingDevice::PointerTypes acceptedPointerTypes);
43 void setAcceptedButtons(Qt::MouseButtons buttons);
44 void setAcceptedModifiers(Qt::KeyboardModifiers acceptedModifiers);
A base class for pointer events.
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
void acceptedButtonsChanged()
void acceptedPointerTypesChanged()
void acceptedDevicesChanged()
void acceptedModifiersChanged()
virtual bool wantsPointerEvent(QPointerEvent *event)
It is the responsibility of this function to decide whether the event could be relevant at all to thi...
Combined button and popup list for selecting options.
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent