Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The DeviceButtonTask class performs configurable actions when special purpose buttons are pressed or held. More...
#include <DeviceButtonTask>
Inherits QObject.
The DeviceButtonTask class performs configurable actions when special purpose buttons are pressed or held.
The DeviceButtonTask provides a Qt Extended Server Task. Qt Extended Server Tasks are documented in full in the QtopiaServerApplication class documentation.
Task Name | DeviceButton |
Interfaces | DeviceButtonTask |
Services | None |
The DeviceButtonTask class provides the server backend for the QDeviceButton and QDeviceButtonManager APIs. The DeviceButtonTask will issue the actions for all configured button mappings without a specified context.
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
See also QDeviceButton and QDeviceButtonManager.
Emitted whenever the special-function button keycode was pressed. wasHeld will be true if the button was held and false if the button was pressed.
isPressed is true if the button is still depressed, or false if the signal was generated on the release of the button.
This signal will be emitted after the button action has been performed.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |