MythTV  master
Public Member Functions | Public Attributes | List of all members
VBoxChannelInfo Class Reference

#include <vboxchannelfetcher.h>

Collaboration diagram for VBoxChannelInfo:
Collaboration graph
[legend]

Public Member Functions

 VBoxChannelInfo ()=default
 
 VBoxChannelInfo (QString name, QString xmltvid, const QString &data_url, bool fta, QString chanType, QString transType, uint serviceID, uint networkID, uint transportID)
 
bool IsValid (void) const
 

Public Attributes

QString m_name
 
QString m_xmltvid
 
uint m_serviceID {0}
 
bool m_fta {false}
 
QString m_channelType
 
QString m_transType
 
IPTVTuningData m_tuning
 
uint m_networkID {0}
 
uint m_transportID {0}
 

Detailed Description

Definition at line 23 of file vboxchannelfetcher.h.

Constructor & Destructor Documentation

◆ VBoxChannelInfo() [1/2]

VBoxChannelInfo::VBoxChannelInfo ( )
default

◆ VBoxChannelInfo() [2/2]

VBoxChannelInfo::VBoxChannelInfo ( QString  name,
QString  xmltvid,
const QString &  data_url,
bool  fta,
QString  chanType,
QString  transType,
uint  serviceID,
uint  networkID,
uint  transportID 
)
inline

Definition at line 29 of file vboxchannelfetcher.h.

Member Function Documentation

◆ IsValid()

bool VBoxChannelInfo::IsValid ( void  ) const
inline

Definition at line 46 of file vboxchannelfetcher.h.

Member Data Documentation

◆ m_name

QString VBoxChannelInfo::m_name

Definition at line 52 of file vboxchannelfetcher.h.

Referenced by IsValid().

◆ m_xmltvid

QString VBoxChannelInfo::m_xmltvid

Definition at line 53 of file vboxchannelfetcher.h.

◆ m_serviceID

uint VBoxChannelInfo::m_serviceID {0}

Definition at line 54 of file vboxchannelfetcher.h.

◆ m_fta

bool VBoxChannelInfo::m_fta {false}

Definition at line 55 of file vboxchannelfetcher.h.

◆ m_channelType

QString VBoxChannelInfo::m_channelType

Definition at line 56 of file vboxchannelfetcher.h.

◆ m_transType

QString VBoxChannelInfo::m_transType

Definition at line 57 of file vboxchannelfetcher.h.

◆ m_tuning

IPTVTuningData VBoxChannelInfo::m_tuning

Definition at line 58 of file vboxchannelfetcher.h.

Referenced by IsValid().

◆ m_networkID

uint VBoxChannelInfo::m_networkID {0}

Definition at line 59 of file vboxchannelfetcher.h.

◆ m_transportID

uint VBoxChannelInfo::m_transportID {0}

Definition at line 60 of file vboxchannelfetcher.h.


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