MythTV
master
|
#include <libmythtv/tv_rec.h>
Public Member Functions | |
PendingInfo ()=default | |
Public Attributes | |
ProgramInfo * | m_info {nullptr} |
QDateTime | m_recordingStart |
bool | m_hasLaterShowing {false} |
bool | m_canceled {false} |
bool | m_ask {false} |
bool | m_doNotAsk {false} |
std::vector< uint > | m_possibleConflicts |
|
default |
ProgramInfo* PendingInfo::m_info {nullptr} |
Definition at line 132 of file tv_rec.h.
Referenced by TVRec::IsBusy(), TVRec::RecordPending(), and TVRec::StartRecording().
QDateTime PendingInfo::m_recordingStart |
Definition at line 133 of file tv_rec.h.
Referenced by TVRec::IsBusy(), and TVRec::RecordPending().
Definition at line 134 of file tv_rec.h.
Referenced by TVRec::RecordPending().
Definition at line 136 of file tv_rec.h.
Referenced by TVRec::RecordPending().
Definition at line 137 of file tv_rec.h.
Referenced by TVRec::RecordPending().
std::vector<uint> PendingInfo::m_possibleConflicts |
Definition at line 138 of file tv_rec.h.
Referenced by TVRec::StartRecording().