MythTV  master
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SubWrapper Class Reference
Inheritance diagram for SubWrapper:
[legend]
Collaboration diagram for SubWrapper:
[legend]

Public Member Functions

std::chrono::milliseconds GetExpireTime (void) const
 
MythRect GetOrigArea (void) const
 
int GetWhichImageCache (void) const
 

Protected Member Functions

 SubWrapper (const MythRect &rect, std::chrono::milliseconds expireTime, int whichImageCache=-1)
 

Protected Attributes

const MythRect m_swOrigArea
 
const int m_swWhichImageCache
 
const std::chrono::milliseconds m_swExpireTime
 

Detailed Description

Definition at line 37 of file subtitlescreen.cpp.

Constructor & Destructor Documentation

◆ SubWrapper()

SubWrapper::SubWrapper ( const MythRect rect,
std::chrono::milliseconds  expireTime,
int  whichImageCache = -1 
)
inlineprotected

Definition at line 40 of file subtitlescreen.cpp.

Member Function Documentation

◆ GetExpireTime()

std::chrono::milliseconds SubWrapper::GetExpireTime ( void  ) const
inline

Definition at line 49 of file subtitlescreen.cpp.

Referenced by SubtitleScreen::Pulse().

◆ GetOrigArea()

MythRect SubWrapper::GetOrigArea ( void  ) const
inline

Definition at line 50 of file subtitlescreen.cpp.

◆ GetWhichImageCache()

int SubWrapper::GetWhichImageCache ( void  ) const
inline

Definition at line 51 of file subtitlescreen.cpp.

Referenced by SubtitleScreen::Clear708Cache().

Member Data Documentation

◆ m_swOrigArea

const MythRect SubWrapper::m_swOrigArea
protected

Definition at line 54 of file subtitlescreen.cpp.

Referenced by GetOrigArea().

◆ m_swWhichImageCache

const int SubWrapper::m_swWhichImageCache
protected

Definition at line 55 of file subtitlescreen.cpp.

Referenced by GetWhichImageCache().

◆ m_swExpireTime

const std::chrono::milliseconds SubWrapper::m_swExpireTime
protected

Definition at line 56 of file subtitlescreen.cpp.

Referenced by GetExpireTime().


The documentation for this class was generated from the following file: