MythTV
master
|
#include <libmythtv/dtvconfparserhelpers.h>
Public Types | |
enum | Types : std::uint8_t { kBandwidth8MHz, kBandwidth7MHz, kBandwidth6MHz, kBandwidthAuto, kBandwidth5MHz, kBandwidth10MHz, kBandwidth1712kHz } |
Public Member Functions | |
DTVBandwidth (Types _default=kBandwidthAuto) | |
DTVBandwidth & | operator= (const Types _value) |
DTVBandwidth & | operator= (const fe_bandwidth_t bwidth) |
bool | IsCompatible (const DTVBandwidth 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 |
kBandwidth8MHz 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 217 of file dtvconfparserhelpers.h.
enum DTVBandwidth::Types : std::uint8_t |
Enumerator | |
---|---|
kBandwidth8MHz | |
kBandwidth7MHz | |
kBandwidth6MHz | |
kBandwidthAuto | |
kBandwidth5MHz | |
kBandwidth10MHz | |
kBandwidth1712kHz |
Definition at line 226 of file dtvconfparserhelpers.h.
|
inlineexplicit |
Definition at line 247 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 249 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 252 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 256 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::IsEqual().
|
inline |
Definition at line 261 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 263 of file dtvconfparserhelpers.h.
Referenced by DTVConfParser::ParseVDR().
|
inline |
Definition at line 265 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_T().
|
inline |
Definition at line 268 of file dtvconfparserhelpers.h.
Referenced by ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), toChar(), DTVMultiplex::toString(), TransportScanItem::toString(), toString(), and TransportScanItem::TransportScanItem().
|
inline |
Definition at line 269 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex(), format_dvbc(), and format_dvbt().
|
inlinestatic |
Definition at line 276 of file dtvconfparserhelpers.h.
|
staticprotected |
Definition at line 220 of file dtvconfparserhelpers.h.
Referenced by ParseConf().
|
staticprotected |
Definition at line 221 of file dtvconfparserhelpers.h.
Referenced by ParseVDR().
|
staticprotected |
Definition at line 222 of file dtvconfparserhelpers.h.
Referenced by Parse().
|
staticprotected |
kBandwidth8MHz
kBandwidth7MHz kBandwidth6MHz kBandwidthAUTO kBandwidth5MHz kBandwidth10MHz kBandwidth1712kHz
Definition at line 223 of file dtvconfparserhelpers.h.
Referenced by toString().