MythTV
master
|
#include <channelimporter.h>
Public Member Functions | |
ChannelImporterBasicStats ()=default | |
Public Attributes | |
ChanStats | m_atscChannels {} |
ChanStats | m_dvbChannels {} |
ChanStats | m_scteChannels {} |
ChanStats | m_mpegChannels {} |
ChanStats | m_ntscChannels {} |
QMap< uint, uint > | m_progNumCnt |
QMap< uint, uint > | m_atscNumCnt |
QMap< uint, uint > | m_atscMinCnt |
QMap< uint, uint > | m_atscMajCnt |
QMap< QString, uint > | m_chanNumCnt |
Definition at line 37 of file channelimporter.h.
|
default |
ChanStats ChannelImporterBasicStats::m_atscChannels {} |
Definition at line 43 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), and ChannelImporter::GetSummary().
ChanStats ChannelImporterBasicStats::m_dvbChannels {} |
Definition at line 44 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), and ChannelImporter::GetSummary().
ChanStats ChannelImporterBasicStats::m_scteChannels {} |
Definition at line 45 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), and ChannelImporter::GetSummary().
ChanStats ChannelImporterBasicStats::m_mpegChannels {} |
Definition at line 46 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), and ChannelImporter::GetSummary().
ChanStats ChannelImporterBasicStats::m_ntscChannels {} |
Definition at line 47 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), and ChannelImporter::GetSummary().
Definition at line 50 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::FormatChannel(), and ChannelImporter::IsType().
Definition at line 51 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::FormatChannel(), and ChannelImporter::IsType().
Definition at line 52 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), and ChannelImporter::FormatChannel().
Definition at line 53 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), and ChannelImporter::CollectUniquenessStats().
QMap<QString,uint> ChannelImporterBasicStats::m_chanNumCnt |
Definition at line 54 of file channelimporter.h.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::FormatChannel(), and ChannelImporter::IsType().