QInputInfoManager Class

The QInputInfoManager class manages input devices. More...

Header: #include <QInputInfoManager>

Public Functions

virtual ~QInputInfoManager()
int count() const
int count(const QInputDevice::InputType filter) const
QInputDevice::InputTypeFlags filter()
void setFilter(QInputDevice::InputTypeFlags filterFlags)

Signals

void countChanged(int count)
void deviceAdded(QInputDevice *inputDevice)
void deviceRemoved(const QString &deviceId)
void filterChanged(QInputDevice::InputTypeFlags filterFlags)
void ready()

Detailed Description

Member Function Documentation

[signal] void QInputInfoManager::countChanged(int count)

This signal is emitted when the count of devices in regards to the current filter changes.

Note: Notifier signal for property count.

[signal] void QInputInfoManager::deviceAdded(QInputDevice *inputDevice)

This signal is emitted when a new input device is added.

[signal] void QInputInfoManager::deviceRemoved(const QString &deviceId)

This signal is emitted when a new input device is removed.

[signal] void QInputInfoManager::filterChanged(QInputDevice::InputTypeFlags filterFlags)

This signal is emitted when the filter property changes.

Note: Notifier signal for property filter.

[signal] void QInputInfoManager::ready()

This signal is emitted when input device map and associated properties are ready to use.

[virtual] QInputInfoManager::~QInputInfoManager()

Destroy the QSensorGestureManager