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

#include <libmythservicecontracts/datacontracts/frontend.h>

Inheritance diagram for DTC::Frontend:
[legend]
Collaboration diagram for DTC::Frontend:
[legend]

Public Member Functions

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

Static Public Member Functions

static void InitializeCustomTypes ()
 

Properties

QString Name
 
QString IP
 
int Port
 
int OnLine
 

Private Member Functions

 Q_CLASSINFO ("version", "1.0")
 
 Q_DISABLE_COPY (Frontend)
 

Detailed Description

Definition at line 24 of file frontend.h.

Constructor & Destructor Documentation

◆ Frontend()

Q_INVOKABLE DTC::Frontend::Frontend ( QObject *  parent = nullptr)
inline

Definition at line 43 of file frontend.h.

Member Function Documentation

◆ Q_CLASSINFO()

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

◆ InitializeCustomTypes()

void Frontend::InitializeCustomTypes ( )
inlinestatic

Definition at line 61 of file frontend.h.

Referenced by DTC::FrontendList::InitializeCustomTypes().

◆ Copy()

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

Definition at line 49 of file frontend.h.

◆ Q_DISABLE_COPY()

DTC::Frontend::Q_DISABLE_COPY ( Frontend  )
private

Property Documentation

◆ Name

QString DTC::Frontend::Name
readwrite

Definition at line 29 of file frontend.h.

◆ IP

QString DTC::Frontend::IP
readwrite

Definition at line 30 of file frontend.h.

◆ Port

int DTC::Frontend::Port
readwrite

Definition at line 31 of file frontend.h.

◆ OnLine

int DTC::Frontend::OnLine
readwrite

Definition at line 32 of file frontend.h.


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