|
MythTV
0.26-pre
|
#include <channelimporter.h>
Definition at line 76 of file channelimporter.h.
enum ChannelImporter::DeleteAction [protected] |
Definition at line 90 of file channelimporter.h.
enum ChannelImporter::InsertAction [protected] |
Definition at line 97 of file channelimporter.h.
enum ChannelImporter::UpdateAction [protected] |
Definition at line 103 of file channelimporter.h.
enum ChannelImporter::ChannelType [protected] |
Definition at line 110 of file channelimporter.h.
| ChannelImporter::ChannelImporter | ( | bool | gui, |
| bool | interactive, | ||
| bool | _delete, | ||
| bool | insert, | ||
| bool | save, | ||
| bool | fta_only, | ||
| ServiceRequirements | service_requirements | ||
| ) | [inline] |
Definition at line 79 of file channelimporter.h.
| void ChannelImporter::Process | ( | const ScanDTVTransportList & | _transports | ) |
Definition at line 32 of file channelimporter.cpp.
Referenced by main(), ChannelScannerCLI::Process(), ChannelScannerGUI::Process(), and ScanWizard::SetPage().
| QString ChannelImporter::toString | ( | ChannelType | type | ) | [protected] |
Definition at line 119 of file channelimporter.cpp.
| void ChannelImporter::CleanupDuplicates | ( | ScanDTVTransportList & | transports | ) | const [protected] |
Definition at line 692 of file channelimporter.cpp.
| void ChannelImporter::FilterServices | ( | ScanDTVTransportList & | transports | ) | const [protected] |
Definition at line 744 of file channelimporter.cpp.
| ScanDTVTransportList ChannelImporter::GetDBTransports | ( | uint | sourceid, |
| ScanDTVTransportList & | transports | ||
| ) | const [protected] |
Adds found channel info to transports list, returns channels in DB which were not found in scan.
Definition at line 783 of file channelimporter.cpp.
| uint ChannelImporter::DeleteChannels | ( | ScanDTVTransportList & | transports | ) | [protected] |
Definition at line 139 of file channelimporter.cpp.
| uint ChannelImporter::DeleteUnusedTransports | ( | uint | sourceid | ) | [protected] |
Definition at line 226 of file channelimporter.cpp.
| void ChannelImporter::InsertChannels | ( | const ScanDTVTransportList & | transports, |
| const ChannelImporterBasicStats & | info | ||
| ) | [protected] |
Definition at line 279 of file channelimporter.cpp.
| ScanDTVTransportList ChannelImporter::InsertChannels | ( | const ScanDTVTransportList & | transports, |
| const ChannelImporterBasicStats & | info, | ||
| InsertAction | action, | ||
| ChannelType | type, | ||
| ScanDTVTransportList & | filtered | ||
| ) | [protected] |
Definition at line 366 of file channelimporter.cpp.
| ScanDTVTransportList ChannelImporter::UpdateChannels | ( | const ScanDTVTransportList & | transports, |
| const ChannelImporterBasicStats & | info, | ||
| UpdateAction | action, | ||
| ChannelType | type, | ||
| ScanDTVTransportList & | filtered | ||
| ) | [protected] |
Definition at line 554 of file channelimporter.cpp.
| ChannelImporter::DeleteAction ChannelImporter::QueryUserDelete | ( | const QString & | msg | ) | [protected] |
For multiple channels.
Definition at line 1239 of file channelimporter.cpp.
| ChannelImporter::InsertAction ChannelImporter::QueryUserInsert | ( | const QString & | msg | ) | [protected] |
For multiple channels.
Definition at line 1302 of file channelimporter.cpp.
| ChannelImporter::UpdateAction ChannelImporter::QueryUserUpdate | ( | const QString & | msg | ) | [protected] |
For multiple channels.
Definition at line 1358 of file channelimporter.cpp.
| OkCancelType ChannelImporter::QueryUserResolve | ( | const ChannelImporterBasicStats & | info, |
| const ScanDTVTransport & | transport, | ||
| ChannelInsertInfo & | chan | ||
| ) | [protected] |
For a single channel.
Definition at line 1476 of file channelimporter.cpp.
| OkCancelType ChannelImporter::QueryUserInsert | ( | const ChannelImporterBasicStats & | info, |
| const ScanDTVTransport & | transport, | ||
| ChannelInsertInfo & | chan | ||
| ) | [protected] |
For a single channel.
Definition at line 1557 of file channelimporter.cpp.
| QString ChannelImporter::ComputeSuggestedChannelNum | ( | const ChannelImporterBasicStats & | info, |
| const ScanDTVTransport & | transport, | ||
| const ChannelInsertInfo & | chan | ||
| ) | [static, protected] |
Definition at line 1196 of file channelimporter.cpp.
| OkCancelType ChannelImporter::ShowManualChannelPopup | ( | MythMainWindow * | parent, |
| QString | title, | ||
| QString | message, | ||
| QString & | text | ||
| ) | [static, protected] |
Definition at line 1421 of file channelimporter.cpp.
| void ChannelImporter::FixUpOpenCable | ( | ScanDTVTransportList & | transports | ) | [static, protected] |
Definition at line 875 of file channelimporter.cpp.
| ChannelImporterBasicStats ChannelImporter::CollectStats | ( | const ScanDTVTransportList & | transports | ) | [static, protected] |
Definition at line 892 of file channelimporter.cpp.
| ChannelImporterUniquenessStats ChannelImporter::CollectUniquenessStats | ( | const ScanDTVTransportList & | transports, |
| const ChannelImporterBasicStats & | info | ||
| ) | [static, protected] |
Definition at line 931 of file channelimporter.cpp.
| QString ChannelImporter::FormatChannels | ( | const ScanDTVTransportList & | transports, |
| const ChannelImporterBasicStats & | info | ||
| ) | [static, protected] |
Definition at line 1075 of file channelimporter.cpp.
| QString ChannelImporter::FormatChannel | ( | const ScanDTVTransport & | transport, |
| const ChannelInsertInfo & | chan, | ||
| const ChannelImporterBasicStats * | info = NULL |
||
| ) | [static, protected] |
Definition at line 968 of file channelimporter.cpp.
| QString ChannelImporter::SimpleFormatChannel | ( | const ScanDTVTransport & | transport, |
| const ChannelInsertInfo & | chan | ||
| ) | [static, protected] |
Definition at line 1037 of file channelimporter.cpp.
| QString ChannelImporter::GetSummary | ( | uint | transport_count, |
| const ChannelImporterBasicStats & | info, | ||
| const ChannelImporterUniquenessStats & | stats | ||
| ) | [static, protected] |
Definition at line 1089 of file channelimporter.cpp.
| bool ChannelImporter::IsType | ( | const ChannelImporterBasicStats & | info, |
| const ChannelInsertInfo & | chan, | ||
| ChannelType | type | ||
| ) | [static, protected] |
Definition at line 1119 of file channelimporter.cpp.
| void ChannelImporter::CountChannels | ( | const ScanDTVTransportList & | transports, |
| const ChannelImporterBasicStats & | info, | ||
| ChannelType | type, | ||
| uint & | new_chan, | ||
| uint & | old_chan | ||
| ) | [static, protected] |
Definition at line 1174 of file channelimporter.cpp.
bool ChannelImporter::use_gui [private] |
Definition at line 224 of file channelimporter.h.
bool ChannelImporter::is_interactive [private] |
Definition at line 225 of file channelimporter.h.
bool ChannelImporter::do_delete [private] |
Definition at line 226 of file channelimporter.h.
bool ChannelImporter::do_insert [private] |
Definition at line 227 of file channelimporter.h.
bool ChannelImporter::do_save [private] |
Definition at line 228 of file channelimporter.h.
bool ChannelImporter::m_fta_only [private] |
Only FreeToAir (non-encrypted) channels desired post scan?
Definition at line 230 of file channelimporter.h.
Services desired post scan.
Definition at line 232 of file channelimporter.h.
1.7.6.1