kmilo
KVaio Class Reference
#include <kvaio.h>
Inheritance diagram for KVaio:

Detailed Description
KVaio class This class provides an interface between the Vaio driver and the respective application (either the kmilod module or a single application).This class provides the application of the events created by the KVaioDriverInterface class.
- Version:
- 0.2
Definition at line 51 of file kvaio.h.
Public Slots | |
| void | blankScreen () |
| void | suspendToDisk () |
| void | BrightnessUp (int step) |
| void | BrightnessDown (int step) |
| void | VolumeUp (int step) |
| void | VolumeDown (int step) |
| void | mute () |
Public Member Functions | |
| KVaio (KMiloKVaio *parent=0, const char *name=0) | |
| virtual | ~KVaio () |
| const KVaioDriverInterface * | driver () |
| void | loadConfiguration (KConfig *) |
| const int | progress () |
Protected Slots | |
| void | slotVaioEvent (int) |
| void | slotTimeout () |
Protected Member Functions | |
| bool | isKScreensaverAvailable () |
| bool | isKMiloDAvailable () |
| bool | showTextMsg (const QString &msg) |
| bool | showProgressMsg (const QString &msg, int progress) |
| bool | showBatteryStatus (bool force=false) |
Protected Attributes | |
| KVaioDriverInterface * | mDriver |
| Display * | mDisp |
Constructor & Destructor Documentation
| KVaio::KVaio | ( | KMiloKVaio * | parent = 0, |
|
| const char * | name = 0 | |||
| ) | [explicit] |
Member Function Documentation
| const KVaioDriverInterface * KVaio::driver | ( | ) |
| bool KVaio::showTextMsg | ( | const QString & | msg | ) | [protected] |
| bool KVaio::showProgressMsg | ( | const QString & | msg, | |
| int | progress | |||
| ) | [protected] |
| bool KVaio::showBatteryStatus | ( | bool | force = false |
) | [protected] |
Member Data Documentation
KVaioDriverInterface* KVaio::mDriver [protected] |
Display* KVaio::mDisp [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference