kalzium
AxisData Class Reference
#include <elementdataviewer.h>
Detailed Description
the values of an axis
Definition at line 32 of file elementdataviewer.h.
Public Types | |
| enum | AXISTYPE { X = 0, Y } |
| enum | PAXISDATA { NUMBER = 0, MASS, EN, MELTINGPOINT, BOILINGPOINT, ATOMICRADIUS, COVALENTRADIUS } |
Public Member Functions | |
| AxisData (AxisData::AXISTYPE) | |
| AXISTYPE | type () const |
| double | value (int element) const |
Public Attributes | |
| int | currentDataType |
| DoubleList | dataList |
| ChemicalDataObject::BlueObelisk | kind |
Member Enumeration Documentation
| enum AxisData::AXISTYPE |
| enum AxisData::PAXISDATA |
Constructor & Destructor Documentation
| AxisData::AxisData | ( | AxisData::AXISTYPE | type | ) |
Definition at line 32 of file elementdataviewer.cpp.
Member Function Documentation
| AXISTYPE AxisData::type | ( | ) | const [inline] |
Definition at line 71 of file elementdataviewer.h.
| double AxisData::value | ( | int | element | ) | const |
- Returns:
- the value of the selected dataset of element
element
Definition at line 37 of file elementdataviewer.cpp.
Member Data Documentation
Definition at line 67 of file elementdataviewer.h.
the dataList contains the values off all elements but only of the currently selected data type.
This means that it eg contains all boiling points
Definition at line 65 of file elementdataviewer.h.
| ChemicalDataObject::BlueObelisk AxisData::kind |
Definition at line 69 of file elementdataviewer.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference