DTVTunerType Class Reference

#include <dtvconfparserhelpers.h>

Inheritance diagram for DTVTunerType:

DTVParamHelper

List of all members.


Detailed Description

Definition at line 70 of file dtvconfparserhelpers.h.


Public Types

enum  {
  kTunerTypeQPSK = 0, kTunerTypeQAM = 1, kTunerTypeOFDM = 2, kTunerTypeATSC = 3,
  kTunerTypeDVB_S = (1 << 2), kTunerTypeDVB_C = (1 << 3), kTunerTypeDVB_T = (1 << 4), kTunerTypeDVB_S2 = (1 << 5),
  kTunerTypeUnknown = (1 << 31)
}

Public Member Functions

 DTVTunerType (int _default=kTunerTypeUnknown)
bool Parse (const QString &_value)
bool IsFECVariable (void) const
bool IsModulationVariable (void) const
QString toString () const

Static Public Member Functions

static void initStr (void)
static QString toString (int _value)

Static Private Attributes

static const DTVParamHelperStruct parseTable []

Member Enumeration Documentation

anonymous enum

Enumerator:
kTunerTypeQPSK 
kTunerTypeQAM 
kTunerTypeOFDM 
kTunerTypeATSC 
kTunerTypeDVB_S 
kTunerTypeDVB_C 
kTunerTypeDVB_T 
kTunerTypeDVB_S2 
kTunerTypeUnknown 

Definition at line 75 of file dtvconfparserhelpers.h.


Constructor & Destructor Documentation

DTVTunerType::DTVTunerType ( int  _default = kTunerTypeUnknown  )  [inline]

Definition at line 88 of file dtvconfparserhelpers.h.


Member Function Documentation

bool DTVTunerType::Parse ( const QString &  _value  )  [inline]

bool DTVTunerType::IsFECVariable ( void   )  const [inline]

Definition at line 94 of file dtvconfparserhelpers.h.

Referenced by DVBChannel::CheckOptions().

bool DTVTunerType::IsModulationVariable ( void   )  const [inline]

Definition at line 103 of file dtvconfparserhelpers.h.

Referenced by DVBChannel::CheckOptions().

QString DTVTunerType::toString ( void   )  const [inline]

void DTVTunerType::initStr ( void   )  [static]

Definition at line 43 of file dtvconfparserhelpers.cpp.

Referenced by DTVTunerType().

QString DTVTunerType::toString ( int  _value  )  [static]

Definition at line 57 of file dtvconfparserhelpers.cpp.


Member Data Documentation


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:01 2010 for MythTV by  doxygen 1.5.5