MythTV
master
|
#include <libmythtv/jobqueue.h>
Public Attributes | |
int | id {0} |
int | type {0} |
int | flag {0} |
QString | desc |
QString | command |
ProgramInfo * | pginfo {nullptr} |
Definition at line 117 of file jobqueue.h.
int RunningJobInfo::id {0} |
Definition at line 118 of file jobqueue.h.
Referenced by discid.disc.Disc::__str__(), hardwareprofile.devicelist.PCIDevice::process(), hardwareprofile.devicelist.USBDevice::process(), and JobQueue::ProcessJob().
int RunningJobInfo::type {0} |
Definition at line 119 of file jobqueue.h.
Referenced by JobQueue::ProcessJob().
int RunningJobInfo::flag {0} |
Definition at line 120 of file jobqueue.h.
Referenced by JobQueue::ProcessJob().
QString RunningJobInfo::desc |
Definition at line 121 of file jobqueue.h.
Referenced by JobQueue::ProcessJob().
QString RunningJobInfo::command |
Definition at line 122 of file jobqueue.h.
Referenced by JobQueue::ProcessJob().
ProgramInfo* RunningJobInfo::pginfo {nullptr} |
Definition at line 123 of file jobqueue.h.
Referenced by JobQueue::ProcessJob().