|
MythTV master
|
#include <libmythtv/dtvconfparserhelpers.h>
Public Types | |
| enum | Types : std::uint8_t { kRollOff_35 , kRollOff_20 , kRollOff_25 , kRollOff_Auto } |
Public Member Functions | |
| DTVRollOff (Types _default=kRollOff_35) | |
| DTVRollOff & | operator= (const Types _value) |
| bool | IsCompatible (const DTVRollOff other) const |
| bool | ParseConf (const QString &_value) |
| bool | ParseVDR (const QString &_value) |
| bool | Parse (const QString &_value) |
| QString | toString () 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 |
| kRollOff_35 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 727 of file dtvconfparserhelpers.h.
| enum DTVRollOff::Types : std::uint8_t |
| Enumerator | |
|---|---|
| kRollOff_35 | |
| kRollOff_20 | |
| kRollOff_25 | |
| kRollOff_Auto | |
Definition at line 736 of file dtvconfparserhelpers.h.
|
inlineexplicit |
Definition at line 749 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 758 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::IsEqual().
|
inline |
Definition at line 751 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 767 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_S2().
|
inline |
Definition at line 763 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 765 of file dtvconfparserhelpers.h.
Referenced by DTVConfParser::ParseVDR().
|
inline |
Definition at line 770 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex(), ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), toString(), DTVMultiplex::toString(), and TransportScanItem::TransportScanItem().
|
inlinestatic |
Definition at line 772 of file dtvconfparserhelpers.h.
|
staticprotected |
Definition at line 730 of file dtvconfparserhelpers.h.
Referenced by ParseConf().
|
staticprotected |
kRollOff_35
kRollOff_20 kRollOff_25 kRollOff_Auto
Definition at line 733 of file dtvconfparserhelpers.h.
Referenced by toString().
|
staticprotected |
Definition at line 732 of file dtvconfparserhelpers.h.
Referenced by Parse().
|
staticprotected |
Definition at line 731 of file dtvconfparserhelpers.h.
Referenced by ParseVDR().