kalzium/libscience
IsotopeParser Class Reference
#include <isotopeparser.h>
Inheritance diagram for IsotopeParser:

Public Member Functions | |
IsotopeParser () | |
~IsotopeParser () | |
bool | characters (const QString &ch) |
bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
QList< Isotope * > | getIsotopes () |
bool | startElement (const QString &, const QString &localName, const QString &, const QXmlAttributes &attrs) |
Detailed Description
Definition at line 27 of file isotopeparser.h.
Constructor & Destructor Documentation
IsotopeParser::IsotopeParser | ( | ) |
Constructor.
Definition at line 79 of file isotopeparser.cpp.
IsotopeParser::~IsotopeParser | ( | ) |
Definition at line 84 of file isotopeparser.cpp.
Member Function Documentation
bool IsotopeParser::characters | ( | const QString & | ch | ) |
Definition at line 189 of file isotopeparser.cpp.
bool IsotopeParser::endElement | ( | const QString & | namespaceURI, |
const QString & | localName, | ||
const QString & | qName | ||
) |
Definition at line 172 of file isotopeparser.cpp.
QList< Isotope * > IsotopeParser::getIsotopes | ( | ) |
Definition at line 283 of file isotopeparser.cpp.
bool IsotopeParser::startElement | ( | const QString & | , |
const QString & | localName, | ||
const QString & | , | ||
const QXmlAttributes & | attrs | ||
) |
Definition at line 89 of file isotopeparser.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:31 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:31 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.