#include <encoder.h>
Public Member Functions | |
| PROPERTYIMP (int, Id) PROPERTYIMP(QString | |
| HostName | PROPERTYIMP (bool, Local) PROPERTYIMP(bool |
| HostName Connected | PROPERTYIMP (int, State) PROPERTYIMP(int |
| HostName Connected SleepStatus | PROPERTYIMP (bool, LowOnFreeSpace) PROPERTYIMP_PTR(Program |
| Encoder (QObject *parent=0) | |
| Encoder (const Encoder &src) | |
| void | Copy (const Encoder &src) |
Static Public Member Functions | |
| static void | InitializeCustomTypes () |
Properties | |
| int | Id |
| QString | HostName |
| bool | Local |
| bool | Connected |
| int | State |
| int | SleepStatus |
| bool | LowOnFreeSpace |
| QObject | Recording |
Private Member Functions | |
| Q_CLASSINFO ("version","1.0") | |
Definition at line 26 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
| DTC::Encoder::Encoder | ( | QObject * | parent = 0 |
) | [inline] |
Definition at line 63 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
| DTC::Encoder::Encoder | ( | const Encoder & | src | ) | [inline] |
Definition at line 75 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
| DTC::Encoder::Q_CLASSINFO | ( | "version" | , | |
| "1.0" | ||||
| ) | [private] |
| DTC::Encoder::PROPERTYIMP | ( | int | , | |
| Id | ||||
| ) |
| HostName DTC::Encoder::PROPERTYIMP | ( | bool | , | |
| Local | ||||
| ) |
| HostName Connected DTC::Encoder::PROPERTYIMP | ( | int | , | |
| State | ||||
| ) |
| HostName Connected SleepStatus DTC::Encoder::PROPERTYIMP | ( | bool | , | |
| LowOnFreeSpace | ||||
| ) |
| static void DTC::Encoder::InitializeCustomTypes | ( | ) | [inline, static] |
Definition at line 53 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
Referenced by DTC::EncoderList::PROPERTYIMP_RO_REF().
| void DTC::Encoder::Copy | ( | const Encoder & | src | ) | [inline] |
Definition at line 80 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
int DTC::Encoder::Id [read, write] |
Definition at line 31 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
QString DTC::Encoder::HostName [read, write] |
Definition at line 32 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
bool DTC::Encoder::Local [read, write] |
Definition at line 33 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
Referenced by Dvr::GetEncoderList().
bool DTC::Encoder::Connected [read, write] |
Definition at line 34 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
int DTC::Encoder::State [read, write] |
Definition at line 35 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
Referenced by Dvr::GetEncoderList().
int DTC::Encoder::SleepStatus [read, write] |
Definition at line 36 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
bool DTC::Encoder::LowOnFreeSpace [read, write] |
Definition at line 37 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
QObject DTC::Encoder::Recording [read] |
Definition at line 39 of file mythtv/libs/libmythservicecontracts/datacontracts/encoder.h.
Referenced by Dvr::GetEncoderList().
1.6.3