kalzium/libscience
isotopeparser.cpp
Go to the documentation of this file.
89 bool IsotopeParser::startElement(const QString&, const QString &localName, const QString&, const QXmlAttributes &attrs)
105 d->currentIsotope->addData( ChemicalDataObject( QVariant( d->currentElementSymbol ), ChemicalDataObject::symbol ) );
bool startElement(const QString &, const QString &localName, const QString &, const QXmlAttributes &attrs)
Definition: isotopeparser.cpp:89
Definition: isotope.h:32
int length() const
double toDouble(bool *ok) const
QString localName(int index) const
The percentage of alphadecay.
Definition: chemicaldataobject.h:76
The decayenergy of ecminusdecay in MeV.
Definition: chemicaldataobject.h:83
int toInt(bool *ok, int base) const
The abundance, relative to 100.
Definition: chemicaldataobject.h:72
A ChemicalDataObject is an object which contains information about a chemical element.
Definition: chemicaldataobject.h:38
The decayenergy of betaminusdecay in MeV.
Definition: chemicaldataobject.h:81
BlueObelisk
The BlueObelisk-project defines in their XML file the dataset with the names of the enum plus "bo:"...
Definition: chemicaldataobject.h:47
The percentage of betaplusdecay.
Definition: chemicaldataobject.h:78
The decayenergy of alphadecay in MeV.
Definition: chemicaldataobject.h:77
The atomic number of the element.
Definition: chemicaldataobject.h:49
exact masses of the most common isotopes for each element
Definition: chemicaldataobject.h:53
QString value(int index) const
The percentage of betaminusdecay.
Definition: chemicaldataobject.h:80
bool endElement(const QString &namespaceURI, const QString &localName, const QString &qName)
Definition: isotopeparser.cpp:172
The decayenergy of betaplusdecay in MeV.
Definition: chemicaldataobject.h:79
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:56 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:11:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.