#include <zmliveplayer.h>
Definition at line 33 of file zmliveplayer.h.
Public Member Functions | |
| Player (void) | |
| ~Player (void) | |
| void | updateFrame (const uchar *buffer) |
| void | updateStatus (void) |
| void | updateCamera () |
| void | setMonitor (Monitor *mon) |
| void | setWidgets (MythUIImage *image, MythUIText *status, MythUIText *camera) |
| Monitor * | getMonitor (void) |
Private Member Functions | |
| void | getMonitorList (void) |
Private Attributes | |
| MythUIImage * | m_frameImage |
| MythUIText * | m_statusText |
| MythUIText * | m_cameraText |
| MythImage * | m_image |
| uchar * | m_rgba |
| Monitor | m_monitor |
| Player::Player | ( | void | ) |
Definition at line 393 of file zmliveplayer.cpp.
| Player::~Player | ( | void | ) |
Definition at line 402 of file zmliveplayer.cpp.
| void Player::updateFrame | ( | const uchar * | buffer | ) |
Referenced by ZMLivePlayer::updateFrame().
| void Player::updateStatus | ( | void | ) |
| void Player::updateCamera | ( | ) |
| void Player::setMonitor | ( | Monitor * | mon | ) |
| void Player::setWidgets | ( | MythUIImage * | image, | |
| MythUIText * | status, | |||
| MythUIText * | camera | |||
| ) |
| Monitor* Player::getMonitor | ( | void | ) | [inline] |
Definition at line 47 of file zmliveplayer.h.
Referenced by ZMLivePlayer::updateFrame(), and ZMLivePlayer::~ZMLivePlayer().
| void Player::getMonitorList | ( | void | ) | [private] |
MythUIImage* Player::m_frameImage [private] |
MythUIText* Player::m_statusText [private] |
Definition at line 53 of file zmliveplayer.h.
Referenced by Player(), setWidgets(), and updateStatus().
MythUIText* Player::m_cameraText [private] |
Definition at line 54 of file zmliveplayer.h.
Referenced by Player(), setWidgets(), and updateCamera().
MythImage* Player::m_image [private] |
uchar* Player::m_rgba [private] |
Monitor Player::m_monitor [private] |
Definition at line 60 of file zmliveplayer.h.
Referenced by getMonitor(), setMonitor(), updateCamera(), and updateStatus().
1.5.5