|
MythTV master
|
#include <algorithm>#include <QFontMetrics>#include <QPainter>#include "libmythbase/mythcorecontext.h"#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 19 of file teletextscreen.cpp.
|
static |
Definition at line 35 of file teletextscreen.cpp.
Referenced by TeletextScreen::DrawLine().
|
static |
Definition at line 263 of file teletextscreen.cpp.
Referenced by TeletextScreen::SetBackgroundColor(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 282 of file teletextscreen.cpp.
Referenced by TeletextScreen::SetBackgroundColor(), and TeletextScreen::SetForegroundColor().
|
static |
Definition at line 33 of file teletextscreen.cpp.
Referenced by TeletextScreen::InitialiseFont(), and TeletextScreen::SetBackgroundColor().
|
static |
Definition at line 32 of file teletextscreen.cpp.
Referenced by TeletextScreen::DrawCharacter(), TeletextScreen::InitialiseFont(), TeletextScreen::Pulse(), and TeletextScreen::SetForegroundColor().