|
MythTV
0.26-pre
|
#include <datadirect.h>
Public Member Functions | |
| DDStructureParser (DataDirectProcessor &_ddparent) | |
| bool | startElement (const QString &pnamespaceuri, const QString &plocalname, const QString &pqname, const QXmlAttributes &pxmlatts) |
| bool | endElement (const QString &pnamespaceuri, const QString &plocalname, const QString &pqname) |
| bool | characters (const QString &pchars) |
| bool | startDocument (void) |
| bool | endDocument (void) |
Private Attributes | |
| DataDirectProcessor & | parent |
| QString | currtagname |
| DataDirectStation | curr_station |
| DataDirectLineup | curr_lineup |
| DataDirectLineupMap | curr_lineupmap |
| DataDirectSchedule | curr_schedule |
| DataDirectProgram | curr_program |
| DataDirectProductionCrew | curr_productioncrew |
| DataDirectGenre | curr_genre |
| QString | lastprogramid |
Definition at line 265 of file datadirect.h.
| DDStructureParser::DDStructureParser | ( | DataDirectProcessor & | _ddparent | ) | [inline] |
Definition at line 269 of file datadirect.h.
| bool DDStructureParser::startElement | ( | const QString & | pnamespaceuri, |
| const QString & | plocalname, | ||
| const QString & | pqname, | ||
| const QXmlAttributes & | pxmlatts | ||
| ) |
Definition at line 106 of file datadirect.cpp.
| bool DDStructureParser::endElement | ( | const QString & | pnamespaceuri, |
| const QString & | plocalname, | ||
| const QString & | pqname | ||
| ) |
Definition at line 211 of file datadirect.cpp.
| bool DDStructureParser::characters | ( | const QString & | pchars | ) |
Definition at line 428 of file datadirect.cpp.
Definition at line 417 of file datadirect.cpp.
Definition at line 423 of file datadirect.cpp.
DataDirectProcessor& DDStructureParser::parent [private] |
Definition at line 284 of file datadirect.h.
Referenced by endElement(), startDocument(), and startElement().
QString DDStructureParser::currtagname [private] |
Definition at line 286 of file datadirect.h.
Referenced by characters(), and startElement().
Definition at line 287 of file datadirect.h.
Referenced by characters(), endElement(), and startElement().
Definition at line 288 of file datadirect.h.
Referenced by endElement(), and startElement().
Definition at line 289 of file datadirect.h.
Referenced by endElement(), and startElement().
Definition at line 290 of file datadirect.h.
Referenced by endElement(), and startElement().
Definition at line 291 of file datadirect.h.
Referenced by characters(), endElement(), and startElement().
Definition at line 292 of file datadirect.h.
Referenced by characters(), and endElement().
DataDirectGenre DDStructureParser::curr_genre [private] |
Definition at line 293 of file datadirect.h.
Referenced by characters(), endElement(), and startElement().
QString DDStructureParser::lastprogramid [private] |
Definition at line 294 of file datadirect.h.
Referenced by endElement(), and startElement().
1.7.6.1