MythTV
master
|
#include <cassert>
#include <algorithm>
#include "libmythbase/mythlogging.h"
#include "captions/cc708window.h"
Go to the source code of this file.
const uint k708JustifyLeft = 0 |
Definition at line 55 of file cc708window.cpp.
Referenced by CC708Window::SetWindowStyle().
const uint k708JustifyRight = 1 |
Definition at line 56 of file cc708window.cpp.
const uint k708JustifyCenter = 2 |
Definition at line 57 of file cc708window.cpp.
Referenced by CC708Window::SetWindowStyle().
const uint k708JustifyFull = 3 |
Definition at line 58 of file cc708window.cpp.
const uint k708EffectSnap = 0 |
Definition at line 60 of file cc708window.cpp.
Referenced by CC708Window::SetWindowStyle().
const uint k708EffectFade = 1 |
Definition at line 61 of file cc708window.cpp.
const uint k708EffectWipe = 2 |
Definition at line 62 of file cc708window.cpp.
const uint k708BorderNone = 0 |
Definition at line 64 of file cc708window.cpp.
Referenced by CC708Window::SetWindowStyle().
const uint k708BorderRaised = 1 |
Definition at line 65 of file cc708window.cpp.
const uint k708BorderDepressed = 2 |
Definition at line 66 of file cc708window.cpp.
const uint k708BorderUniform = 3 |
Definition at line 67 of file cc708window.cpp.
const uint k708BorderShadowLeft = 4 |
Definition at line 68 of file cc708window.cpp.
const uint k708BorderShadowRight = 5 |
Definition at line 69 of file cc708window.cpp.
const uint k708DirLeftToRight = 0 |
Definition at line 71 of file cc708window.cpp.
Referenced by CC708Window::DecrPenLocation(), CC708Window::IncrPenLocation(), and CC708Window::SetWindowStyle().
const uint k708DirRightToLeft = 1 |
Definition at line 72 of file cc708window.cpp.
Referenced by CC708Window::DecrPenLocation(), CC708Window::IncrPenLocation(), and CC708Window::SetWindowStyle().
const uint k708DirTopToBottom = 2 |
Definition at line 73 of file cc708window.cpp.
Referenced by CC708Window::DecrPenLocation(), CC708Window::IncrPenLocation(), and CC708Window::SetWindowStyle().
const uint k708DirBottomToTop = 3 |
Definition at line 74 of file cc708window.cpp.
Referenced by CC708Window::DecrPenLocation(), CC708Window::IncrPenLocation(), CC708Window::Scroll(), and CC708Window::SetWindowStyle().
const uint k708AttrSizeSmall = 0 |
Definition at line 76 of file cc708window.cpp.
Referenced by SubtitleFormat::GetFont().
const uint k708AttrSizeStandard = 1 |
Definition at line 77 of file cc708window.cpp.
Referenced by CC708Pen::SetPenStyle().
const uint k708AttrSizeLarge = 2 |
Definition at line 78 of file cc708window.cpp.
Referenced by SubtitleFormat::GetFont().
const uint k708AttrOffsetSubscript = 0 |
Definition at line 80 of file cc708window.cpp.
const uint k708AttrOffsetNormal = 1 |
Definition at line 81 of file cc708window.cpp.
Referenced by CC708Pen::SetPenStyle().
const uint k708AttrOffsetSuperscript = 2 |
Definition at line 82 of file cc708window.cpp.
const uint k708AttrFontDefault = 1 |
Definition at line 84 of file cc708window.cpp.
const uint k708AttrFontMonospacedSerif = 1 |
Definition at line 85 of file cc708window.cpp.
const uint k708AttrFontProportionalSerif = 2 |
Definition at line 86 of file cc708window.cpp.
const uint k708AttrFontMonospacedSansSerif = 3 |
Definition at line 87 of file cc708window.cpp.
const uint k708AttrFontProportionalSansSerif = 4 |
Definition at line 88 of file cc708window.cpp.
const uint k708AttrFontCasual = 5 |
Definition at line 89 of file cc708window.cpp.
const uint k708AttrFontCursive = 6 |
Definition at line 90 of file cc708window.cpp.
const uint k708AttrFontSmallCaps = 7 |
Definition at line 91 of file cc708window.cpp.
Referenced by SubtitleFormat::Load().
const uint k708AttrEdgeNone = 0 |
Definition at line 93 of file cc708window.cpp.
const uint k708AttrEdgeRaised = 1 |
Definition at line 94 of file cc708window.cpp.
Referenced by SubtitleFormat::GetFont().
const uint k708AttrEdgeDepressed = 2 |
Definition at line 95 of file cc708window.cpp.
Referenced by SubtitleFormat::GetFont().
const uint k708AttrEdgeUniform = 3 |
Definition at line 96 of file cc708window.cpp.
Referenced by SubtitleFormat::GetFont().
const uint k708AttrEdgeLeftDropShadow = 4 |
Definition at line 97 of file cc708window.cpp.
Referenced by SubtitleFormat::GetFont().
const uint k708AttrEdgeRightDropShadow = 5 |
Definition at line 98 of file cc708window.cpp.
Referenced by SubtitleFormat::GetFont().
const uint k708AttrColorBlack = 0 |
Definition at line 100 of file cc708window.cpp.
Referenced by CC708Pen::SetPenStyle(), and CC708Window::SetWindowStyle().
const uint k708AttrColorWhite = 63 |
Definition at line 101 of file cc708window.cpp.
Referenced by CC708Pen::SetPenStyle().
const uint k708AttrOpacitySolid = 0 |
Definition at line 103 of file cc708window.cpp.
Referenced by CC708Pen::SetPenStyle(), and CC708Window::SetWindowStyle().
const uint k708AttrOpacityFlash = 1 |
Definition at line 104 of file cc708window.cpp.
const uint k708AttrOpacityTranslucent = 2 |
Definition at line 105 of file cc708window.cpp.
const uint k708AttrOpacityTransparent = 3 |
Definition at line 106 of file cc708window.cpp.
Referenced by CC708Pen::SetPenStyle(), and CC708Window::SetWindowStyle().