#include <dtvconfparserhelpers.h>

Definition at line 116 of file dtvconfparserhelpers.h.
Public Types | |
| enum | { kInversionOff, kInversionOn, kInversionAuto } |
Public Member Functions | |
| DTVInversion (int _default=kInversionAuto) | |
| bool | ParseConf (const QString &_value) |
| bool | ParseVDR (const QString &_value) |
| bool | Parse (const QString &_value) |
| QString | toString () const |
| QChar | toChar () const |
Static Public Member Functions | |
| static QString | toString (int _value) |
Static Protected Attributes | |
| static const DTVParamHelperStruct | confTable [] |
| static const DTVParamHelperStruct | vdrTable [] |
| static const DTVParamHelperStruct | parseTable [] |
| static const uint | kDBStrCnt = 3 |
| static const char * | dbStr [kDBStrCnt] |
| anonymous enum |
Definition at line 126 of file dtvconfparserhelpers.h.
| DTVInversion::DTVInversion | ( | int | _default = kInversionAuto |
) | [inline] |
Definition at line 133 of file dtvconfparserhelpers.h.
| bool DTVInversion::ParseConf | ( | const QString & | _value | ) | [inline] |
Definition at line 136 of file dtvconfparserhelpers.h.
| bool DTVInversion::ParseVDR | ( | const QString & | _value | ) | [inline] |
| bool DTVInversion::Parse | ( | const QString & | _value | ) | [inline] |
Definition at line 140 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::ParseDVB_S_and_C(), and DTVMultiplex::ParseDVB_T().
| QString DTVInversion::toString | ( | void | ) | const [inline] |
Definition at line 143 of file dtvconfparserhelpers.h.
Referenced by DTVMultiplex::toString(), and TransportScanItem::TransportScanItem().
| QChar DTVInversion::toChar | ( | ) | const [inline] |
Definition at line 144 of file dtvconfparserhelpers.h.
Referenced by ChannelUtil::CreateMultiplex().
| static QString DTVInversion::toString | ( | int | _value | ) | [inline, static] |
Definition at line 148 of file dtvconfparserhelpers.h.
const DTVParamHelperStruct DTVInversion::confTable [static, protected] |
Initial value:
{
{ "INVERSION_AUTO", kInversionAuto },
{ "INVERSION_OFF", kInversionOff },
{ "INVERSION_ON", kInversionOn },
{ NULL, kInversionAuto },
}
Definition at line 119 of file dtvconfparserhelpers.h.
const DTVParamHelperStruct DTVInversion::vdrTable [static, protected] |
Initial value:
{
{ "999", kInversionAuto },
{ "0", kInversionOff },
{ "1", kInversionOn },
{ NULL, kInversionAuto },
}
Definition at line 120 of file dtvconfparserhelpers.h.
const DTVParamHelperStruct DTVInversion::parseTable [static, protected] |
Initial value:
{
{ "a", kInversionAuto },
{ "0", kInversionOff },
{ "1", kInversionOn },
{ NULL, kInversionAuto },
}
Definition at line 121 of file dtvconfparserhelpers.h.
const uint DTVInversion::kDBStrCnt = 3 [static, protected] |
Definition at line 122 of file dtvconfparserhelpers.h.
const char * DTVInversion::dbStr [static, protected] |
1.5.5