Home · All Namespaces · All Classes
Public Slots | Signals | Public Member Functions

LowBatteryNotifier Class Reference

#include <lowbatterynotifier.h>

List of all members.

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)

Detailed Description

The LowBatteryNotifier will emit a lowBatteryAlert() when the user should be alerted about a low battery condition.


Constructor & Destructor Documentation

LowBatteryNotifier::LowBatteryNotifier ( QObject *  parent = NULL  ) 

Creates a low battery notifier.

LowBatteryNotifier::~LowBatteryNotifier (  )  [virtual]

Destroys the low battery notifier.


Member Function Documentation

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.

Parameters:
active true if the touch screen lock is active, false otherwise

The documentation for this class was generated from the following files:

Copyright © 2011 Nokia Corporation Generated on Tue Aug 30 2011 16:38:13
Doxygen 1.7.1
MeeGo Touch