![]() |
Home · All Namespaces · All Classes |
#include <lowbatterynotifier.h>
Public Slots | |
void | sendLowBatteryAlert () |
Requests a low battery notification to be shown. | |
Signals | |
void | lowBatteryAlert () |
Sent when the user should be notified about a low battery state. | |
Public Member Functions | |
LowBatteryNotifier (QObject *parent=NULL) | |
virtual | ~LowBatteryNotifier () |
void | setTouchScreenLockActive (bool active) |
The LowBatteryNotifier will emit a lowBatteryAlert() when the user should be alerted about a low battery condition.
LowBatteryNotifier::LowBatteryNotifier | ( | QObject * | parent = NULL |
) |
Creates a low battery notifier.
LowBatteryNotifier::~LowBatteryNotifier | ( | ) | [virtual] |
Destroys the low battery notifier.
void LowBatteryNotifier::lowBatteryAlert | ( | ) | [signal] |
Sent when the user should be notified about a low battery state.
void LowBatteryNotifier::sendLowBatteryAlert | ( | ) | [slot] |
Requests a low battery notification to be shown.
void LowBatteryNotifier::setTouchScreenLockActive | ( | bool | active | ) |
Sets the touch screen lock active state so notifications can be enabled/disabled based on that.
active | true if the touch screen lock is active, false otherwise |
Copyright © 2011 Nokia Corporation | Generated on Tue Aug 30 2011 16:38:13 Doxygen 1.7.1 |
MeeGo Touch |