kalzium/libscience
chemicaldataobject.cpp
Go to the documentation of this file.
50 ChemicalDataObject::ChemicalDataObject( const QVariant& v, BlueObelisk type, const QVariant& errorValue )
ChemicalDataObject & operator=(const ChemicalDataObject &other)
Definition: chemicaldataobject.cpp:75
bool operator==(const int v) const
Compare the value v with the data of this object.
Definition: chemicaldataobject.cpp:81
bool operator!=(const ChemicalDataObject &other) const
Definition: chemicaldataobject.cpp:118
A ChemicalDataObject is an object which contains information about a chemical element.
Definition: chemicaldataobject.h:38
void setData(const QVariant &v)
Set the data of this object to v.
Definition: chemicaldataobject.cpp:153
QString valueAsString() const
Every ChemicalDataObject contains one data.
Definition: chemicaldataobject.cpp:123
BlueObelisk
The BlueObelisk-project defines in their XML file the dataset with the names of the enum plus "bo:"...
Definition: chemicaldataobject.h:47
void setErrorValue(const QVariant &v)
Set the error value of this object to v.
Definition: chemicaldataobject.cpp:158
QVariant value() const
Every ChemicalDataObject contains one data.
Definition: chemicaldataobject.cpp:133
QChar * data()
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.