QwtPlot3D API 0.2.7
|
log10 scale
#include <qwt3d_scale.h>
Protected Member Functions | |
QString | ticLabel (unsigned int idx) const |
void | setMinors (int val) |
LogScale () | |
Scale * | clone () const |
void | calculate () |
void setMinors | ( | int | val | ) | [protected, virtual] |
Sets the minor intervals for the logarithmic scale. Only values of 9,5,3 or 2 are accepted as arguments. They will produce mantissa sets of {2,3,4,5,6,7,8,9}, {2,4,6,8}, {2,5} or {5} respectively.
Reimplemented from Scale.
void calculate | ( | ) | [protected, virtual] |
Creates major and minor vectors for the scale.
Implements Scale.