|
MythTV
0.26-pre
|
Go to the source code of this file.
Classes | |
| class | CardUtil |
| Collection of helper utilities for capture card DB use. More... | |
Typedefs | |
| typedef QMap< int, QString > | InputNames |
Enumerations | |
| enum | dvb_dev_type_t { DVB_DEV_FRONTEND = 1, DVB_DEV_DVR, DVB_DEV_DEMUX, DVB_DEV_CA, DVB_DEV_AUDIO, DVB_DEV_VIDEO } |
Functions | |
| MTV_PUBLIC QString | get_on_cardid (const QString &, uint) |
| MTV_PUBLIC bool | set_on_source (const QString &, uint, uint, const QString) |
| MTV_PUBLIC QString | get_on_inputid (const QString &, uint) |
| MTV_PUBLIC bool | set_on_input (const QString &, uint, const QString) |
| typedef QMap<int,QString> InputNames |
Definition at line 21 of file cardutil.h.
| enum dvb_dev_type_t |
Definition at line 32 of file cardutil.h.
| MTV_PUBLIC QString get_on_cardid | ( | const QString & | , |
| uint | |||
| ) |
Definition at line 518 of file cardutil.cpp.
Referenced by CardUtil::GetAudioDevice(), CardUtil::GetRawCardType(), CardUtil::GetValueInt(), CardUtil::GetVBIDevice(), CardUtil::GetVideoDevice(), and set_on_source().
| MTV_PUBLIC bool set_on_source | ( | const QString & | , |
| uint | , | ||
| uint | , | ||
| const QString | |||
| ) |
Definition at line 535 of file cardutil.cpp.
Referenced by CardUtil::SetValue(), and Capture::UpdateCaptureCard().
| MTV_PUBLIC QString get_on_inputid | ( | const QString & | , |
| uint | |||
| ) |
Definition at line 561 of file cardutil.cpp.
Referenced by set_on_input().
| MTV_PUBLIC bool set_on_input | ( | const QString & | , |
| uint | , | ||
| const QString | |||
| ) |
Definition at line 578 of file cardutil.cpp.
Referenced by CardUtil::SetInputValue(), and Capture::UpdateCardInput().
1.7.6.1