#include <mce.h>

Signals | |
| void | displayOff (bool off) |
| Signal for the display off. | |
Public Member Functions | |
| MCE (QObject *parent=0) | |
| Constructor. | |
| bool | isDisplayOn () |
| Is the display on. | |
| void | vibrationFeedback () |
| Vibrates the phone for short time. | |
Private Attributes | |
| MCEPrivate * | m_mcePrivate |
| Instance of MCEPrivate. | |
Friends | |
| class | MCEPrivate |
| Friend class for MCEPrivate. | |
MCE class.
Mode Control Entity (MCE) controls phone and listens changes in phone state.
| MCE::MCE | ( | QObject * | parent = 0 |
) |
Constructor.
| parent | QObject |
| void MCE::displayOff | ( | bool | off | ) | [signal] |
Signal for the display off.
| off | true if off, false if on |
| bool MCE::isDisplayOn | ( | ) |
Is the display on.
1.6.1