MythTV
master
|
#include <QCoreApplication>
#include "dishdescriptors.h"
#include "atsc_huffman.h"
#include "libmythbase/programinfo.h"
#include "dvbtables.h"
Go to the source code of this file.
Functions | |
QString | dish_theme_type_to_string (uint theme_type) |
DishThemeType | string_to_dish_theme_type (const QString &theme_type) |
QString dish_theme_type_to_string | ( | uint | theme_type | ) |
Definition at line 304 of file dishdescriptors.cpp.
Referenced by EITFixUp::FixBellExpressVu(), and DishContentDescriptor::GetCategory().
DishThemeType string_to_dish_theme_type | ( | const QString & | theme_type | ) |
Definition at line 318 of file dishdescriptors.cpp.
Referenced by DishContentDescriptor::GetTheme().