MythTV  master
Public Member Functions | Static Public Member Functions | Properties | Private Member Functions | List of all members
DTC::ProgramList Class Reference

#include <programList.h>

Inheritance diagram for DTC::ProgramList:
Inheritance graph
[legend]
Collaboration diagram for DTC::ProgramList:
Collaboration graph
[legend]

Public Member Functions

Q_INVOKABLE ProgramList (QObject *parent=nullptr)
 
void Copy (const ProgramList *src)
 
ProgramAddNewProgram ()
 

Static Public Member Functions

static void InitializeCustomTypes ()
 

Properties

int StartIndex
 
int Count
 
int TotalAvailable
 
QDateTime AsOf
 
QString Version
 
QString ProtoVer
 
QVariantList Programs
 

Private Member Functions

 Q_CLASSINFO ("version", "1.0")
 
 Q_CLASSINFO ("Programs", "type=DTC::Program")
 
 Q_CLASSINFO ("AsOf", "transient=true")
 
 PROPERTYIMP_RO_REF (QVariantList, Programs)
 
 Q_DISABLE_COPY (ProgramList)
 

Detailed Description

Definition at line 26 of file programList.h.

Constructor & Destructor Documentation

◆ ProgramList()

Q_INVOKABLE DTC::ProgramList::ProgramList ( QObject *  parent = nullptr)
inlineexplicit

Definition at line 59 of file programList.h.

Member Function Documentation

◆ Q_CLASSINFO() [1/3]

DTC::ProgramList::Q_CLASSINFO ( "version"  ,
"1.0"   
)
private

◆ Q_CLASSINFO() [2/3]

DTC::ProgramList::Q_CLASSINFO ( "Programs"  )
private

◆ Q_CLASSINFO() [3/3]

DTC::ProgramList::Q_CLASSINFO ( "AsOf"  )
private

◆ PROPERTYIMP_RO_REF()

DTC::ProgramList::PROPERTYIMP_RO_REF ( QVariantList  ,
Programs   
)
private

◆ InitializeCustomTypes()

void DTC::ProgramList::InitializeCustomTypes ( )
inlinestatic

Definition at line 94 of file programList.h.

Referenced by DvrServices::DvrServices(), and GuideServices::GuideServices().

◆ Copy()

void DTC::ProgramList::Copy ( const ProgramList src)
inline

Definition at line 67 of file programList.h.

◆ AddNewProgram()

Program* DTC::ProgramList::AddNewProgram ( )
inline

Definition at line 79 of file programList.h.

◆ Q_DISABLE_COPY()

DTC::ProgramList::Q_DISABLE_COPY ( ProgramList  )
private

Property Documentation

◆ StartIndex

int DTC::ProgramList::StartIndex
readwrite

Definition at line 37 of file programList.h.

◆ Count

int DTC::ProgramList::Count
readwrite

Definition at line 38 of file programList.h.

◆ TotalAvailable

int DTC::ProgramList::TotalAvailable
readwrite

Definition at line 39 of file programList.h.

◆ AsOf

QDateTime DTC::ProgramList::AsOf
readwrite

Definition at line 40 of file programList.h.

◆ Version

QString DTC::ProgramList::Version
readwrite

Definition at line 41 of file programList.h.

◆ ProtoVer

QString DTC::ProgramList::ProtoVer
readwrite

Definition at line 42 of file programList.h.

◆ Programs

QVariantList DTC::ProgramList::Programs
read

Definition at line 44 of file programList.h.


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