#include <qwt3d_scale.h>
Inheritance diagram for LogScale:
Protected Member Functions | |
QString | ticLabel (unsigned int idx) const |
void | setMinors (int val) |
LogScale () | |
Scale * | clone () const |
void | calculate () |
LogScale | ( | ) | [protected] |
Standard ctor.
QString ticLabel | ( | unsigned int | idx | ) | const [protected, virtual] |
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.
Scale* clone | ( | ) | const [inline, protected, virtual] |
void calculate | ( | ) | [protected, virtual] |
Creates major and minor vectors for the scale.
Implements Scale.