MythTV
master
|
#include <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 154 of file cc708window.h.
|
default |
void CC708Pen::SetPenStyle | ( | uint | style | ) |
Definition at line 650 of file cc708window.cpp.
Referenced by CC708Window::DefineWindow().
|
inline |
Definition at line 159 of file cc708window.h.
Referenced by CC708Reader::SetPenAttributes().
CC708CharacterAttribute CC708Pen::m_attr {} |
Definition at line 173 of file cc708window.h.
Referenced by CC708Window::AddChar(), CC708Window::Clear(), CC708Window::Resize(), SetAttributes(), CC708Reader::SetPenColor(), and SetPenStyle().
uint CC708Pen::m_row {0} |
Definition at line 175 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().
uint CC708Pen::m_column {0} |
Definition at line 176 of file cc708window.h.
Referenced by CC708Window::AddChar(), CC708Window::DecrPenLocation(), CC708Window::GetCCChar(), CC708Window::IncrPenLocation(), MythCCExtractorPlayer::Ingest708Captions(), CC708Window::LimitPenLocation(), CC708Window::Resize(), and CC708Window::Scroll().