Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QKeypadLightAccessoryProvider Class Reference
[QtBaseModule]

The QKeypadLightAccessoryProvider class provides an interface for keypad light devices to integrate into Qtopia. More...

    #include <QKeypadLightAccessoryProvider>

Inherits QKeypadLightAccessory.

Public Functions

Public Slots

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

QKeypadLightAccessoryProvider::QKeypadLightAccessoryProvider ( const QString & id, QObject * parent = 0 )

Create a keypad light device provider called id and attaches it to parent.

QKeypadLightAccessoryProvider::~QKeypadLightAccessoryProvider ()

Destroys the keypad light provider.

void QKeypadLightAccessoryProvider::setOn ( const bool value )   [virtual slot]

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