Go to the source code of this file.
|
| #define | LOC QString("Subtitles: ") |
| |
| #define | LOC_WARN QString("Subtitles Warning: ") |
| |
◆ LOC
| #define LOC QString("Subtitles: ") |
◆ LOC_WARN
| #define LOC_WARN QString("Subtitles Warning: ") |
◆ CalcShadowOffsetPadding()
◆ differentColor()
| static QColor differentColor |
( |
const QColor & |
color | ) |
|
|
static |
◆ extract_cc608()
| static QString extract_cc608 |
( |
QString & |
text, |
|
|
int & |
color, |
|
|
bool & |
isItalic, |
|
|
bool & |
isUnderline |
|
) |
| |
|
static |
Extract everything from the text buffer up until the next format control character.
Return that substring, and remove it from the input string. Bogus control characters are left unchanged. If the buffer starts with a valid control character, the output parameters are corresondingly updated (and the control character is stripped).
Definition at line 1156 of file subtitlescreen.cpp.
Referenced by FormattedTextSubtitle608::Init().
◆ fontToString()
◆ kSubAttrBGfill()
| static const QString kSubAttrBGfill |
( |
"bgfill" |
| ) |
|
|
static |
◆ kSubAttrBold()
| static const QString kSubAttrBold |
( |
"bold" |
| ) |
|
|
static |
◆ kSubAttrColor()
| static const QString kSubAttrColor |
( |
"color" |
| ) |
|
|
static |
◆ kSubAttrItalics()
| static const QString kSubAttrItalics |
( |
"italics" |
| ) |
|
|
static |
◆ kSubAttrOutline()
| static const QString kSubAttrOutline |
( |
"outline" |
| ) |
|
|
static |
◆ kSubAttrOutlinealpha()
| static const QString kSubAttrOutlinealpha |
( |
"outlinealpha" |
| ) |
|
|
static |
◆ kSubAttrOutlinecolor()
| static const QString kSubAttrOutlinecolor |
( |
"outlinecolor" |
| ) |
|
|
static |
◆ kSubAttrOutlinesize()
| static const QString kSubAttrOutlinesize |
( |
"outlinesize" |
| ) |
|
|
static |
◆ kSubAttrPixelsize()
| static const QString kSubAttrPixelsize |
( |
"pixelsize" |
| ) |
|
|
static |
◆ kSubAttrShadow()
| static const QString kSubAttrShadow |
( |
"shadow" |
| ) |
|
|
static |
◆ kSubAttrShadowalpha()
| static const QString kSubAttrShadowalpha |
( |
"shadowalpha" |
| ) |
|
|
static |
◆ kSubAttrShadowcolor()
| static const QString kSubAttrShadowcolor |
( |
"shadowcolor" |
| ) |
|
|
static |
◆ kSubAttrShadowoffset()
| static const QString kSubAttrShadowoffset |
( |
"shadowoffset" |
| ) |
|
|
static |
◆ kSubAttrUnderline()
| static const QString kSubAttrUnderline |
( |
"underline" |
| ) |
|
|
static |
◆ kSubFamily608()
| static const QString kSubFamily608 |
( |
"608" |
| ) |
|
|
static |
◆ kSubFamily708()
| static const QString kSubFamily708 |
( |
"708" |
| ) |
|
|
static |
◆ kSubFamilyAV()
| static const QString kSubFamilyAV |
( |
"AV" |
| ) |
|
|
static |
◆ kSubFamilyTeletext()
| static const QString kSubFamilyTeletext |
( |
"teletext" |
| ) |
|
|
static |
◆ kSubFamilyText()
| static const QString kSubFamilyText |
( |
"text" |
| ) |
|
|
static |
◆ kSubFileName()
| static const QString kSubFileName |
( |
"osd_subtitle.xml" |
| ) |
|
|
static |
◆ kSubProvider()
| static const QString kSubProvider |
( |
"provider" |
| ) |
|
|
static |
◆ kSubWindowName()
| static const QString kSubWindowName |
( |
"osd_subtitle" |
| ) |
|
|
static |
◆ srtColorString()
| static QString srtColorString |
( |
const QColor & |
color | ) |
|
|
static |
◆ LINE_SPACING
| const float LINE_SPACING = (20.0 / 17.0) |
|
static |
◆ PAD_HEIGHT
| const float PAD_HEIGHT = 0.04 |
|
static |
◆ PAD_WIDTH
| const float PAD_WIDTH = 0.5 |
|
static |