MythTV
master
|
#include <algorithm>
#include <QFontMetrics>
#include <QPainter>
#include "libmythbase/mythlogging.h"
#include "libmythui/mythfontproperties.h"
#include "libmythui/mythimage.h"
#include "libmythui/mythpainter.h"
#include "libmythui/mythuiimage.h"
#include "libmythui/mythuishape.h"
#include "libmythui/mythuitext.h"
#include "captions/subtitlescreen.h"
#include "captions/teletextscreen.h"
#include "vbilut.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("TeletextScreen: ") |
Functions | |
static QChar | cvt_char (char ch, int lang) |
static QColor | ttcolortoqcolor (int ttcolor) |
static QString | TTColorToString (int ttcolor) |
Variables | |
static MythFontProperties * | gTTFont |
static int | gTTBackgroundAlpha |
#define LOC QString("TeletextScreen: ") |
Definition at line 18 of file teletextscreen.cpp.
|
static |
Definition at line 34 of file teletextscreen.cpp.
Referenced by TeletextScreen::DrawLine().
|
static |
Definition at line 262 of file teletextscreen.cpp.
Referenced by TeletextScreen::SetBackgroundColor(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 281 of file teletextscreen.cpp.
Referenced by TeletextScreen::SetBackgroundColor(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 31 of file teletextscreen.cpp.
Referenced by TeletextScreen::DrawCharacter(), TeletextScreen::InitialiseFont(), TeletextScreen::Pulse(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 32 of file teletextscreen.cpp.
Referenced by TeletextScreen::InitialiseFont(), and TeletextScreen::SetBackgroundColor().