|
MythTV
0.26-pre
|
#include <sourceutil.h>
Static Public Member Functions | |
| static bool | HasDigitalChannel (uint sourceid) |
| static QString | GetSourceName (uint sourceid) |
| static QString | GetChannelSeparator (uint sourceid) |
| static QString | GetChannelFormat (uint sourceid) |
| static uint | GetChannelCount (uint sourceid) |
| static vector< uint > | GetMplexIDs (uint sourceid) |
| static bool | GetListingsLoginData (uint sourceid, QString &grabber, QString &userid, QString &passwd, QString &lineupid) |
| static uint | GetConnectionCount (uint sourceid) |
| static bool | IsProperlyConnected (uint sourceid, bool strict=false) |
| static bool | IsEncoder (uint sourceid, bool strict=false) |
| static bool | IsUnscanable (uint sourceid) |
| static bool | IsCableCardPresent (uint sourceid) |
| static bool | IsAnySourceScanable (void) |
| static bool | UpdateChannelsFromListings (uint sourceid, QString cardtype=QString::null, bool wait=false) |
| static bool | UpdateSource (uint sourceid, QString sourcename, QString grabber, QString userid, QString freqtable, QString lineupid, QString password, bool useeit, QString configpath, int nitid) |
| static int | CreateSource (QString sourcename, QString grabber, QString userid, QString freqtable, QString lineupid, QString password, bool useeit, QString configpath, int nitid) |
| static bool | DeleteSource (uint sourceid) |
| static bool | DeleteAllSources (void) |
Definition at line 15 of file sourceutil.h.
| bool SourceUtil::HasDigitalChannel | ( | uint | sourceid | ) | [static] |
Definition at line 14 of file sourceutil.cpp.
Referenced by is_input_group_busy().
| QString SourceUtil::GetSourceName | ( | uint | sourceid | ) | [static] |
Definition at line 44 of file sourceutil.cpp.
Referenced by TV::FillOSDMenuSource(), and DBChannel::ToMap().
| QString SourceUtil::GetChannelSeparator | ( | uint | sourceid | ) | [static] |
Definition at line 67 of file sourceutil.cpp.
Referenced by GetChannelFormat(), TV::LoadDDMap(), and process_dd_station().
| QString SourceUtil::GetChannelFormat | ( | uint | sourceid | ) | [static] |
Definition at line 104 of file sourceutil.cpp.
| uint SourceUtil::GetChannelCount | ( | uint | sourceid | ) | [static] |
Definition at line 109 of file sourceutil.cpp.
Referenced by CardInput::channelScanner(), Channel::FetchChannelsFromSource(), and CardInput::sourceFetch().
| vector< uint > SourceUtil::GetMplexIDs | ( | uint | sourceid | ) | [static] |
Definition at line 121 of file sourceutil.cpp.
Referenced by ChannelScanSM::ScanExistingTransports().
| bool SourceUtil::GetListingsLoginData | ( | uint | sourceid, |
| QString & | grabber, | ||
| QString & | userid, | ||
| QString & | passwd, | ||
| QString & | lineupid | ||
| ) | [static] |
Definition at line 144 of file sourceutil.cpp.
Referenced by XMLTVConfig::Load(), TV::LoadDDMap(), and DataDirectProcessor::UpdateListings().
| uint SourceUtil::GetConnectionCount | ( | uint | sourceid | ) | [static] |
Definition at line 203 of file sourceutil.cpp.
Referenced by DataDirectProcessor::UpdateChannelsSafe().
| bool SourceUtil::IsProperlyConnected | ( | uint | sourceid, |
| bool | strict = false |
||
| ) | [static] |
Definition at line 209 of file sourceutil.cpp.
Referenced by DataDirectProcessor::UpdateChannelsSafe(), and DataDirectProcessor::UpdateChannelsUnsafe().
| bool SourceUtil::IsEncoder | ( | uint | sourceid, |
| bool | strict = false |
||
| ) | [static] |
Definition at line 282 of file sourceutil.cpp.
Referenced by ChannelData::insert_chan(), IsProperlyConnected(), DataDirectProcessor::UpdateChannelsSafe(), and DataDirectProcessor::UpdateChannelsUnsafe().
| bool SourceUtil::IsUnscanable | ( | uint | sourceid | ) | [static] |
Definition at line 318 of file sourceutil.cpp.
Referenced by ChannelData::insert_chan(), IsAnySourceScanable(), IsProperlyConnected(), DataDirectProcessor::UpdateChannelsSafe(), and DataDirectProcessor::UpdateChannelsUnsafe().
| bool SourceUtil::IsCableCardPresent | ( | uint | sourceid | ) | [static] |
Definition at line 329 of file sourceutil.cpp.
Referenced by ChannelData::insert_chan(), DataDirectProcessor::UpdateChannelsSafe(), and DataDirectProcessor::UpdateChannelsUnsafe().
| bool SourceUtil::IsAnySourceScanable | ( | void | ) | [static] |
Definition at line 343 of file sourceutil.cpp.
| bool SourceUtil::UpdateChannelsFromListings | ( | uint | sourceid, |
| QString | cardtype = QString::null, |
||
| bool | wait = false |
||
| ) | [static] |
Definition at line 363 of file sourceutil.cpp.
Referenced by Channel::FetchChannelsFromSource(), DDLoader::run(), and CardInput::sourceFetch().
| bool SourceUtil::UpdateSource | ( | uint | sourceid, |
| QString | sourcename, | ||
| QString | grabber, | ||
| QString | userid, | ||
| QString | freqtable, | ||
| QString | lineupid, | ||
| QString | password, | ||
| bool | useeit, | ||
| QString | configpath, | ||
| int | nitid | ||
| ) | [static] |
Definition at line 403 of file sourceutil.cpp.
Referenced by Channel::UpdateVideoSource().
| int SourceUtil::CreateSource | ( | QString | sourcename, |
| QString | grabber, | ||
| QString | userid, | ||
| QString | freqtable, | ||
| QString | lineupid, | ||
| QString | password, | ||
| bool | useeit, | ||
| QString | configpath, | ||
| int | nitid | ||
| ) | [static] |
Definition at line 436 of file sourceutil.cpp.
Referenced by Channel::AddVideoSource().
| bool SourceUtil::DeleteSource | ( | uint | sourceid | ) | [static] |
Definition at line 480 of file sourceutil.cpp.
Referenced by VideoSourceEditor::del(), and Channel::RemoveVideoSource().
| bool SourceUtil::DeleteAllSources | ( | void | ) | [static] |
Definition at line 535 of file sourceutil.cpp.
Referenced by VideoSourceEditor::edit().
1.7.6.1