Solid
powermanagement.h File Reference
#include <QtCore/QObject>
#include <QtCore/QSet>
#include <solid/solid_export.h>
Include dependency graph for powermanagement.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | Solid::PowerManagement::Notifier |
Namespaces | |
namespace | Solid |
namespace | Solid::PowerManagement |
Enumerations | |
enum | Solid::PowerManagement::SleepState { Solid::PowerManagement::StandbyState = 1, Solid::PowerManagement::SuspendState = 2, Solid::PowerManagement::HibernateState = 4 } |
Functions | |
bool | Solid::PowerManagement::appShouldConserveResources () |
int | Solid::PowerManagement::beginSuppressingSleep (const QString &reason=QString()) |
Notifier * | Solid::PowerManagement::notifier () |
void | Solid::PowerManagement::requestSleep (SleepState state, QObject *receiver, const char *member) |
bool | Solid::PowerManagement::stopSuppressingSleep (int cookie) |
QSet< SleepState > | Solid::PowerManagement::supportedSleepStates () |