|
MythTV
0.26-pre
|
#include <frontendStatus.h>
Public Member Functions | |
| PROPERTYIMP_RO_REF (QVariantMap, State) PROPERTYIMP_RO_REF(QVariantList | |
| ChapterTimes | PROPERTYIMP_RO_REF (QVariantMap, SubtitleTracks) PROPERTYIMP_RO_REF(QVariantMap |
| FrontendStatus (QObject *parent=0) | |
| FrontendStatus (const FrontendStatus &src) | |
| void | Copy (const FrontendStatus &src) |
| void | Process (void) |
Static Public Member Functions | |
| static void | InitializeCustomTypes () |
Properties | |
| QVariantMap | State |
| QVariantList | ChapterTimes |
| QVariantMap | SubtitleTracks |
| QVariantMap | AudioTracks |
Private Member Functions | |
| Q_CLASSINFO ("version","1.0") | |
| Q_CLASSINFO ("State","type=QString") | |
| Q_CLASSINFO ("ChapterTimes","type=QString;name=Chapter") | |
| Q_CLASSINFO ("SubtitleTracks","type=QString;name=Track") | |
| Q_CLASSINFO ("AudioTracks","type=QString;name=Track") | |
Definition at line 9 of file frontendStatus.h.
| DTC::FrontendStatus::FrontendStatus | ( | QObject * | parent = 0 | ) | [inline] |
Definition at line 37 of file frontendStatus.h.
| DTC::FrontendStatus::FrontendStatus | ( | const FrontendStatus & | src | ) | [inline] |
Definition at line 41 of file frontendStatus.h.
| DTC::FrontendStatus::Q_CLASSINFO | ( | "version" | , |
| "1.0" | |||
| ) | [private] |
| DTC::FrontendStatus::Q_CLASSINFO | ( | "State" | ) | [private] |
| DTC::FrontendStatus::Q_CLASSINFO | ( | "ChapterTimes" | ) | [private] |
| DTC::FrontendStatus::Q_CLASSINFO | ( | "SubtitleTracks" | ) | [private] |
| DTC::FrontendStatus::Q_CLASSINFO | ( | "AudioTracks" | ) | [private] |
| DTC::FrontendStatus::PROPERTYIMP_RO_REF | ( | QVariantMap | , |
| State | |||
| ) |
| ChapterTimes DTC::FrontendStatus::PROPERTYIMP_RO_REF | ( | QVariantMap | , |
| SubtitleTracks | |||
| ) |
| static void DTC::FrontendStatus::InitializeCustomTypes | ( | ) | [inline, static] |
Definition at line 30 of file frontendStatus.h.
Referenced by FrontendServices::FrontendServices().
| void DTC::FrontendStatus::Copy | ( | const FrontendStatus & | src | ) | [inline] |
Definition at line 46 of file frontendStatus.h.
| void DTC::FrontendStatus::Process | ( | void | ) | [inline] |
Definition at line 54 of file frontendStatus.h.
Referenced by Frontend::GetStatus().
QVariantMap DTC::FrontendStatus::State [read] |
Definition at line 19 of file frontendStatus.h.
Referenced by Frontend::GetStatus().
QVariantList DTC::FrontendStatus::ChapterTimes [read] |
Definition at line 20 of file frontendStatus.h.
QVariantMap DTC::FrontendStatus::SubtitleTracks [read] |
Definition at line 21 of file frontendStatus.h.
QVariantMap DTC::FrontendStatus::AudioTracks [read] |
Definition at line 22 of file frontendStatus.h.
1.7.6.1