|
MythTV master
|
#include <libmythtv/captions/subtitlescreen.h>
Public Member Functions | |
| FormattedTextLine (int x=-1, int y=-1, int o_x=-1, int o_y=-1) | |
| QSize | CalcSize (float layoutSpacing=0.0F) const |
Public Attributes | |
| QList< FormattedTextChunk > | chunks |
| int | m_xIndent {-1} |
| int | m_yIndent {-1} |
| int | m_origX {-1} |
| int | m_origY {-1} |
Definition at line 62 of file subtitlescreen.h.
|
inlineexplicit |
Definition at line 65 of file subtitlescreen.h.
| QSize FormattedTextLine::CalcSize | ( | float | layoutSpacing = 0.0F | ) | const |
Definition at line 773 of file subtitlescreen.cpp.
| QList<FormattedTextChunk> FormattedTextLine::chunks |
Definition at line 70 of file subtitlescreen.h.
Referenced by CalcSize(), FormattedTextSubtitleSRT::Init(), and FormattedTextSubtitle608::Init().
| int FormattedTextLine::m_origX {-1} |
Definition at line 73 of file subtitlescreen.h.
| int FormattedTextLine::m_origY {-1} |
Definition at line 74 of file subtitlescreen.h.
| int FormattedTextLine::m_xIndent {-1} |
Definition at line 71 of file subtitlescreen.h.
| int FormattedTextLine::m_yIndent {-1} |
Definition at line 72 of file subtitlescreen.h.