|
MythTV
0.26-pre
|
#include <videosource.h>
Public Slots | |
| void | SetIP (const QString &) |
| void | SetCard (const QString &) |
| void | SetTuner (const QString &) |
Signals | |
| void | LoadedIP (const QString &) |
| void | LoadedCard (const QString &) |
| void | LoadedTuner (const QString &) |
Public Member Functions | |
| CetonDeviceID (const CaptureCard &parent) | |
| virtual void | Load (void) |
| void | UpdateValues () |
Private Attributes | |
| QString | _ip |
| QString | _card |
| QString | _tuner |
Definition at line 920 of file videosource.h.
| CetonDeviceID::CetonDeviceID | ( | const CaptureCard & | parent | ) |
Definition at line 1969 of file videosource.cpp.
| void CetonDeviceID::Load | ( | void | ) | [virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 2006 of file videosource.cpp.
Definition at line 2012 of file videosource.cpp.
Referenced by Load().
| void CetonDeviceID::LoadedIP | ( | const QString & | ) | [signal] |
Referenced by UpdateValues().
| void CetonDeviceID::LoadedCard | ( | const QString & | ) | [signal] |
Referenced by UpdateValues().
| void CetonDeviceID::LoadedTuner | ( | const QString & | ) | [signal] |
Referenced by UpdateValues().
| void CetonDeviceID::SetIP | ( | const QString & | ip | ) | [slot] |
Definition at line 1978 of file videosource.cpp.
| void CetonDeviceID::SetCard | ( | const QString & | card | ) | [slot] |
Definition at line 1988 of file videosource.cpp.
| void CetonDeviceID::SetTuner | ( | const QString & | tuner | ) | [slot] |
Definition at line 1997 of file videosource.cpp.
QString CetonDeviceID::_ip [private] |
Definition at line 942 of file videosource.h.
Referenced by SetCard(), SetIP(), and SetTuner().
QString CetonDeviceID::_card [private] |
Definition at line 943 of file videosource.h.
Referenced by SetCard(), SetIP(), and SetTuner().
QString CetonDeviceID::_tuner [private] |
Definition at line 944 of file videosource.h.
Referenced by SetCard(), SetIP(), and SetTuner().
1.7.6.1