#include <cc708window.h>
Definition at line 198 of file cc708window.h.
| anonymous enum |
| kAnchorUpperLeft | |
| kAnchorUpperCenter | |
| kAnchorUpperRight | |
| kAnchorCenterLeft | |
| kAnchorCenter | |
| kAnchorCenterRight | |
| kAnchorLowerLeft | |
| kAnchorLowerCenter | |
| kAnchorLowerRight |
Definition at line 246 of file cc708window.h.
| CC708Window::CC708Window | ( | ) |
Definition at line 109 of file cc708window.cpp.
| CC708Window::~CC708Window | ( | ) |
Definition at line 202 of file cc708window.cpp.
| void CC708Window::DefineWindow | ( | int | priority, | |
| int | visible, | |||
| int | anchor_point, | |||
| int | relative_pos, | |||
| int | anchor_vertical, | |||
| int | anchor_horizontal, | |||
| int | row_count, | |||
| int | column_count, | |||
| int | row_lock, | |||
| int | column_lock, | |||
| int | pen_style, | |||
| int | window_style | |||
| ) |
Definition at line 130 of file cc708window.cpp.
Referenced by CC708Reader::DefineWindow().
| void CC708Window::Clear | ( | void | ) |
Definition at line 217 of file cc708window.cpp.
Referenced by CC708Reader::ClearWindows(), and CC708Reader::DeleteWindows().
| void CC708Window::SetWindowStyle | ( | uint | style | ) |
Definition at line 286 of file cc708window.cpp.
Referenced by DefineWindow().
| void CC708Window::AddChar | ( | QChar | ch | ) |
Definition at line 317 of file cc708window.cpp.
Referenced by CC708Reader::TextWrite().
| void CC708Window::IncrPenLocation | ( | void | ) |
Definition at line 395 of file cc708window.cpp.
Referenced by AddChar().
| void CC708Window::DecrPenLocation | ( | void | ) |
Definition at line 437 of file cc708window.cpp.
Referenced by AddChar().
Definition at line 479 of file cc708window.cpp.
Referenced by CC708Reader::SetPenLocation().
| void CC708Window::LimitPenLocation | ( | void | ) |
Definition at line 485 of file cc708window.cpp.
Referenced by DecrPenLocation(), IncrPenLocation(), and SetPenLocation().
| bool CC708Window::IsPenValid | ( | void | ) | const [inline] |
Definition at line 219 of file cc708window.h.
Referenced by AddChar().
| CC708Character & CC708Window::GetCCChar | ( | void | ) | const |
Definition at line 232 of file cc708window.cpp.
Referenced by AddChar().
| vector< CC708String * > CC708Window::GetStrings | ( | void | ) | const |
Definition at line 242 of file cc708window.cpp.
Referenced by SubtitleScreen::DisplayCC708Subtitles(), and MythCCExtractorPlayer::Ingest708Captions().
| QColor CC708Window::GetFillColor | ( | void | ) | const [inline] |
Definition at line 227 of file cc708window.h.
Referenced by SubtitleScreen::DisplayCC708Subtitles().
| uint CC708Window::GetFillAlpha | ( | void | ) | const [inline] |
Definition at line 233 of file cc708window.h.
Referenced by SubtitleScreen::DisplayCC708Subtitles().
| void CC708Window::Scroll | ( | int | row, | |
| int | col | |||
| ) | [private] |
Definition at line 362 of file cc708window.cpp.
Referenced by AddChar(), DecrPenLocation(), IncrPenLocation(), and SetPenLocation().
Definition at line 244 of file cc708window.h.
Referenced by DefineWindow().
Definition at line 245 of file cc708window.h.
Referenced by DefineWindow(), SubtitleScreen::DisplayCC708Subtitles(), CC708Reader::DisplayWindows(), CC708Reader::HideWindows(), MythCCExtractorPlayer::Ingest708Captions(), and CC708Reader::ToggleWindows().
Definition at line 251 of file cc708window.h.
Referenced by DefineWindow(), and FormattedTextSubtitle::InitFromCC708().
Definition at line 252 of file cc708window.h.
Referenced by DefineWindow(), and FormattedTextSubtitle::InitFromCC708().
Definition at line 253 of file cc708window.h.
Referenced by DefineWindow(), and FormattedTextSubtitle::InitFromCC708().
Definition at line 254 of file cc708window.h.
Referenced by DefineWindow(), and FormattedTextSubtitle::InitFromCC708().
Definition at line 255 of file cc708window.h.
Referenced by DefineWindow().
Definition at line 256 of file cc708window.h.
Referenced by DefineWindow().
Definition at line 257 of file cc708window.h.
Referenced by DecrPenLocation(), DefineWindow(), and IncrPenLocation().
Definition at line 258 of file cc708window.h.
Referenced by DecrPenLocation(), DefineWindow(), and IncrPenLocation().
Definition at line 259 of file cc708window.h.
Definition at line 260 of file cc708window.h.
Definition at line 262 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 263 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 264 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 265 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 266 of file cc708window.h.
Referenced by Scroll(), CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 267 of file cc708window.h.
Referenced by DecrPenLocation(), IncrPenLocation(), CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 268 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 269 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 270 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 271 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 272 of file cc708window.h.
Referenced by CC708Reader::SetWindowAttributes(), and SetWindowStyle().
Definition at line 274 of file cc708window.h.
Referenced by AddChar(), Clear(), DefineWindow(), GetCCChar(), GetStrings(), LimitPenLocation(), Scroll(), and ~CC708Window().
Definition at line 275 of file cc708window.h.
Referenced by AddChar(), Clear(), DecrPenLocation(), DefineWindow(), GetCCChar(), GetStrings(), IncrPenLocation(), LimitPenLocation(), Scroll(), and ~CC708Window().
Definition at line 276 of file cc708window.h.
Referenced by Clear(), DefineWindow(), CC708Reader::DisplayWindows(), GetCCChar(), GetStrings(), Scroll(), and ~CC708Window().
Definition at line 277 of file cc708window.h.
Referenced by AddChar(), CC708Character::CC708Character(), Clear(), DecrPenLocation(), DefineWindow(), GetCCChar(), IncrPenLocation(), MythCCExtractorPlayer::Ingest708Captions(), LimitPenLocation(), Scroll(), CC708Reader::SetPenAttributes(), and CC708Reader::SetPenColor().
set to false when DeleteWindow is called on the window.
Definition at line 280 of file cc708window.h.
Referenced by AddChar(), Clear(), DefineWindow(), SubtitleScreen::DisplayCC708Subtitles(), CC708Reader::DisplayWindows(), GetCCChar(), and ~CC708Window().
Definition at line 281 of file cc708window.h.
Referenced by AddChar(), Clear(), DefineWindow(), SubtitleScreen::DisplayCC708Subtitles(), CC708Reader::DisplayWindows(), CC708Reader::HideWindows(), MythCCExtractorPlayer::Ingest708Captions(), Scroll(), SetWindowStyle(), and CC708Reader::ToggleWindows().
QMutex CC708Window::lock [mutable] |
Definition at line 283 of file cc708window.h.
Referenced by Clear(), DefineWindow(), SubtitleScreen::DisplayCC708Subtitles(), GetCCChar(), GetStrings(), Scroll(), and ~CC708Window().
1.6.3