ktimetracker
PlannerParser Class Reference
#include <plannerparser.h>
Inheritance diagram for PlannerParser:

Detailed Description
Definition at line 48 of file plannerparser.h.
Public Member Functions | |
| bool | endElement (const QString &, const QString &, const QString &qName) |
| PlannerParser (TaskView *tv) | |
| bool | startDocument () |
| bool | startElement (const QString &, const QString &, const QString &qName, const QXmlAttributes &att) |
Constructor & Destructor Documentation
| PlannerParser::PlannerParser | ( | TaskView * | tv | ) |
Stores the active TaskView in this parser.
Returns error code (not always, hopefully)
Definition at line 42 of file plannerparser.cpp.
Member Function Documentation
given by the framework from qxml.
Called when the reader occurs a closed tag (e.g. </b> )
Definition at line 103 of file plannerparser.cpp.
| bool PlannerParser::startDocument | ( | ) |
given by the framework from qxml.
Called when parsing the xml-document starts.
Definition at line 58 of file plannerparser.cpp.
| bool PlannerParser::startElement | ( | const QString & | , | |
| const QString & | , | |||
| const QString & | qName, | |||
| const QXmlAttributes & | att | |||
| ) |
given by the framework from qxml.
Called when the reader occurs an open tag (e.g. <b> )
Definition at line 64 of file plannerparser.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference