|
MythTV master
|
#include <libmythtv/Bluray/mythbdoverlay.h>
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 } |
Definition at line 16 of file mythbdoverlay.h.
|
default |
|
explicit |
Definition at line 9 of file mythbdoverlay.cpp.
|
explicit |
Definition at line 17 of file mythbdoverlay.cpp.
| void MythBDOverlay::SetPalette | ( | const BD_PG_PALETTE_ENTRY * | Palette | ) |
Definition at line 24 of file mythbdoverlay.cpp.
Referenced by MythBDBuffer::SubmitOverlay().
| void MythBDOverlay::Wipe | ( | int | Left, |
| int | Top, | ||
| int | Width, | ||
| int | Height | ||
| ) |
Definition at line 49 of file mythbdoverlay.cpp.
| void MythBDOverlay::Wipe | ( | void | ) |
Definition at line 44 of file mythbdoverlay.cpp.
Referenced by MythBDOverlay(), MythBDBuffer::SubmitOverlay(), and Wipe().
| QImage MythBDOverlay::m_image |
Definition at line 27 of file mythbdoverlay.h.
Referenced by MythBDOverlayScreen::DisplayBDOverlay(), SetPalette(), MythBDBuffer::SubmitARGBOverlay(), MythBDBuffer::SubmitOverlay(), and Wipe().
| int64_t MythBDOverlay::m_pts { -1 } |
Definition at line 28 of file mythbdoverlay.h.
| int MythBDOverlay::m_x { 0 } |
Definition at line 29 of file mythbdoverlay.h.
Referenced by MythBDOverlayScreen::DisplayBDOverlay().
| int MythBDOverlay::m_y { 0 } |
Definition at line 30 of file mythbdoverlay.h.
Referenced by MythBDOverlayScreen::DisplayBDOverlay().