ktimetracker
#include <plannerparser.h>
Public Member Functions | |
PlannerParser (TaskView *tv) | |
bool | endElement (const QString &, const QString &, const QString &qName) |
bool | startDocument () |
bool | startElement (const QString &, const QString &, const QString &qName, const QXmlAttributes &att) |
Detailed Description
Definition at line 48 of file plannerparser.h.
Constructor & Destructor Documentation
|
explicit |
Stores the active TaskView in this parser.
Returns error code (not always, hopefully)
Definition at line 43 of file plannerparser.cpp.
Member Function Documentation
bool PlannerParser::endElement | ( | const QString & | , |
const QString & | , | ||
const QString & | qName | ||
) |
given by the framework from qxml.
Called when the reader occurs a closed tag (e.g. </b> )
Definition at line 102 of file plannerparser.cpp.
bool PlannerParser::startDocument | ( | ) |
given by the framework from qxml.
Called when parsing the xml-document starts.
Definition at line 59 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 65 of file plannerparser.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.