kmilo
KMilo::GenericMonitor Class Reference
#include <generic_monitor.h>

Detailed Description
Definition at line 46 of file generic_monitor.h.
Public Slots | |
| void | slowVolumeUp () |
| void | slowVolumeDown () |
| void | fastVolumeUp () |
| void | fastVolumeDown () |
| void | mute () |
Public Member Functions | |
| GenericMonitor (QObject *parent, const QStringList &) | |
| virtual | ~GenericMonitor () |
| virtual bool | init () |
| virtual int | progress () const |
| virtual DisplayType | poll () |
Constructor & Destructor Documentation
| GenericMonitor::GenericMonitor | ( | QObject * | parent, | |
| const QStringList & | args | |||
| ) |
Definition at line 43 of file generic_monitor.cpp.
| GenericMonitor::~GenericMonitor | ( | ) | [virtual] |
Definition at line 56 of file generic_monitor.cpp.
Member Function Documentation
| bool GenericMonitor::init | ( | ) | [virtual] |
Called by kmilod to initialise this plugin.
The plugin must return true if its hardware is present and it should be loaded. If it returns false, it will be unloaded.
Reimplemented from KMilo::Monitor.
Definition at line 60 of file generic_monitor.cpp.
| int GenericMonitor::progress | ( | ) | const [virtual] |
If poll() returns stating that a value has changed, this will be called by kmilod to determine the value (0.
.100) for the slider in the display, if necessary.
Reimplemented from KMilo::Monitor.
Definition at line 247 of file generic_monitor.cpp.
| Monitor::DisplayType GenericMonitor::poll | ( | ) | [virtual] |
This is called by KMiloD when it polls.
Must return the type of event that has occurred, or None.
Reimplemented from KMilo::Monitor.
Definition at line 252 of file generic_monitor.cpp.
| void GenericMonitor::slowVolumeUp | ( | ) | [slot] |
Definition at line 160 of file generic_monitor.cpp.
| void GenericMonitor::slowVolumeDown | ( | ) | [slot] |
Definition at line 161 of file generic_monitor.cpp.
| void GenericMonitor::fastVolumeUp | ( | ) | [slot] |
Definition at line 162 of file generic_monitor.cpp.
| void GenericMonitor::fastVolumeDown | ( | ) | [slot] |
Definition at line 163 of file generic_monitor.cpp.
| void GenericMonitor::mute | ( | ) | [slot] |
Definition at line 224 of file generic_monitor.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference