Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaPowerConstraintManager class keeps track of power management constraints set by Qt Extended applications. More...
#include <QtopiaPowerConstraintManager>
Inherits QObject.
The QtopiaPowerConstraintManager class keeps track of power management constraints set by Qt Extended applications.
In some use cases Qt Extended applications may want to disable power saving acitivities in order to perform their tasks (e.g. videos app disables the dimming of the backlight when it plays a video). This monitor keeps track of all of all constraints set by applications and applies a common denominator to the QtopiaPowerManager.
QtopiaPowerConstraintManager is a singleton, which you can access through QtopiaPowerConstraintManager::instance().
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
See also QtopiaPowerManager.
Constructs the power constraint manager. parent is passed to QObject.
The application app has been terminated. Any power constraint applied by this application will be removed.
Emitted when the device was forced to suspend due to the forced-suspend timeout. This timeout is set by defining the QTOPIA_MAX_SCREEN_DISABLE_TIME, usually in custom.h.
See also Hardware Configuration and QtopiaPowerManager::forceSuspend().
Returns the singleton instance of the QtopiaPowerConstraintManager.
The application app temporarily requests mode.
The top level window has changed. Update only when visible power constraints.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |