|
MythTV master
|
#include <libmythtv/dtvconfparserhelpers.h>
Public Types | |
| enum | Types : std::uint8_t { kHierarchyNone , kHierarchy1 , kHierarchy2 , kHierarchy4 , kHierarchyAuto } |
Public Member Functions | |
| DTVHierarchy (Types _default=kHierarchyAuto) | |
| DTVHierarchy & | operator= (const Types _value) |
| 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 DTVParamHelperVec | kConfTable |
| static const DTVParamHelperVec | kVdrTable |
| static const DTVParamHelperVec | kParseTable |
| static const DTVParamStringVec | kParseStrings |
| kHierarchyNone More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from DTVParamHelper | |
| static bool | ParseParam (const QString &symbol, int &value, const DTVParamHelperVec &table) |
| static QString | toString (const DTVParamStringVec &strings, int index) |
Protected Attributes inherited from DTVParamHelper | |
| int | m_value |
Definition at line 548 of file dtvconfparserhelpers.h.
| enum DTVHierarchy::Types : std::uint8_t |
| Enumerator | |
|---|---|
| kHierarchyNone | |
| kHierarchy1 | |
| kHierarchy2 | |
| kHierarchy4 | |
| kHierarchyAuto | |
Definition at line 557 of file dtvconfparserhelpers.h.
|
inlineexplicit |
Definition at line 574 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 583 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::IsEqual().
|
inline |
Definition at line 576 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 592 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_T().
|
inline |
Definition at line 588 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 590 of file dtvconfparserhelpers.h.
Referenced by DTVConfParser::ParseVDR().
|
inline |
Definition at line 596 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex().
|
inline |
Definition at line 595 of file dtvconfparserhelpers.h.
Referenced by ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), toChar(), toString(), DTVMultiplex::toString(), TransportScanItem::toString(), and TransportScanItem::TransportScanItem().
|
inlinestatic |
Definition at line 603 of file dtvconfparserhelpers.h.
|
staticprotected |
Definition at line 551 of file dtvconfparserhelpers.h.
Referenced by ParseConf().
|
staticprotected |
kHierarchyNone
kHierarchy1 kHierarchy2 kHierarchy4 kHierarchyAuto
Definition at line 554 of file dtvconfparserhelpers.h.
Referenced by toString().
|
staticprotected |
Definition at line 553 of file dtvconfparserhelpers.h.
Referenced by Parse().
|
staticprotected |
Definition at line 552 of file dtvconfparserhelpers.h.
Referenced by ParseVDR().