#include <cc708window.h>
Definition at line 102 of file cc708window.h.
| anonymous enum |
| kAnchorUpperLeft | |
| kAnchorUpperCenter | |
| kAnchorUpperRight | |
| kAnchorCenterLeft | |
| kAnchorCenter | |
| kAnchorCenterRight | |
| kAnchorLowerLeft | |
| kAnchorLowerCenter | |
| kAnchorLowerRight |
Definition at line 143 of file cc708window.h.
| CC708Window::CC708Window | ( | ) |
Definition at line 102 of file cc708window.cpp.
| CC708Window::~CC708Window | ( | ) |
Definition at line 179 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 | |||
| ) |
| void CC708Window::Clear | ( | void | ) |
| void CC708Window::SetWindowStyle | ( | uint | style | ) |
| void CC708Window::AddChar | ( | QChar | ch | ) |
| void CC708Window::IncrPenLocation | ( | void | ) |
| void CC708Window::LimitPenLocation | ( | void | ) |
Definition at line 398 of file cc708window.cpp.
Referenced by IncrPenLocation(), and SetPenLocation().
| bool CC708Window::IsPenValid | ( | void | ) | const [inline] |
| CC708Character & CC708Window::GetCCChar | ( | void | ) | const |
| vector< CC708String * > CC708Window::GetStrings | ( | void | ) | const |
| uint CC708Window::GetFillAlpha | ( | void | ) | const [inline] |
| void CC708Window::Scroll | ( | int | row, | |
| int | col | |||
| ) | [private] |
Definition at line 318 of file cc708window.cpp.
Referenced by AddChar(), IncrPenLocation(), and SetPenLocation().
Definition at line 142 of file cc708window.h.
Referenced by DefineWindow(), NuppelVideoPlayer::DisplayWindows(), NuppelVideoPlayer::HideWindows(), and NuppelVideoPlayer::ToggleWindows().
Definition at line 148 of file cc708window.h.
Referenced by OSDType708CC::CalcBounds(), and DefineWindow().
Definition at line 149 of file cc708window.h.
Referenced by OSDType708CC::CalcBounds(), and DefineWindow().
Definition at line 150 of file cc708window.h.
Referenced by OSDType708CC::CalcBounds(), and DefineWindow().
Definition at line 151 of file cc708window.h.
Referenced by OSDType708CC::CalcBounds(), and DefineWindow().
Definition at line 156 of file cc708window.h.
Definition at line 157 of file cc708window.h.
Definition at line 159 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 160 of file cc708window.h.
Referenced by GetFillAlpha(), NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 161 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 162 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 163 of file cc708window.h.
Referenced by Scroll(), NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 164 of file cc708window.h.
Referenced by IncrPenLocation(), NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 165 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 166 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 167 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 168 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 169 of file cc708window.h.
Referenced by NuppelVideoPlayer::SetWindowAttributes(), and SetWindowStyle().
Definition at line 171 of file cc708window.h.
Referenced by AddChar(), OSDType708CC::CalcBounds(), Clear(), DefineWindow(), OSDType708CC::Draw(), GetCCChar(), GetStrings(), IsPenValid(), LimitPenLocation(), Scroll(), and ~CC708Window().
Definition at line 172 of file cc708window.h.
Referenced by AddChar(), Clear(), DefineWindow(), GetCCChar(), GetStrings(), IncrPenLocation(), IsPenValid(), LimitPenLocation(), Scroll(), and ~CC708Window().
Definition at line 173 of file cc708window.h.
Referenced by Clear(), DefineWindow(), NuppelVideoPlayer::DeleteWindows(), GetCCChar(), GetStrings(), Scroll(), and ~CC708Window().
Definition at line 174 of file cc708window.h.
Referenced by AddChar(), CC708Character::CC708Character(), Clear(), DefineWindow(), GetCCChar(), IncrPenLocation(), IsPenValid(), LimitPenLocation(), Scroll(), NuppelVideoPlayer::SetPenAttributes(), and NuppelVideoPlayer::SetPenColor().
set to false when DeleteWindow is called on the window.
Definition at line 177 of file cc708window.h.
Referenced by AddChar(), Clear(), DefineWindow(), NuppelVideoPlayer::DeleteWindows(), OSDType708CC::Draw(), GetCCChar(), and ~CC708Window().
QMutex CC708Window::lock [mutable] |
Definition at line 179 of file cc708window.h.
Referenced by Clear(), DefineWindow(), OSDType708CC::Draw(), GetCCChar(), GetStrings(), Scroll(), and ~CC708Window().
1.5.5