MythTV
master
|
#include <QFontMetrics>
#include <QPainter>
#include "mythlogging.h"
#include "mythfontproperties.h"
#include "mythuitext.h"
#include "mythuishape.h"
#include "vbilut.h"
#include "mythimage.h"
#include "mythuiimage.h"
#include "mythpainter.h"
#include "captions/teletextscreen.h"
#include "captions/subtitlescreen.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 15 of file teletextscreen.cpp.
|
static |
Definition at line 31 of file teletextscreen.cpp.
Referenced by TeletextScreen::DrawLine().
|
static |
Definition at line 259 of file teletextscreen.cpp.
Referenced by TeletextScreen::SetBackgroundColor(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 278 of file teletextscreen.cpp.
Referenced by TeletextScreen::SetBackgroundColor(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 28 of file teletextscreen.cpp.
Referenced by TeletextScreen::DrawCharacter(), TeletextScreen::InitialiseFont(), TeletextScreen::Pulse(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 29 of file teletextscreen.cpp.
Referenced by TeletextScreen::InitialiseFont(), and TeletextScreen::SetBackgroundColor().