|
MythTV
0.26-pre
|
#include <videosource.h>
Classes | |
| class | ID |
Public Slots | |
| void | CreateNewInputGroup () |
| void | channelScanner () |
| void | sourceFetch () |
| void | SetSourceID (const QString &sourceid) |
Public Member Functions | |
| CardInput (bool is_dtv_card, bool is_dvb_card, bool is_new_input, int cardid) | |
| ~CardInput () | |
| int | getInputID (void) const |
| void | loadByID (int id) |
| void | loadByInput (int cardid, QString input) |
| QString | getSourceName (void) const |
| virtual void | Save (void) |
| virtual void | Save (QString) |
Private Attributes | |
| ID * | id |
| CardID * | cardid |
| InputName * | inputname |
| SourceID * | sourceid |
| StartingChannel * | startchan |
| TransButtonSetting * | scan |
| TransButtonSetting * | srcfetch |
| DiSEqCDevSettings * | externalInputSettings |
| InputGroup * | inputgrp0 |
| InputGroup * | inputgrp1 |
Definition at line 765 of file videosource.h.
| CardInput::CardInput | ( | bool | is_dtv_card, |
| bool | is_dvb_card, | ||
| bool | is_new_input, | ||
| int | cardid | ||
| ) |
Definition at line 2869 of file videosource.cpp.
Definition at line 2968 of file videosource.cpp.
| int CardInput::getInputID | ( | void | ) | const [inline] |
Definition at line 773 of file videosource.h.
Referenced by CardInputDBStorage::getInputID(), CardInputDBStorage::GetSetClause(), CardInputDBStorage::GetWhereClause(), InputGroup::Load(), Save(), and InputGroup::Save().
| void CardInput::loadByID | ( | int | id | ) |
Definition at line 3158 of file videosource.cpp.
Referenced by loadByInput().
| void CardInput::loadByInput | ( | int | cardid, |
| QString | input | ||
| ) |
Definition at line 3165 of file videosource.cpp.
Referenced by CardUtil::GetCardInputs().
| QString CardInput::getSourceName | ( | void | ) | const |
Definition at line 2987 of file videosource.cpp.
Referenced by CardUtil::GetCardInputs().
| void CardInput::Save | ( | void | ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 3185 of file videosource.cpp.
Referenced by channelScanner(), and sourceFetch().
| virtual void CardInput::Save | ( | QString | ) | [inline, virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 780 of file videosource.h.
Referenced by Save().
| void CardInput::CreateNewInputGroup | ( | void | ) | [slot] |
Definition at line 2992 of file videosource.cpp.
Referenced by CardInput().
| void CardInput::channelScanner | ( | void | ) | [slot] |
Definition at line 3061 of file videosource.cpp.
Referenced by CardInput().
| void CardInput::sourceFetch | ( | void | ) | [slot] |
Definition at line 3098 of file videosource.cpp.
Referenced by CardInput().
| void CardInput::SetSourceID | ( | const QString & | sourceid | ) | [slot] |
Definition at line 2977 of file videosource.cpp.
Referenced by CardInput().
ID* CardInput::id [private] |
Definition at line 799 of file videosource.h.
CardID* CardInput::cardid [private] |
Definition at line 800 of file videosource.h.
Referenced by CardInput(), channelScanner(), loadByInput(), Save(), SetSourceID(), and sourceFetch().
InputName* CardInput::inputname [private] |
Definition at line 801 of file videosource.h.
Referenced by CardInput(), channelScanner(), and loadByInput().
SourceID* CardInput::sourceid [private] |
Definition at line 802 of file videosource.h.
Referenced by CardInput(), channelScanner(), getSourceName(), Save(), and sourceFetch().
StartingChannel* CardInput::startchan [private] |
Definition at line 803 of file videosource.h.
Referenced by CardInput(), channelScanner(), and sourceFetch().
TransButtonSetting* CardInput::scan [private] |
Definition at line 804 of file videosource.h.
Referenced by CardInput(), and SetSourceID().
TransButtonSetting* CardInput::srcfetch [private] |
Definition at line 805 of file videosource.h.
Referenced by CardInput(), and SetSourceID().
Definition at line 806 of file videosource.h.
Referenced by CardInput(), loadByID(), Save(), and ~CardInput().
InputGroup* CardInput::inputgrp0 [private] |
Definition at line 807 of file videosource.h.
Referenced by CardInput(), and CreateNewInputGroup().
InputGroup* CardInput::inputgrp1 [private] |
Definition at line 808 of file videosource.h.
Referenced by CardInput(), and CreateNewInputGroup().
1.7.6.1