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) |
DTVRollOff & | operator= (fe_rolloff_t type) |
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 725 of file dtvconfparserhelpers.h.
enum DTVRollOff::Types : std::uint8_t |
Enumerator | |
---|---|
kRollOff_35 | |
kRollOff_20 | |
kRollOff_25 | |
kRollOff_Auto |
Definition at line 734 of file dtvconfparserhelpers.h.
|
inlineexplicit |
Definition at line 747 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 749 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 752 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 756 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::IsEqual().
|
inline |
Definition at line 761 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 763 of file dtvconfparserhelpers.h.
Referenced by DTVConfParser::ParseVDR().
|
inline |
Definition at line 765 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_S2().
|
inline |
Definition at line 768 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex(), ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), DTVMultiplex::toString(), toString(), and TransportScanItem::TransportScanItem().
|
inlinestatic |
Definition at line 770 of file dtvconfparserhelpers.h.
|
staticprotected |
Definition at line 728 of file dtvconfparserhelpers.h.
Referenced by ParseConf().
|
staticprotected |
Definition at line 729 of file dtvconfparserhelpers.h.
Referenced by ParseVDR().
|
staticprotected |
Definition at line 730 of file dtvconfparserhelpers.h.
Referenced by Parse().
|
staticprotected |
kRollOff_35
kRollOff_20 kRollOff_25 kRollOff_Auto
Definition at line 731 of file dtvconfparserhelpers.h.
Referenced by toString().