|
MythTV
0.26-pre
|
#include <programAndChannel.h>
Definition at line 153 of file programAndChannel.h.
| DTC::Program::Program | ( | QObject * | parent = 0 | ) | [inline] |
Definition at line 242 of file programAndChannel.h.
| DTC::Program::Program | ( | const Program & | src | ) | [inline] |
Definition at line 263 of file programAndChannel.h.
| DTC::Program::Q_CLASSINFO | ( | "version" | , |
| "1.11" | |||
| ) | [private] |
| DTC::Program::Q_CLASSINFO | ( | "defaultProp" | , |
| "Description" | |||
| ) | [private] |
| DTC::Program::PROPERTYIMP | ( | QDateTime | , |
| StartTime | |||
| ) |
| EndTime DTC::Program::PROPERTYIMP | ( | QString | , |
| Title | |||
| ) |
| EndTime SubTitle DTC::Program::PROPERTYIMP | ( | QString | , |
| Category | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified DTC::Program::PROPERTYIMP | ( | int | , |
| ProgramFlags | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps DTC::Program::PROPERTYIMP | ( | int | , |
| AudioProps | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps SubProps DTC::Program::PROPERTYIMP | ( | QString | , |
| FileName | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps SubProps HostName DTC::Program::PROPERTYIMP | ( | QDate | , |
| Airdate | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps SubProps HostName Description DTC::Program::PROPERTYIMP | ( | QString | , |
| Inetref | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps SubProps HostName Description Season DTC::Program::PROPERTYIMP | ( | int | , |
| Episode | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps SubProps HostName Description Season Channel DTC::Program::PROPERTYIMP_PTR | ( | RecordingInfo | , |
| Recording | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps SubProps HostName Description Season Channel Artwork DTC::Program::PROPERTYIMP | ( | bool | , |
| SerializeDetails | |||
| ) |
| EndTime SubTitle CatType SeriesId Stars LastModified VideoProps SubProps HostName Description Season Channel Artwork SerializeChannel DTC::Program::PROPERTYIMP | ( | bool | , |
| SerializeRecording | |||
| ) |
| static void DTC::Program::InitializeCustomTypes | ( | ) | [inline, static] |
Definition at line 225 of file programAndChannel.h.
Referenced by GuideServices::GuideServices(), DTC::Encoder::InitializeCustomTypes(), DTC::ChannelInfo::InitializeCustomTypes(), and DTC::ProgramList::PROPERTYIMP_RO_REF().
| void DTC::Program::Copy | ( | const Program & | src | ) | [inline] |
Definition at line 268 of file programAndChannel.h.
QDateTime DTC::Program::StartTime [read, write] |
Definition at line 159 of file programAndChannel.h.
QDateTime DTC::Program::EndTime [read, write] |
Definition at line 160 of file programAndChannel.h.
QString DTC::Program::Title [read, write] |
Definition at line 161 of file programAndChannel.h.
QString DTC::Program::SubTitle [read, write] |
Definition at line 162 of file programAndChannel.h.
QString DTC::Program::Category [read, write] |
Definition at line 163 of file programAndChannel.h.
QString DTC::Program::CatType [read, write] |
Definition at line 164 of file programAndChannel.h.
bool DTC::Program::Repeat [read, write] |
Definition at line 165 of file programAndChannel.h.
int DTC::Program::VideoProps [read, write] |
Definition at line 166 of file programAndChannel.h.
int DTC::Program::AudioProps [read, write] |
Definition at line 167 of file programAndChannel.h.
int DTC::Program::SubProps [read, write] |
Definition at line 168 of file programAndChannel.h.
QString DTC::Program::SeriesId [read, write] |
Definition at line 170 of file programAndChannel.h.
QString DTC::Program::ProgramId [read, write] |
Definition at line 171 of file programAndChannel.h.
double DTC::Program::Stars [read, write] |
Definition at line 172 of file programAndChannel.h.
qlonglong DTC::Program::FileSize [read, write] |
Definition at line 173 of file programAndChannel.h.
QDateTime DTC::Program::LastModified [read, write] |
Definition at line 174 of file programAndChannel.h.
int DTC::Program::ProgramFlags [read, write] |
Definition at line 175 of file programAndChannel.h.
QString DTC::Program::FileName [read, write] |
Definition at line 176 of file programAndChannel.h.
QString DTC::Program::HostName [read, write] |
Definition at line 177 of file programAndChannel.h.
QDate DTC::Program::Airdate [read, write] |
Definition at line 178 of file programAndChannel.h.
QString DTC::Program::Description [read, write] |
Definition at line 179 of file programAndChannel.h.
QString DTC::Program::Inetref [read, write] |
Definition at line 180 of file programAndChannel.h.
int DTC::Program::Season [read, write] |
Definition at line 181 of file programAndChannel.h.
int DTC::Program::Episode [read, write] |
Definition at line 182 of file programAndChannel.h.
QObject DTC::Program::Channel [read] |
Definition at line 184 of file programAndChannel.h.
Referenced by FillProgramInfo().
QObject DTC::Program::Recording [read] |
Definition at line 185 of file programAndChannel.h.
Referenced by FillProgramInfo().
QObject DTC::Program::Artwork [read] |
Definition at line 186 of file programAndChannel.h.
Referenced by FillProgramInfo().
1.7.6.1