marble
#include <ElevationProfilePlotAxis.h>
Public Member Functions | |
ElevationProfilePlotAxis () | |
qreal | maxValue () const |
qreal | minValue () const |
qreal | range () const |
qreal | scale () const |
void | setLength (const int &length) |
void | setRange (const qreal &minValue, const qreal &maxValue) |
void | setTickCount (const int min, const int max) |
AxisTickList | ticks () const |
QString | unit () const |
void | update () |
Detailed Description
A helper class handling a plot axis for the Elevation Profile.
Definition at line 37 of file ElevationProfilePlotAxis.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 21 of file ElevationProfilePlotAxis.cpp.
Member Function Documentation
qreal Marble::ElevationProfilePlotAxis::maxValue | ( | ) | const |
Definition at line 63 of file ElevationProfilePlotAxis.cpp.
qreal Marble::ElevationProfilePlotAxis::minValue | ( | ) | const |
Definition at line 58 of file ElevationProfilePlotAxis.cpp.
qreal Marble::ElevationProfilePlotAxis::range | ( | ) | const |
Definition at line 68 of file ElevationProfilePlotAxis.cpp.
qreal Marble::ElevationProfilePlotAxis::scale | ( | ) | const |
Definition at line 73 of file ElevationProfilePlotAxis.cpp.
void Marble::ElevationProfilePlotAxis::setLength | ( | const int & | length | ) |
Definition at line 40 of file ElevationProfilePlotAxis.cpp.
void Marble::ElevationProfilePlotAxis::setRange | ( | const qreal & | minValue, |
const qreal & | maxValue | ||
) |
Definition at line 33 of file ElevationProfilePlotAxis.cpp.
void Marble::ElevationProfilePlotAxis::setTickCount | ( | const int | min, |
const int | max | ||
) |
Definition at line 46 of file ElevationProfilePlotAxis.cpp.
AxisTickList Marble::ElevationProfilePlotAxis::ticks | ( | ) | const |
Definition at line 83 of file ElevationProfilePlotAxis.cpp.
QString Marble::ElevationProfilePlotAxis::unit | ( | ) | const |
Definition at line 78 of file ElevationProfilePlotAxis.cpp.
void Marble::ElevationProfilePlotAxis::update | ( | ) |
Definition at line 52 of file ElevationProfilePlotAxis.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.