|
MythTV master
|
#include <mythfilldatabase/xmltvparser.h>
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 |
Definition at line 16 of file xmltvparser.h.
| XMLTVParser::XMLTVParser | ( | ) |
Definition at line 30 of file xmltvparser.cpp.
| 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().
|
private |
Definition at line 24 of file xmltvparser.h.
Referenced by parseFile(), and XMLTVParser().
|
private |
Definition at line 25 of file xmltvparser.h.
Referenced by parseFile().
|
private |
Definition at line 26 of file xmltvparser.h.
Referenced by parseFile().