#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.
Definition at line 2868 of file videosource.cpp.
| CardInput::~CardInput | ( | ) |
Definition at line 2967 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 3157 of file videosource.cpp.
Referenced by loadByInput().
| void CardInput::loadByInput | ( | int | cardid, | |
| QString | input | |||
| ) |
Definition at line 3164 of file videosource.cpp.
Referenced by CardUtil::GetCardInputs().
| QString CardInput::getSourceName | ( | void | ) | const |
Definition at line 2986 of file videosource.cpp.
Referenced by CardUtil::GetCardInputs().
| void CardInput::Save | ( | void | ) | [virtual] |
Reimplemented from ConfigurationDialog.
Definition at line 3184 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 2991 of file videosource.cpp.
Referenced by CardInput().
| void CardInput::channelScanner | ( | void | ) | [slot] |
Definition at line 3060 of file videosource.cpp.
Referenced by CardInput().
| void CardInput::sourceFetch | ( | void | ) | [slot] |
Definition at line 3097 of file videosource.cpp.
Referenced by CardInput().
| void CardInput::SetSourceID | ( | const QString & | sourceid | ) | [slot] |
Definition at line 2976 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.6.3