granatier
mapparser.h
Go to the documentation of this file.
64 bool startElement(const QString&, const QString&, const QString& p_qName, const QXmlAttributes& p_atts);
This class handles XML reader events in order to initialize the Arena properties. ...
Definition: mapparser.h:30
bool characters(const QString &ch)
Implement QXmlDefaultHandler::characters.
Definition: mapparser.cpp:36
bool startElement(const QString &, const QString &, const QString &p_qName, const QXmlAttributes &p_atts)
Implements QXmlDefaultHandler::startElement()
Definition: mapparser.cpp:42
bool endElement(const QString &, const QString &, const QString &p_qName)
Implements QXmlDefaultHandler::endElement()
Definition: mapparser.cpp:72
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.