MythTV
master
|
#include <mythplugins/mythzoneminder/mythzoneminder/zmliveplayer.h>
Public Member Functions | |
Player (void)=default | |
~Player (void) | |
void | updateFrame (const uchar *buffer) |
void | updateStatus (void) |
void | updateCamera () |
void | setMonitor (const Monitor *mon) |
void | setWidgets (MythUIImage *image, MythUIText *status, MythUIText *camera) |
Monitor * | getMonitor (void) |
Private Attributes | |
MythUIImage * | m_frameImage {nullptr} |
MythUIText * | m_statusText {nullptr} |
MythUIText * | m_cameraText {nullptr} |
uchar * | m_rgba {nullptr} |
Monitor | m_monitor |
Definition at line 34 of file zmliveplayer.h.
|
default |
Player::~Player | ( | void | ) |
Definition at line 467 of file zmliveplayer.cpp.
void Player::updateFrame | ( | const uchar * | buffer | ) |
Definition at line 499 of file zmliveplayer.cpp.
void Player::updateStatus | ( | void | ) |
Definition at line 509 of file zmliveplayer.cpp.
void Player::updateCamera | ( | ) |
Definition at line 524 of file zmliveplayer.cpp.
void Player::setMonitor | ( | const Monitor * | mon | ) |
Definition at line 473 of file zmliveplayer.cpp.
void Player::setWidgets | ( | MythUIImage * | image, |
MythUIText * | status, | ||
MythUIText * | camera | ||
) |
Definition at line 483 of file zmliveplayer.cpp.
|
inline |
Definition at line 48 of file zmliveplayer.h.
|
private |
Definition at line 51 of file zmliveplayer.h.
Referenced by setWidgets(), and updateFrame().
|
private |
Definition at line 52 of file zmliveplayer.h.
Referenced by setWidgets(), and updateStatus().
|
private |
Definition at line 53 of file zmliveplayer.h.
Referenced by setWidgets(), and updateCamera().
|
private |
Definition at line 55 of file zmliveplayer.h.
Referenced by setMonitor(), and ~Player().
|
private |
Definition at line 57 of file zmliveplayer.h.
Referenced by getMonitor(), setMonitor(), updateCamera(), updateFrame(), and updateStatus().