|
MythTV
0.26-pre
|
#include <videoSourceList.h>
Public Member Functions | |
| PROPERTYIMP (QDateTime, AsOf) PROPERTYIMP(QString | |
| Version | PROPERTYIMP (QString, ProtoVer) PROPERTYIMP_RO_REF(QVariantList |
| VideoSourceList (QObject *parent=0) | |
| VideoSourceList (const VideoSourceList &src) | |
| void | Copy (const VideoSourceList &src) |
| VideoSource * | AddNewVideoSource () |
Static Public Member Functions | |
| static void | InitializeCustomTypes () |
Properties | |
| QDateTime | AsOf |
| QString | Version |
| QString | ProtoVer |
| QVariantList | VideoSources |
Private Member Functions | |
| Q_CLASSINFO ("version","1.0") | |
| Q_CLASSINFO ("VideoSources","type=DTC::VideoSource") | |
| Q_CLASSINFO ("AsOf","transient=true") | |
Definition at line 15 of file videoSourceList.h.
| DTC::VideoSourceList::VideoSourceList | ( | QObject * | parent = 0 | ) | [inline] |
Definition at line 50 of file videoSourceList.h.
| DTC::VideoSourceList::VideoSourceList | ( | const VideoSourceList & | src | ) | [inline] |
Definition at line 55 of file videoSourceList.h.
| DTC::VideoSourceList::Q_CLASSINFO | ( | "version" | , |
| "1.0" | |||
| ) | [private] |
| DTC::VideoSourceList::Q_CLASSINFO | ( | "VideoSources" | ) | [private] |
| DTC::VideoSourceList::Q_CLASSINFO | ( | "AsOf" | ) | [private] |
| DTC::VideoSourceList::PROPERTYIMP | ( | QDateTime | , |
| AsOf | |||
| ) |
| Version DTC::VideoSourceList::PROPERTYIMP | ( | QString | , |
| ProtoVer | |||
| ) |
| static void DTC::VideoSourceList::InitializeCustomTypes | ( | ) | [inline, static] |
Definition at line 40 of file videoSourceList.h.
Referenced by ChannelServices::ChannelServices().
| void DTC::VideoSourceList::Copy | ( | const VideoSourceList & | src | ) | [inline] |
Definition at line 60 of file videoSourceList.h.
| VideoSource* DTC::VideoSourceList::AddNewVideoSource | ( | ) | [inline] |
Definition at line 69 of file videoSourceList.h.
Referenced by Channel::GetVideoSourceList().
QDateTime DTC::VideoSourceList::AsOf [read, write] |
Definition at line 26 of file videoSourceList.h.
QString DTC::VideoSourceList::Version [read, write] |
Definition at line 27 of file videoSourceList.h.
QString DTC::VideoSourceList::ProtoVer [read, write] |
Definition at line 28 of file videoSourceList.h.
QVariantList DTC::VideoSourceList::VideoSources [read] |
Definition at line 30 of file videoSourceList.h.
1.7.6.1