|
MythTV
0.26-pre
|
#include <sctetables.h>
Public Member Functions | |
| InverseChannelMapSubtable (const unsigned char *data) | |
| uint | FirstMapIndex (void) const |
| uint | RecordCount (void) const |
| uint | SourceID (uint i) const |
| uint | VirtualChannelNumber (uint i) const |
| QString | toStringXML (uint indent_level) const |
| uint | Size (void) const |
Private Attributes | |
| const unsigned char * | _data |
Definition at line 468 of file sctetables.h.
| InverseChannelMapSubtable::InverseChannelMapSubtable | ( | const unsigned char * | data | ) | [inline] |
Definition at line 471 of file sctetables.h.
| uint InverseChannelMapSubtable::FirstMapIndex | ( | void | ) | const [inline] |
Definition at line 474 of file sctetables.h.
Referenced by toStringXML().
| uint InverseChannelMapSubtable::RecordCount | ( | void | ) | const [inline] |
Definition at line 477 of file sctetables.h.
Referenced by toStringXML().
| uint InverseChannelMapSubtable::SourceID | ( | uint | i | ) | const [inline] |
Definition at line 480 of file sctetables.h.
Referenced by toStringXML().
| uint InverseChannelMapSubtable::VirtualChannelNumber | ( | uint | i | ) | const [inline] |
Definition at line 483 of file sctetables.h.
Referenced by toStringXML().
| QString InverseChannelMapSubtable::toStringXML | ( | uint | indent_level | ) | const |
Definition at line 462 of file sctetables.cpp.
Referenced by ShortVirtualChannelTable::toStringXML().
| uint InverseChannelMapSubtable::Size | ( | void | ) | const [inline] |
Definition at line 488 of file sctetables.h.
const unsigned char* InverseChannelMapSubtable::_data [private] |
Definition at line 491 of file sctetables.h.
Referenced by hardwareprofile.distros.mythtv_data.main._Mythtv::data(), hardwareprofile.distros.mythtv_data.main._Mythtv::gather(), hardwareprofile.distros.mythtv_data.data_mythtv._Mythtv_data::get_data(), and hardwareprofile.distros.mythtv_data.data_mythtv._Mythtv_data::serialize().
1.7.6.1