#include <osdmanager.h>
Inheritance diagram for OSDManager::
Public Slots | |
void | displayMisc (const QString &text) |
void | displayChannel (int channel, const QString &name) |
void | displayMuted (bool muted) |
void | displayVolume (int vol) |
void | displayVolume (int left, int right) |
void | displayCC (const QString &text) |
void | scanPlugins () |
void | rescanPlugins () |
QColor | colourKey () const |
void | setColourKey (QColor key) |
QVOSDPlugin * | plugin () |
Signals | |
void | colourKeyChanged (QColor) |
Protected Methods | |
OSDManager (QtVision *qtv, QWidget *w) | |
virtual | ~OSDManager () |
Friends | |
class | QtVision |