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

#include <mythfilldatabase/xmltvparser.h>

Collaboration diagram for XMLTVParser:
[legend]

Public Member Functions

 XMLTVParser ()
 
bool parseFile (const QString &filename, ChannelInfoList *chanlist, QMap< QString, QList< ProgInfo > > *proglist)
 

Private Attributes

unsigned int m_currentYear {0}
 
QString m_movieGrabberPath
 
QString m_tvGrabberPath
 

Detailed Description

Definition at line 16 of file xmltvparser.h.

Constructor & Destructor Documentation

◆ XMLTVParser()

XMLTVParser::XMLTVParser ( )

Definition at line 30 of file xmltvparser.cpp.

Member Function Documentation

◆ parseFile()

bool XMLTVParser::parseFile ( const QString &  filename,
ChannelInfoList chanlist,
QMap< QString, QList< ProgInfo > > *  proglist 
)

Definition at line 194 of file xmltvparser.cpp.

Referenced by FillData::GrabDataFromFile().

Member Data Documentation

◆ m_currentYear

unsigned int XMLTVParser::m_currentYear {0}
private

Definition at line 24 of file xmltvparser.h.

Referenced by parseFile(), and XMLTVParser().

◆ m_movieGrabberPath

QString XMLTVParser::m_movieGrabberPath
private

Definition at line 25 of file xmltvparser.h.

Referenced by parseFile().

◆ m_tvGrabberPath

QString XMLTVParser::m_tvGrabberPath
private

Definition at line 26 of file xmltvparser.h.

Referenced by parseFile().


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