MythTV  master
Macros | Functions | Variables
teletextscreen.cpp File Reference
#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"
Include dependency graph for teletextscreen.cpp:

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 MythFontPropertiesgTTFont
 
static int gTTBackgroundAlpha
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("TeletextScreen: ")

Definition at line 16 of file teletextscreen.cpp.

Function Documentation

◆ cvt_char()

static QChar cvt_char ( char  ch,
int  lang 
)
static

Definition at line 32 of file teletextscreen.cpp.

Referenced by TeletextScreen::DrawLine().

◆ ttcolortoqcolor()

static QColor ttcolortoqcolor ( int  ttcolor)
static

◆ TTColorToString()

static QString TTColorToString ( int  ttcolor)
static

Variable Documentation

◆ gTTFont

MythFontProperties* gTTFont
static

◆ gTTBackgroundAlpha

int gTTBackgroundAlpha
static