Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QKeypadLightAccessoryProvider class provides an interface for keypad light devices to integrate into Qtopia. More...
#include <QKeypadLightAccessoryProvider>
Inherits QKeypadLightAccessory.
The QKeypadLightAccessoryProvider class provides an interface for keypad light devices to integrate into Qtopia.
Keypad light devices inherit from this class and override setOn() to implement the required functionality.
See also QKeypadLightAccessory.
Create a keypad light device provider called id and attaches it to parent.
Destroys the keypad light provider.
Turns the keypad light on if value is true; otherwise it is turned off. The default implementation updates the state of the keypad light as seen by on() on the client. Keypad light implementations should override this function to provide device-specific functionality and then call this implementation to update the client's view of the state of the keypad light.
Reimplemented from QKeypadLightAccessory.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |