|
MythTV
0.26-pre
|
#include <dbchannelinfo.h>
Public Member Functions | |
| ChannelInsertInfo (void) | |
| ChannelInsertInfo (uint _db_mplexid, uint _source_id, uint _channel_id, QString _callsign, QString _service_name, QString _chan_num, uint _service_id, uint _atsc_major_channel, uint _atsc_minor_channel, bool _use_on_air_guide, bool _hidden, bool _hidden_in_guide, QString _freqid, QString _icon, QString _format, QString _xmltvid, uint _pat_tsid, uint _vct_tsid, uint _vct_chan_tsid, uint _sdt_tsid, uint _orig_netid, uint _netid, QString _si_standard, bool _in_channels_conf, bool _in_pat, bool _in_pmt, bool _in_vct, bool _in_nit, bool _in_sdt, bool _is_encrypted, bool _is_data_service, bool _is_audio_service, bool _is_opencable, bool _could_be_opencable, int _decryption_status, QString _default_authority) | |
| ChannelInsertInfo (const ChannelInsertInfo &other) | |
| ChannelInsertInfo & | operator= (const ChannelInsertInfo &other) |
| bool | IsSameChannel (const ChannelInsertInfo &) const |
| bool | SaveScan (uint scanid, uint transportid) const |
| void | ImportExtraInfo (const ChannelInsertInfo &other) |
Public Attributes | |
| uint | db_mplexid |
| uint | source_id |
| uint | channel_id |
| QString | callsign |
| QString | service_name |
| QString | chan_num |
| uint | service_id |
| uint | atsc_major_channel |
| uint | atsc_minor_channel |
| bool | use_on_air_guide |
| bool | hidden |
| bool | hidden_in_guide |
| QString | freqid |
| QString | icon |
| QString | format |
| QString | xmltvid |
| QString | default_authority |
| uint | pat_tsid |
| uint | vct_tsid |
| uint | vct_chan_tsid |
| uint | sdt_tsid |
| uint | orig_netid |
| uint | netid |
| QString | si_standard |
| bool | in_channels_conf |
| bool | in_pat |
| bool | in_pmt |
| bool | in_vct |
| bool | in_nit |
| bool | in_sdt |
| bool | is_encrypted |
| bool | is_data_service |
| bool | is_audio_service |
| bool | is_opencable |
| bool | could_be_opencable |
| int | decryption_status |
Definition at line 75 of file dbchannelinfo.h.
| ChannelInsertInfo::ChannelInsertInfo | ( | void | ) | [inline] |
Definition at line 78 of file dbchannelinfo.h.
| ChannelInsertInfo::ChannelInsertInfo | ( | uint | _db_mplexid, |
| uint | _source_id, | ||
| uint | _channel_id, | ||
| QString | _callsign, | ||
| QString | _service_name, | ||
| QString | _chan_num, | ||
| uint | _service_id, | ||
| uint | _atsc_major_channel, | ||
| uint | _atsc_minor_channel, | ||
| bool | _use_on_air_guide, | ||
| bool | _hidden, | ||
| bool | _hidden_in_guide, | ||
| QString | _freqid, | ||
| QString | _icon, | ||
| QString | _format, | ||
| QString | _xmltvid, | ||
| uint | _pat_tsid, | ||
| uint | _vct_tsid, | ||
| uint | _vct_chan_tsid, | ||
| uint | _sdt_tsid, | ||
| uint | _orig_netid, | ||
| uint | _netid, | ||
| QString | _si_standard, | ||
| bool | _in_channels_conf, | ||
| bool | _in_pat, | ||
| bool | _in_pmt, | ||
| bool | _in_vct, | ||
| bool | _in_nit, | ||
| bool | _in_sdt, | ||
| bool | _is_encrypted, | ||
| bool | _is_data_service, | ||
| bool | _is_audio_service, | ||
| bool | _is_opencable, | ||
| bool | _could_be_opencable, | ||
| int | _decryption_status, | ||
| QString | _default_authority | ||
| ) |
Definition at line 222 of file dbchannelinfo.cpp.
| ChannelInsertInfo::ChannelInsertInfo | ( | const ChannelInsertInfo & | other | ) | [inline] |
Definition at line 129 of file dbchannelinfo.h.
| ChannelInsertInfo & ChannelInsertInfo::operator= | ( | const ChannelInsertInfo & | other | ) |
Definition at line 291 of file dbchannelinfo.cpp.
| bool ChannelInsertInfo::IsSameChannel | ( | const ChannelInsertInfo & | other | ) | const |
Definition at line 429 of file dbchannelinfo.cpp.
| bool ChannelInsertInfo::SaveScan | ( | uint | scanid, |
| uint | transportid | ||
| ) | const |
Definition at line 139 of file dbchannelinfo.cpp.
| void ChannelInsertInfo::ImportExtraInfo | ( | const ChannelInsertInfo & | other | ) |
Definition at line 336 of file dbchannelinfo.cpp.
Definition at line 139 of file dbchannelinfo.h.
Referenced by ChannelImporter::DeleteChannels(), ChannelImporter::GetDBTransports(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), SaveScan(), and ChannelImporter::UpdateChannels().
Definition at line 140 of file dbchannelinfo.h.
Referenced by ChannelImporter::ComputeSuggestedChannelNum(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), ChannelImporter::QueryUserInsert(), ChannelImporter::QueryUserResolve(), SaveScan(), and ChannelImporter::UpdateChannels().
Definition at line 141 of file dbchannelinfo.h.
Referenced by ChannelImporter::CountChannels(), ChannelImporter::DeleteChannels(), ChannelImporter::FormatChannel(), ChannelImporter::GetDBTransports(), nv_python_libs.vimeo.vimeo_api.Videos::getTreeVideos(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), ChannelImporter::QueryUserInsert(), ChannelImporter::QueryUserResolve(), SaveScan(), ChannelImporter::UpdateChannels(), and ChannelUtil::UpdateInsertInfoFromDB().
| QString ChannelInsertInfo::callsign |
Definition at line 142 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ChannelImporter::FormatChannel(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), SaveScan(), ChannelImporter::SimpleFormatChannel(), update_info(), and ChannelImporter::UpdateChannels().
| QString ChannelInsertInfo::service_name |
Definition at line 143 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ChannelImporter::FormatChannel(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), SaveScan(), ChannelImporter::SimpleFormatChannel(), update_info(), and ChannelImporter::UpdateChannels().
| QString ChannelInsertInfo::chan_num |
Definition at line 144 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::FormatChannel(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), ChannelImporter::InsertChannels(), ChannelImporter::IsType(), operator=(), ChannelImporter::QueryUserInsert(), ChannelImporter::QueryUserResolve(), SaveScan(), update_info(), and ChannelImporter::UpdateChannels().
Definition at line 145 of file dbchannelinfo.h.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::ComputeSuggestedChannelNum(), ChannelImporter::FormatChannel(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), ChannelImporter::InsertChannels(), IsSameChannel(), ChannelImporter::IsType(), operator=(), SaveScan(), ChannelImporter::SimpleFormatChannel(), update_info(), and ChannelImporter::UpdateChannels().
Definition at line 146 of file dbchannelinfo.h.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::ComputeSuggestedChannelNum(), ChannelImporter::FormatChannel(), ImportExtraInfo(), ChannelImporter::InsertChannels(), IsSameChannel(), ChannelImporter::IsType(), operator=(), SaveScan(), ChannelImporter::SimpleFormatChannel(), update_info(), and ChannelImporter::UpdateChannels().
Definition at line 147 of file dbchannelinfo.h.
Referenced by ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::ComputeSuggestedChannelNum(), ChannelImporter::FormatChannel(), ImportExtraInfo(), ChannelImporter::InsertChannels(), IsSameChannel(), ChannelImporter::IsType(), operator=(), SaveScan(), ChannelImporter::SimpleFormatChannel(), update_info(), and ChannelImporter::UpdateChannels().
Definition at line 148 of file dbchannelinfo.h.
Referenced by ChannelImporter::InsertChannels(), operator=(), SaveScan(), update_info(), ChannelImporter::UpdateChannels(), and ChannelUtil::UpdateInsertInfoFromDB().
Definition at line 149 of file dbchannelinfo.h.
Referenced by ChannelImporter::InsertChannels(), operator=(), SaveScan(), update_info(), and ChannelImporter::UpdateChannels().
Definition at line 150 of file dbchannelinfo.h.
Referenced by ChannelImporter::InsertChannels(), operator=(), SaveScan(), update_info(), and ChannelImporter::UpdateChannels().
| QString ChannelInsertInfo::freqid |
Definition at line 151 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ChannelImporter::ComputeSuggestedChannelNum(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), SaveScan(), ChannelImporter::SimpleFormatChannel(), and ChannelImporter::UpdateChannels().
| QString ChannelInsertInfo::icon |
Definition at line 152 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ImportExtraInfo(), operator=(), and SaveScan().
| QString ChannelInsertInfo::format |
Definition at line 153 of file dbchannelinfo.h.
Referenced by ImportExtraInfo(), operator=(), and update_info().
| QString ChannelInsertInfo::xmltvid |
Definition at line 154 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ImportExtraInfo(), operator=(), SaveScan(), and ChannelUtil::UpdateInsertInfoFromDB().
Definition at line 155 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), SaveScan(), update_info(), and ChannelImporter::UpdateChannels().
Definition at line 158 of file dbchannelinfo.h.
Referenced by ChannelImporter::FormatChannel(), ImportExtraInfo(), ChannelImporter::InsertChannels(), IsSameChannel(), operator=(), and SaveScan().
Definition at line 159 of file dbchannelinfo.h.
Referenced by ChannelImporter::FormatChannel(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), SaveScan(), and update_info().
Definition at line 160 of file dbchannelinfo.h.
Referenced by ChannelImporter::FormatChannel(), ImportExtraInfo(), ChannelImporter::InsertChannels(), operator=(), SaveScan(), and update_info().
Definition at line 161 of file dbchannelinfo.h.
Referenced by ChannelImporter::FormatChannel(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), ChannelImporter::InsertChannels(), IsSameChannel(), operator=(), SaveScan(), and update_info().
Definition at line 162 of file dbchannelinfo.h.
Referenced by ChannelImporter::FormatChannel(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), ChannelImporter::InsertChannels(), IsSameChannel(), operator=(), SaveScan(), and update_info().
Definition at line 163 of file dbchannelinfo.h.
Referenced by ChannelImporter::FormatChannel(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), operator=(), SaveScan(), and ChannelImporter::SimpleFormatChannel().
| QString ChannelInsertInfo::si_standard |
Definition at line 164 of file dbchannelinfo.h.
Referenced by ChannelInsertInfo(), ChannelImporter::CollectStats(), ChannelImporter::CollectUniquenessStats(), ChannelImporter::ComputeSuggestedChannelNum(), ChannelImporter::FixUpOpenCable(), ChannelImporter::FormatChannel(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), ChannelImporter::InsertChannels(), ChannelImporter::IsType(), operator=(), SaveScan(), ChannelImporter::SimpleFormatChannel(), update_info(), and ChannelImporter::UpdateChannels().
Definition at line 165 of file dbchannelinfo.h.
Referenced by ImportExtraInfo(), operator=(), and SaveScan().
Definition at line 166 of file dbchannelinfo.h.
Referenced by ImportExtraInfo(), operator=(), and SaveScan().
Definition at line 167 of file dbchannelinfo.h.
Referenced by ChannelImporter::DeleteChannels(), ImportExtraInfo(), operator=(), and SaveScan().
Definition at line 168 of file dbchannelinfo.h.
Referenced by ChannelImporter::FixUpOpenCable(), ImportExtraInfo(), operator=(), SaveScan(), and update_info().
Definition at line 169 of file dbchannelinfo.h.
Referenced by ChannelScanSM::GetChannelList(), ImportExtraInfo(), operator=(), and SaveScan().
Definition at line 170 of file dbchannelinfo.h.
Referenced by ImportExtraInfo(), operator=(), SaveScan(), and update_info().
Definition at line 171 of file dbchannelinfo.h.
Referenced by ChannelImporter::CollectStats(), ImportExtraInfo(), operator=(), SaveScan(), and update_info().
Definition at line 172 of file dbchannelinfo.h.
Referenced by ImportExtraInfo(), operator=(), SaveScan(), and update_info().
Definition at line 173 of file dbchannelinfo.h.
Referenced by ImportExtraInfo(), operator=(), SaveScan(), and update_info().
Definition at line 174 of file dbchannelinfo.h.
Referenced by ChannelImporter::FixUpOpenCable(), ImportExtraInfo(), operator=(), and SaveScan().
Definition at line 175 of file dbchannelinfo.h.
Referenced by ChannelImporter::FixUpOpenCable(), ImportExtraInfo(), operator=(), and SaveScan().
Definition at line 176 of file dbchannelinfo.h.
Referenced by ChannelImporter::CollectStats(), ChannelScanSM::GetChannelList(), ImportExtraInfo(), operator=(), and SaveScan().
1.7.6.1