QmThermal provides information on device thermal states. More...


Public Types |
|
| enum | ThermalState { Normal = 0, Warning, Alert, Unknown, Error } |
|
Possible thermal states - the state transitions are not necessarily linear. More... |
|
Signals |
|
| void | thermalChanged (MeeGo::QmThermal::ThermalState state) |
| Sent when device thermal state has changed. |
|
Public Member Functions |
|
| QmThermal (QObject *parent=0) | |
| Constructor. |
|
| ~QmThermal () | |
| Destructor. |
|
| ThermalState | get () const |
| Gets the current thermal state. |
|
Protected Member Functions |
|
| void | connectNotify (const char *signal) |
| void | disconnectNotify (const char *signal) |
Properties |
|
| ThermalState | state |
QmThermal provides information on device thermal states.
| MeeGo::QmThermal::QmThermal | ( | QObject * | parent = 0 |
) |
Constructor.
| parent | The possible parent object |
| MeeGo::QmThermal::~QmThermal | ( | ) |
Destructor.
| void MeeGo::QmThermal::connectNotify | ( | const char * | signal | ) | [protected, virtual] |
Reimplemented from QObject.
| void MeeGo::QmThermal::disconnectNotify | ( | const char * | signal | ) | [protected, virtual] |
Reimplemented from QObject.
| ThermalState MeeGo::QmThermal::get | ( | ) | const |
Gets the current thermal state.
| void MeeGo::QmThermal::thermalChanged | ( | MeeGo::QmThermal::ThermalState | state | ) | [signal] |
Sent when device thermal state has changed.
| state | Current thermal state |
ThermalState MeeGo::QmThermal::state [read] |
| (C) 2009-2011 Nokia Corporation LGPL Lesser General Public License |
MeeGo 1.2 Harmattan API
|



