MythTV  master
Public Member Functions | Public Attributes | List of all members
PendingInfo Class Reference

#include <tv_rec.h>

Collaboration diagram for PendingInfo:
Collaboration graph
[legend]

Public Member Functions

 PendingInfo ()=default
 

Public Attributes

ProgramInfom_info {nullptr}
 
QDateTime m_recordingStart
 
bool m_hasLaterShowing {false}
 
bool m_canceled {false}
 
bool m_ask {false}
 
bool m_doNotAsk {false}
 
std::vector< uintm_possibleConflicts
 

Detailed Description

Definition at line 127 of file tv_rec.h.

Constructor & Destructor Documentation

◆ PendingInfo()

PendingInfo::PendingInfo ( )
default

Member Data Documentation

◆ m_info

ProgramInfo* PendingInfo::m_info {nullptr}

Definition at line 132 of file tv_rec.h.

Referenced by TVRec::IsBusy(), TVRec::RecordPending(), and TVRec::StartRecording().

◆ m_recordingStart

QDateTime PendingInfo::m_recordingStart

Definition at line 133 of file tv_rec.h.

Referenced by TVRec::IsBusy(), and TVRec::RecordPending().

◆ m_hasLaterShowing

bool PendingInfo::m_hasLaterShowing {false}

Definition at line 134 of file tv_rec.h.

Referenced by TVRec::RecordPending().

◆ m_canceled

bool PendingInfo::m_canceled {false}

Definition at line 135 of file tv_rec.h.

◆ m_ask

bool PendingInfo::m_ask {false}

Definition at line 136 of file tv_rec.h.

Referenced by TVRec::RecordPending().

◆ m_doNotAsk

bool PendingInfo::m_doNotAsk {false}

Definition at line 137 of file tv_rec.h.

Referenced by TVRec::RecordPending().

◆ m_possibleConflicts

std::vector<uint> PendingInfo::m_possibleConflicts

Definition at line 138 of file tv_rec.h.

Referenced by TVRec::StartRecording().


The documentation for this class was generated from the following file: