|
MythTV
0.26-pre
|
#include <videosource.h>
Public Slots | |
| void | UpdateDevices (const QString &) |
Public Member Functions | |
| HDHomeRunDeviceIDList (HDHomeRunDeviceID *deviceid, TransLabelSetting *desc, HDHomeRunIP *cardip, HDHomeRunTunerIndex *cardtuner, HDHomeRunDeviceList *devicelist) | |
| void | fillSelections (const QString ¤t) |
| Adds all available device-tuner combinations to list If current is >= 0 it will be considered available even if no device exists for it on the network. | |
| virtual void | Load (void) |
Private Attributes | |
| HDHomeRunDeviceID * | _deviceid |
| TransLabelSetting * | _desc |
| HDHomeRunIP * | _cardip |
| HDHomeRunTunerIndex * | _cardtuner |
| HDHomeRunDeviceList * | _devicelist |
| QString | _oldValue |
Definition at line 857 of file videosource.h.
| HDHomeRunDeviceIDList::HDHomeRunDeviceIDList | ( | HDHomeRunDeviceID * | deviceid, |
| TransLabelSetting * | desc, | ||
| HDHomeRunIP * | cardip, | ||
| HDHomeRunTunerIndex * | cardtuner, | ||
| HDHomeRunDeviceList * | devicelist | ||
| ) |
Definition at line 1403 of file videosource.cpp.
| void HDHomeRunDeviceIDList::fillSelections | ( | const QString & | current | ) |
Adds all available device-tuner combinations to list If current is >= 0 it will be considered available even if no device exists for it on the network.
Definition at line 1429 of file videosource.cpp.
Referenced by Load().
| void HDHomeRunDeviceIDList::Load | ( | void | ) | [virtual] |
Reimplemented from TransientStorage.
Definition at line 1497 of file videosource.cpp.
| void HDHomeRunDeviceIDList::UpdateDevices | ( | const QString & | v | ) | [slot] |
Definition at line 1504 of file videosource.cpp.
Referenced by HDHomeRunDeviceIDList().
Definition at line 876 of file videosource.h.
Referenced by fillSelections(), Load(), and UpdateDevices().
TransLabelSetting* HDHomeRunDeviceIDList::_desc [private] |
Definition at line 877 of file videosource.h.
Referenced by UpdateDevices().
HDHomeRunIP* HDHomeRunDeviceIDList::_cardip [private] |
Definition at line 878 of file videosource.h.
Referenced by fillSelections(), and UpdateDevices().
Definition at line 879 of file videosource.h.
Referenced by fillSelections(), and UpdateDevices().
Definition at line 880 of file videosource.h.
Referenced by fillSelections(), and UpdateDevices().
QString HDHomeRunDeviceIDList::_oldValue [private] |
Definition at line 882 of file videosource.h.
Referenced by HDHomeRunDeviceIDList(), and UpdateDevices().
1.7.6.1