MythTV  0.26-pre
Public Member Functions | Static Private Member Functions | Static Private Attributes
DishContentDescriptor Class Reference

#include <dishdescriptors.h>

Inheritance diagram for DishContentDescriptor:
ContentDescriptor MPEGDescriptor

List of all members.

Public Member Functions

 DishContentDescriptor (const unsigned char *data, int len=300)
DishThemeType GetTheme (void) const
QString GetCategory (void) const
QString toString () const

Static Private Member Functions

static void Init (void)

Static Private Attributes

static QMap< uint, QString > themeDesc
static QMap< uint, QString > dishCategoryDesc
static volatile bool dishCategoryDescExists = false

Detailed Description

Definition at line 155 of file dishdescriptors.h.


Constructor & Destructor Documentation

DishContentDescriptor::DishContentDescriptor ( const unsigned char *  data,
int  len = 300 
) [inline]

Definition at line 158 of file dishdescriptors.h.


Member Function Documentation

Definition at line 326 of file dishdescriptors.cpp.

Referenced by EITHelper::AddEIT(), GetCategory(), and toString().

Definition at line 342 of file dishdescriptors.cpp.

Referenced by EITHelper::AddEIT(), and toString().

QString DishContentDescriptor::toString ( void  ) const [virtual]

Reimplemented from ContentDescriptor.

Definition at line 361 of file dishdescriptors.cpp.

void DishContentDescriptor::Init ( void  ) [static, private]

Reimplemented from ContentDescriptor.

Definition at line 366 of file dishdescriptors.cpp.

Referenced by GetCategory(), and GetTheme().


Member Data Documentation

QMap< uint, QString > DishContentDescriptor::themeDesc [static, private]

Definition at line 169 of file dishdescriptors.h.

Referenced by GetTheme(), and Init().

QMap< uint, QString > DishContentDescriptor::dishCategoryDesc [static, private]

Definition at line 170 of file dishdescriptors.h.

Referenced by GetCategory(), and Init().

Definition at line 171 of file dishdescriptors.h.

Referenced by GetCategory(), GetTheme(), and Init().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends