|
MythTV
0.26-pre
|
#include <xmltvparser.h>
Public Member Functions | |
| XMLTVParser () | |
| ChanInfo * | parseChannel (QDomElement &element, QUrl &baseUrl) |
| ProgInfo * | parseProgram (QDomElement &element, int localTimezoneOffset) |
| bool | parseFile (QString filename, QList< ChanInfo > *chanlist, QMap< QString, QList< ProgInfo > > *proglist) |
Public Attributes | |
| bool | isJapan |
Private Attributes | |
| unsigned int | current_year |
Definition at line 14 of file xmltvparser.h.
Definition at line 28 of file xmltvparser.cpp.
| ChanInfo * XMLTVParser::parseChannel | ( | QDomElement & | element, |
| QUrl & | baseUrl | ||
| ) |
Definition at line 65 of file xmltvparser.cpp.
Referenced by parseFile().
| ProgInfo * XMLTVParser::parseProgram | ( | QDomElement & | element, |
| int | localTimezoneOffset | ||
| ) |
Definition at line 286 of file xmltvparser.cpp.
Referenced by parseFile().
| bool XMLTVParser::parseFile | ( | QString | filename, |
| QList< ChanInfo > * | chanlist, | ||
| QMap< QString, QList< ProgInfo > > * | proglist | ||
| ) |
Definition at line 581 of file xmltvparser.cpp.
Definition at line 27 of file xmltvparser.h.
Referenced by parseChannel(), and parseProgram().
unsigned int XMLTVParser::current_year [private] |
Definition at line 30 of file xmltvparser.h.
Referenced by parseProgram(), and XMLTVParser().
1.7.6.1