kalzium
KalziumBoilingPointGradientType Class Reference
#include <kalziumgradienttype.h>

Detailed Description
The gradient by boiling point.
Definition at line 221 of file kalziumgradienttype.h.
Public Member Functions | |
| QString | description () const |
| bool | logarithmicGradient () const |
| double | maxValue () const |
| double | minValue () const |
| QByteArray | name () const |
| double | value (int el) const |
Static Public Member Functions | |
| static KalziumBoilingPointGradientType * | instance () |
Member Function Documentation
| QString KalziumBoilingPointGradientType::description | ( | ) | const [virtual] |
Returns the description of this gradient.
Used in all the visible places.
Implements KalziumGradientType.
Definition at line 293 of file kalziumgradienttype.cpp.
| KalziumBoilingPointGradientType * KalziumBoilingPointGradientType::instance | ( | ) | [static] |
Get its instance.
Reimplemented from KalziumGradientType.
Definition at line 277 of file kalziumgradienttype.cpp.
| bool KalziumBoilingPointGradientType::logarithmicGradient | ( | ) | const [virtual] |
Returns whether to use a logarithmic gradient instead of a linear one.
Implements KalziumGradientType.
Definition at line 315 of file kalziumgradienttype.cpp.
| double KalziumBoilingPointGradientType::maxValue | ( | ) | const [virtual] |
Returns the maximum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 310 of file kalziumgradienttype.cpp.
| double KalziumBoilingPointGradientType::minValue | ( | ) | const [virtual] |
Returns the minimum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 305 of file kalziumgradienttype.cpp.
| QByteArray KalziumBoilingPointGradientType::name | ( | ) | const [virtual] |
Returns the ID of this gradient.
Mainly used when saving/loading.
Implements KalziumGradientType.
Definition at line 288 of file kalziumgradienttype.cpp.
| double KalziumBoilingPointGradientType::value | ( | int | el | ) | const [virtual] |
Return the value, related to the current gradient, of the element with atomic number el.
It will return -1 if the data is not available.
Implements KalziumGradientType.
Definition at line 298 of file kalziumgradienttype.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference