|
MythTV master
|
#include <mythplugins/mythzoneminder/mythzoneminder/zmdefines.h>
Public Member Functions | |
| Monitor ()=default | |
Public Attributes | |
| int | id { 0 } |
| QString | name |
| QString | type |
| QString | function |
| bool | enabled { false } |
| QString | device |
| QString | zmcStatus |
| QString | zmaStatus |
| int | events { 0 } |
| QString | status |
| int | width { 0 } |
| int | height { 0 } |
| int | bytes_per_pixel { 0 } |
| bool | showNotifications { false } |
| State | state { IDLE } |
| State | previousState { IDLE } |
Definition at line 108 of file zmdefines.h.
|
default |
| int Monitor::bytes_per_pixel { 0 } |
Definition at line 128 of file zmdefines.h.
| QString Monitor::device |
Definition at line 120 of file zmdefines.h.
Definition at line 119 of file zmdefines.h.
Referenced by FunctionDialog::Create(), FunctionDialog::setMonitorFunction(), and ZMClient::updateMonitorStatus().
| int Monitor::events { 0 } |
Definition at line 123 of file zmdefines.h.
Referenced by ZMConsole::updateMonitorList(), and ZMClient::updateMonitorStatus().
| QString Monitor::function |
Definition at line 118 of file zmdefines.h.
Referenced by FunctionDialog::Create(), FunctionDialog::setMonitorFunction(), and ZMClient::updateMonitorStatus().
| int Monitor::height { 0 } |
Definition at line 127 of file zmdefines.h.
Referenced by Player::setMonitor(), and Player::updateFrame().
| int Monitor::id { 0 } |
Definition at line 115 of file zmdefines.h.
Referenced by discid.disc.Disc::__str__(), ZMLivePlayer::changePlayerMonitor(), ZMClient::doGetMonitorList(), hardwareprofile.devicelist.PCIDevice::process(), hardwareprofile.devicelist.USBDevice::process(), AlarmNotifyThread::run(), ZMClient::saveNotificationMonitors(), and FunctionDialog::setMonitorFunction().
| QString Monitor::name |
Definition at line 116 of file zmdefines.h.
Referenced by FunctionDialog::Create(), ZMClient::updateAlarmStates(), Player::updateCamera(), ZMConsole::updateMonitorList(), and ZMClient::updateMonitorStatus().
Definition at line 132 of file zmdefines.h.
Referenced by AlarmNotifyThread::run(), and ZMClient::updateAlarmStates().
Definition at line 130 of file zmdefines.h.
Referenced by FunctionDialog::Create(), AlarmNotifyThread::run(), ZMClient::saveNotificationMonitors(), and FunctionDialog::setMonitorFunction().
Definition at line 131 of file zmdefines.h.
Referenced by AlarmNotifyThread::run(), ZMMiniPlayer::timerTimeout(), and ZMClient::updateAlarmStates().
| QString Monitor::status |
Definition at line 125 of file zmdefines.h.
Referenced by Player::updateStatus().
| QString Monitor::type |
Definition at line 117 of file zmdefines.h.
| int Monitor::width { 0 } |
Definition at line 126 of file zmdefines.h.
Referenced by Player::setMonitor(), and Player::updateFrame().
| QString Monitor::zmaStatus |
Definition at line 122 of file zmdefines.h.
Referenced by ZMConsole::updateMonitorList(), and ZMClient::updateMonitorStatus().
| QString Monitor::zmcStatus |
Definition at line 121 of file zmdefines.h.
Referenced by ZMConsole::updateMonitorList(), and ZMClient::updateMonitorStatus().