|
MythTV
0.26-pre
|
This table contains information about the cable channels transmitted on this multiplex. More...
#include <atsctables.h>
Public Member Functions | |
| CableVirtualChannelTable (const CableVirtualChannelTable &table) | |
| CableVirtualChannelTable (const PSIPTable &table) | |
| ~CableVirtualChannelTable () | |
| uint | SCTEMapId () const |
| bool | SCTEIsChannelNumberOnePart (uint i) const |
| bool | SCTEIsChannelNumberTwoPart (uint i) const |
| uint | SCTEOnePartChannel (uint i) const |
| bool | IsPathSelect (uint i) const |
| bool | IsOutOfBand (uint i) const |
| virtual QString | ChannelString (uint channel) const |
| virtual QString | XMLChannelValues (uint indent_level, uint channel) const |
This table contains information about the cable channels transmitted on this multiplex.
Definition at line 410 of file atsctables.h.
| CableVirtualChannelTable::CableVirtualChannelTable | ( | const CableVirtualChannelTable & | table | ) | [inline] |
Definition at line 413 of file atsctables.h.
| CableVirtualChannelTable::CableVirtualChannelTable | ( | const PSIPTable & | table | ) | [inline] |
Definition at line 418 of file atsctables.h.
| CableVirtualChannelTable::~CableVirtualChannelTable | ( | ) | [inline] |
Definition at line 423 of file atsctables.h.
| uint CableVirtualChannelTable::SCTEMapId | ( | ) | const [inline] |
Definition at line 439 of file atsctables.h.
| bool CableVirtualChannelTable::SCTEIsChannelNumberOnePart | ( | uint | i | ) | const [inline] |
Definition at line 460 of file atsctables.h.
| bool CableVirtualChannelTable::SCTEIsChannelNumberTwoPart | ( | uint | i | ) | const [inline] |
Definition at line 464 of file atsctables.h.
Referenced by ChannelString(), and XMLChannelValues().
| uint CableVirtualChannelTable::SCTEOnePartChannel | ( | uint | i | ) | const [inline] |
Definition at line 471 of file atsctables.h.
Referenced by ChannelString(), and XMLChannelValues().
| bool CableVirtualChannelTable::IsPathSelect | ( | uint | i | ) | const [inline] |
Definition at line 486 of file atsctables.h.
Referenced by ChannelString(), and XMLChannelValues().
| bool CableVirtualChannelTable::IsOutOfBand | ( | uint | i | ) | const [inline] |
Definition at line 491 of file atsctables.h.
Referenced by ChannelString(), and XMLChannelValues().
| QString CableVirtualChannelTable::ChannelString | ( | uint | channel | ) | const [virtual] |
Implements VirtualChannelTable.
Definition at line 397 of file atsctables.cpp.
| QString CableVirtualChannelTable::XMLChannelValues | ( | uint | indent_level, |
| uint | channel | ||
| ) | const [virtual] |
Reimplemented from VirtualChannelTable.
Definition at line 381 of file atsctables.cpp.
1.7.6.1