|
MythTV master
|
#include <libmythtv/captions/cc708window.h>
Public Member Functions | |
| CC708Pen ()=default | |
| void | SetPenStyle (uint style) |
| void | SetAttributes (int pen_size, int offset, int text_tag, int font_tag, int edge_type, int underline, int italics) |
Public Attributes | |
| CC708CharacterAttribute | m_attr |
| uint | m_row {0} |
| uint | m_column {0} |
Definition at line 150 of file cc708window.h.
|
default |
|
inline |
Definition at line 155 of file cc708window.h.
Referenced by CC708Reader::SetPenAttributes().
| void CC708Pen::SetPenStyle | ( | uint | style | ) |
Definition at line 661 of file cc708window.cpp.
Referenced by CC708Window::DefineWindow().
| CC708CharacterAttribute CC708Pen::m_attr |
Definition at line 169 of file cc708window.h.
Referenced by CC708Window::AddChar(), CC708Window::Clear(), CC708Window::Resize(), SetAttributes(), CC708Reader::SetPenColor(), and SetPenStyle().
| uint CC708Pen::m_column {0} |
Definition at line 172 of file cc708window.h.
Referenced by CC708Window::AddChar(), CC708Window::DecrPenLocation(), CC708Window::GetCCChar(), CC708Window::IncrPenLocation(), MythCCExtractorPlayer::Ingest708Captions(), CC708Window::LimitPenLocation(), CC708Window::Resize(), and CC708Window::Scroll().
| uint CC708Pen::m_row {0} |
Definition at line 171 of file cc708window.h.
Referenced by CC708Window::AddChar(), CC708Window::DecrPenLocation(), CC708Window::GetCCChar(), CC708Window::IncrPenLocation(), MythCCExtractorPlayer::Ingest708Captions(), CC708Window::LimitPenLocation(), CC708Window::Resize(), CC708Window::Scroll(), and CC708Window::SetPenLocation().