MythTV  master
Public Member Functions | Public Attributes | List of all members
MythBDOverlay Class Reference

#include <mythbdoverlay.h>

Collaboration diagram for MythBDOverlay:
Collaboration graph
[legend]

Public Member Functions

 MythBDOverlay ()=default
 
 MythBDOverlay (const bd_overlay_s *Overlay)
 
 MythBDOverlay (const bd_argb_overlay_s *Overlay)
 
void SetPalette (const BD_PG_PALETTE_ENTRY *Palette)
 
void Wipe (void)
 
void Wipe (int Left, int Top, int Width, int Height)
 

Public Attributes

QImage m_image
 
int64_t m_pts { -1 }
 
int m_x { 0 }
 
int m_y { 0 }
 

Detailed Description

Definition at line 16 of file mythbdoverlay.h.

Constructor & Destructor Documentation

◆ MythBDOverlay() [1/3]

MythBDOverlay::MythBDOverlay ( )
default

◆ MythBDOverlay() [2/3]

MythBDOverlay::MythBDOverlay ( const bd_overlay_s *  Overlay)
explicit

Definition at line 9 of file mythbdoverlay.cpp.

◆ MythBDOverlay() [3/3]

MythBDOverlay::MythBDOverlay ( const bd_argb_overlay_s *  Overlay)
explicit

Definition at line 17 of file mythbdoverlay.cpp.

Member Function Documentation

◆ SetPalette()

void MythBDOverlay::SetPalette ( const BD_PG_PALETTE_ENTRY *  Palette)

Definition at line 24 of file mythbdoverlay.cpp.

Referenced by MythBDBuffer::SubmitOverlay().

◆ Wipe() [1/2]

void MythBDOverlay::Wipe ( void  )

Definition at line 44 of file mythbdoverlay.cpp.

Referenced by MythBDOverlay(), and MythBDBuffer::SubmitOverlay().

◆ Wipe() [2/2]

void MythBDOverlay::Wipe ( int  Left,
int  Top,
int  Width,
int  Height 
)

Definition at line 49 of file mythbdoverlay.cpp.

Member Data Documentation

◆ m_image

QImage MythBDOverlay::m_image

◆ m_pts

int64_t MythBDOverlay::m_pts { -1 }

Definition at line 28 of file mythbdoverlay.h.

◆ m_x

int MythBDOverlay::m_x { 0 }

Definition at line 29 of file mythbdoverlay.h.

Referenced by MythBDOverlayScreen::DisplayBDOverlay().

◆ m_y

int MythBDOverlay::m_y { 0 }

Definition at line 30 of file mythbdoverlay.h.

Referenced by MythBDOverlayScreen::DisplayBDOverlay().


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