#include <dishdescriptors.h>
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 |
Definition at line 155 of file dishdescriptors.h.
| DishContentDescriptor::DishContentDescriptor | ( | const unsigned char * | data, | |
| int | len = 300 | |||
| ) | [inline] |
Definition at line 158 of file dishdescriptors.h.
| DishThemeType DishContentDescriptor::GetTheme | ( | void | ) | const |
Definition at line 326 of file dishdescriptors.cpp.
Referenced by EITHelper::AddEIT(), GetCategory(), and toString().
| QString DishContentDescriptor::GetCategory | ( | void | ) | const |
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().
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().
volatile bool DishContentDescriptor::dishCategoryDescExists = false [static, private] |
Definition at line 171 of file dishdescriptors.h.
Referenced by GetCategory(), GetTheme(), and Init().
1.6.3