MythTV  master
Variables
cc708window.cpp File Reference
#include <cassert>
#include <algorithm>
#include "libmythbase/mythlogging.h"
#include "captions/cc708window.h"
Include dependency graph for cc708window.cpp:

Go to the source code of this file.

Variables

const uint k708JustifyLeft = 0
 
const uint k708JustifyRight = 1
 
const uint k708JustifyCenter = 2
 
const uint k708JustifyFull = 3
 
const uint k708EffectSnap = 0
 
const uint k708EffectFade = 1
 
const uint k708EffectWipe = 2
 
const uint k708BorderNone = 0
 
const uint k708BorderRaised = 1
 
const uint k708BorderDepressed = 2
 
const uint k708BorderUniform = 3
 
const uint k708BorderShadowLeft = 4
 
const uint k708BorderShadowRight = 5
 
const uint k708DirLeftToRight = 0
 
const uint k708DirRightToLeft = 1
 
const uint k708DirTopToBottom = 2
 
const uint k708DirBottomToTop = 3
 
const uint k708AttrSizeSmall = 0
 
const uint k708AttrSizeStandard = 1
 
const uint k708AttrSizeLarge = 2
 
const uint k708AttrOffsetSubscript = 0
 
const uint k708AttrOffsetNormal = 1
 
const uint k708AttrOffsetSuperscript = 2
 
const uint k708AttrFontDefault = 1
 
const uint k708AttrFontMonospacedSerif = 1
 
const uint k708AttrFontProportionalSerif = 2
 
const uint k708AttrFontMonospacedSansSerif = 3
 
const uint k708AttrFontProportionalSansSerif = 4
 
const uint k708AttrFontCasual = 5
 
const uint k708AttrFontCursive = 6
 
const uint k708AttrFontSmallCaps = 7
 
const uint k708AttrEdgeNone = 0
 
const uint k708AttrEdgeRaised = 1
 
const uint k708AttrEdgeDepressed = 2
 
const uint k708AttrEdgeUniform = 3
 
const uint k708AttrEdgeLeftDropShadow = 4
 
const uint k708AttrEdgeRightDropShadow = 5
 
const uint k708AttrColorBlack = 0
 
const uint k708AttrColorWhite = 63
 
const uint k708AttrOpacitySolid = 0
 
const uint k708AttrOpacityFlash = 1
 
const uint k708AttrOpacityTranslucent = 2
 
const uint k708AttrOpacityTransparent = 3
 

Variable Documentation

◆ k708JustifyLeft

const uint k708JustifyLeft = 0

Definition at line 55 of file cc708window.cpp.

Referenced by CC708Window::SetWindowStyle().

◆ k708JustifyRight

const uint k708JustifyRight = 1

Definition at line 56 of file cc708window.cpp.

◆ k708JustifyCenter

const uint k708JustifyCenter = 2

Definition at line 57 of file cc708window.cpp.

Referenced by CC708Window::SetWindowStyle().

◆ k708JustifyFull

const uint k708JustifyFull = 3

Definition at line 58 of file cc708window.cpp.

◆ k708EffectSnap

const uint k708EffectSnap = 0

Definition at line 60 of file cc708window.cpp.

Referenced by CC708Window::SetWindowStyle().

◆ k708EffectFade

const uint k708EffectFade = 1

Definition at line 61 of file cc708window.cpp.

◆ k708EffectWipe

const uint k708EffectWipe = 2

Definition at line 62 of file cc708window.cpp.

◆ k708BorderNone

const uint k708BorderNone = 0

Definition at line 64 of file cc708window.cpp.

Referenced by CC708Window::SetWindowStyle().

◆ k708BorderRaised

const uint k708BorderRaised = 1

Definition at line 65 of file cc708window.cpp.

◆ k708BorderDepressed

const uint k708BorderDepressed = 2

Definition at line 66 of file cc708window.cpp.

◆ k708BorderUniform

const uint k708BorderUniform = 3

Definition at line 67 of file cc708window.cpp.

◆ k708BorderShadowLeft

const uint k708BorderShadowLeft = 4

Definition at line 68 of file cc708window.cpp.

◆ k708BorderShadowRight

const uint k708BorderShadowRight = 5

Definition at line 69 of file cc708window.cpp.

◆ k708DirLeftToRight

const uint k708DirLeftToRight = 0

◆ k708DirRightToLeft

const uint k708DirRightToLeft = 1

◆ k708DirTopToBottom

const uint k708DirTopToBottom = 2

◆ k708DirBottomToTop

const uint k708DirBottomToTop = 3

◆ k708AttrSizeSmall

const uint k708AttrSizeSmall = 0

Definition at line 76 of file cc708window.cpp.

Referenced by SubtitleFormat::GetFont().

◆ k708AttrSizeStandard

const uint k708AttrSizeStandard = 1

Definition at line 77 of file cc708window.cpp.

Referenced by CC708Pen::SetPenStyle().

◆ k708AttrSizeLarge

const uint k708AttrSizeLarge = 2

Definition at line 78 of file cc708window.cpp.

Referenced by SubtitleFormat::GetFont().

◆ k708AttrOffsetSubscript

const uint k708AttrOffsetSubscript = 0

Definition at line 80 of file cc708window.cpp.

◆ k708AttrOffsetNormal

const uint k708AttrOffsetNormal = 1

Definition at line 81 of file cc708window.cpp.

Referenced by CC708Pen::SetPenStyle().

◆ k708AttrOffsetSuperscript

const uint k708AttrOffsetSuperscript = 2

Definition at line 82 of file cc708window.cpp.

◆ k708AttrFontDefault

const uint k708AttrFontDefault = 1

Definition at line 84 of file cc708window.cpp.

◆ k708AttrFontMonospacedSerif

const uint k708AttrFontMonospacedSerif = 1

Definition at line 85 of file cc708window.cpp.

◆ k708AttrFontProportionalSerif

const uint k708AttrFontProportionalSerif = 2

Definition at line 86 of file cc708window.cpp.

◆ k708AttrFontMonospacedSansSerif

const uint k708AttrFontMonospacedSansSerif = 3

Definition at line 87 of file cc708window.cpp.

◆ k708AttrFontProportionalSansSerif

const uint k708AttrFontProportionalSansSerif = 4

Definition at line 88 of file cc708window.cpp.

◆ k708AttrFontCasual

const uint k708AttrFontCasual = 5

Definition at line 89 of file cc708window.cpp.

◆ k708AttrFontCursive

const uint k708AttrFontCursive = 6

Definition at line 90 of file cc708window.cpp.

◆ k708AttrFontSmallCaps

const uint k708AttrFontSmallCaps = 7

Definition at line 91 of file cc708window.cpp.

Referenced by SubtitleFormat::Load().

◆ k708AttrEdgeNone

const uint k708AttrEdgeNone = 0

Definition at line 93 of file cc708window.cpp.

◆ k708AttrEdgeRaised

const uint k708AttrEdgeRaised = 1

Definition at line 94 of file cc708window.cpp.

Referenced by SubtitleFormat::GetFont().

◆ k708AttrEdgeDepressed

const uint k708AttrEdgeDepressed = 2

Definition at line 95 of file cc708window.cpp.

Referenced by SubtitleFormat::GetFont().

◆ k708AttrEdgeUniform

const uint k708AttrEdgeUniform = 3

Definition at line 96 of file cc708window.cpp.

Referenced by SubtitleFormat::GetFont().

◆ k708AttrEdgeLeftDropShadow

const uint k708AttrEdgeLeftDropShadow = 4

Definition at line 97 of file cc708window.cpp.

Referenced by SubtitleFormat::GetFont().

◆ k708AttrEdgeRightDropShadow

const uint k708AttrEdgeRightDropShadow = 5

Definition at line 98 of file cc708window.cpp.

Referenced by SubtitleFormat::GetFont().

◆ k708AttrColorBlack

const uint k708AttrColorBlack = 0

Definition at line 100 of file cc708window.cpp.

Referenced by CC708Pen::SetPenStyle(), and CC708Window::SetWindowStyle().

◆ k708AttrColorWhite

const uint k708AttrColorWhite = 63

Definition at line 101 of file cc708window.cpp.

Referenced by CC708Pen::SetPenStyle().

◆ k708AttrOpacitySolid

const uint k708AttrOpacitySolid = 0

Definition at line 103 of file cc708window.cpp.

Referenced by CC708Pen::SetPenStyle(), and CC708Window::SetWindowStyle().

◆ k708AttrOpacityFlash

const uint k708AttrOpacityFlash = 1

Definition at line 104 of file cc708window.cpp.

◆ k708AttrOpacityTranslucent

const uint k708AttrOpacityTranslucent = 2

Definition at line 105 of file cc708window.cpp.

◆ k708AttrOpacityTransparent

const uint k708AttrOpacityTransparent = 3

Definition at line 106 of file cc708window.cpp.

Referenced by CC708Pen::SetPenStyle(), and CC708Window::SetWindowStyle().