|
MythTV master
|
#include <libmythtv/dtvconfparserhelpers.h>
Public Types | |
| enum | PolarityValues : std::uint8_t { kPolarityVertical , kPolarityHorizontal , kPolarityRight , kPolarityLeft } |
Public Member Functions | |
| DTVPolarity (PolarityValues _default=kPolarityVertical) | |
| DTVPolarity & | operator= (const PolarityValues _value) |
| 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 | kParseTable |
| static const DTVParamStringVec | kParseStrings |
| kPolarityVertical 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 607 of file dtvconfparserhelpers.h.
| enum DTVPolarity::PolarityValues : std::uint8_t |
| Enumerator | |
|---|---|
| kPolarityVertical | |
| kPolarityHorizontal | |
| kPolarityRight | |
| kPolarityLeft | |
Definition at line 614 of file dtvconfparserhelpers.h.
|
inlineexplicit |
Definition at line 622 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 624 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 631 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_S_and_C().
|
inline |
Definition at line 627 of file dtvconfparserhelpers.h.
|
inline |
Definition at line 629 of file dtvconfparserhelpers.h.
Referenced by DTVConfParser::ParseVDR().
|
inline |
Definition at line 635 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex().
|
inline |
Definition at line 634 of file dtvconfparserhelpers.h.
Referenced by DiSEqCDevLNB::IsHorizontal(), ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), toChar(), toString(), DTVMultiplex::toString(), and TransportScanItem::TransportScanItem().
|
inlinestatic |
Definition at line 642 of file dtvconfparserhelpers.h.
|
staticprotected |
kPolarityVertical
kPolarityHorizontal kPolarityRight kPolarityLeft
Definition at line 611 of file dtvconfparserhelpers.h.
Referenced by toString().
|
staticprotected |
Definition at line 610 of file dtvconfparserhelpers.h.
Referenced by Parse(), ParseConf(), and ParseVDR().