|
MythTV
0.27pre
|
#include <dtvconfparserhelpers.h>


Public Types | |
| enum | { kHierarchyNone, kHierarchy1, kHierarchy2, kHierarchy4, kHierarchyAuto } |
Public Member Functions | |
| DTVHierarchy (int _default=kHierarchyAuto) | |
| bool | IsCompatible (const DTVHierarchy &other) const |
| bool | ParseConf (const QString &_value) |
| bool | ParseVDR (const QString &_value) |
| bool | Parse (const QString &_value) |
| QString | toString () const |
| QChar | toChar () const |
Public Member Functions inherited from DTVParamHelper | |
| DTVParamHelper (int _value) | |
| DTVParamHelper & | operator= (int _value) |
| operator int () const | |
| bool | operator== (const int &v) const |
| bool | operator!= (const int &v) const |
Static Public Member Functions | |
| static QString | toString (int _value) |
Static Protected Attributes | |
| static const DTVParamHelperStruct | confTable [] |
| static const DTVParamHelperStruct | vdrTable [] |
| static const DTVParamHelperStruct | parseTable [] |
| static const uint | kDBStrCnt = 5 |
| static const char * | dbStr [kDBStrCnt] |
Additional Inherited Members | |
Static Protected Member Functions inherited from DTVParamHelper | |
| static bool | ParseParam (const QString &symbol, int &value, const DTVParamHelperStruct *table) |
| static QString | toString (const char *strings[], int index, uint strings_size) |
Protected Attributes inherited from DTVParamHelper | |
| int | value |
Definition at line 417 of file dtvconfparserhelpers.h.
| anonymous enum |
Definition at line 427 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 436 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 438 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::IsEqual().
|
inline |
Definition at line 443 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 445 of file dtvconfparserhelpers.h.
Referenced by DTVConfParser::ParseVDR().
|
inline |
Definition at line 447 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_T().
|
inline |
Definition at line 450 of file dtvconfparserhelpers.h.
Referenced by ScanDTVTransport::SaveScan(), toChar(), DTVMultiplex::toString(), toString(), and TransportScanItem::TransportScanItem().
|
inline |
Definition at line 451 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex().
|
inlinestatic |
Definition at line 455 of file dtvconfparserhelpers.h.
|
staticprotected |
Definition at line 420 of file dtvconfparserhelpers.h.
Referenced by ParseConf().
|
staticprotected |
Definition at line 421 of file dtvconfparserhelpers.h.
Referenced by ParseVDR().
|
staticprotected |
Definition at line 422 of file dtvconfparserhelpers.h.
Referenced by Parse().
|
staticprotected |
Definition at line 423 of file dtvconfparserhelpers.h.
Referenced by toString().
|
staticprotected |
Definition at line 424 of file dtvconfparserhelpers.h.
Referenced by toString().
1.8.1.2