MythTV
master
|
#include <dtvconfparser.h>
Public Member Functions | |
DTVChannelInfo ()=default | |
QString | toString () const |
Public Attributes | |
QString | m_name |
uint | m_serviceid {0} |
int | m_lcn {-1} |
Definition at line 47 of file dtvconfparser.h.
|
default |
QString DTVChannelInfo::toString | ( | ) | const |
Definition at line 65 of file dtvconfparser.cpp.
Referenced by DTVConfParser::AddChannel().
QString DTVChannelInfo::m_name |
Definition at line 54 of file dtvconfparser.h.
Referenced by DTVConfParser::ParseConfATSC(), DTVConfParser::ParseConfQPSK(), and toString().
uint DTVChannelInfo::m_serviceid {0} |
Definition at line 55 of file dtvconfparser.h.
Referenced by DTVConfParser::ParseConfATSC(), DTVConfParser::ParseConfOFDM(), DTVConfParser::ParseConfQAM(), DTVConfParser::ParseConfQPSK(), DTVConfParser::ParseVDR(), and toString().
int DTVChannelInfo::m_lcn {-1} |
Definition at line 56 of file dtvconfparser.h.
Referenced by DTVConfParser::ParseVDR(), and toString().