|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
The standard (1:1) mapping class for axis numbering . More...
#include <qwt3d_scale.h>
Protected Member Functions | |
| int | autoscale (double &a, double &b, double start, double stop, int ivals) |
| Applies LinearAutoScaler::execute() for autoscaling. | |
| Scale * | clone () const |
| void | calculate () |
| Creates the major and minor vector for the scale . | |
Protected Member Functions inherited from Qwt3D::Scale | |
| virtual QString | ticLabel (unsigned int idx) const |
| Maps the double value at tic-position idx to a final representation. | |
| virtual void | setLimits (double start, double stop) |
| Sets start and stop value for the scale. | |
| virtual void | setMajors (int val) |
| virtual void | setMinors (int val) |
| virtual void | setMajorLimits (double start, double stop) |
| Sets value of first and last major tic. | |
| int | majors () const |
| int | minors () const |
Protected Attributes | |
| LinearAutoScaler | autoscaler_p |
Protected Attributes inherited from Qwt3D::Scale | |
| std::vector< double > | majors_p |
| std::vector< double > | minors_p |
| double | start_p |
| double | stop_p |
| int | majorintervals_p |
| int | minorintervals_p |
| double | mstart_p |
| double | mstop_p |
Friends | |
| class | Axis |
| Indices used to identify an axis. | |
| class | qwt3d_ptr< Scale > |
The standard (1:1) mapping class for axis numbering
.
|
protectedvirtual |
Applies LinearAutoScaler::execute() for autoscaling.
Reimplemented from Qwt3D::Scale.
|
protectedvirtual |
Creates the major and minor vector for the scale .
Implements Qwt3D::Scale.
|
inlineprotectedvirtual |
Implements Qwt3D::Scale.