#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 () |
|
Standard ctor.
|
|
Returns a power of 10 associated to the major value at index idx.
Reimplemented from Scale. |
|
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. |
|
Returns a new heap based object utilized from qwt3d_ptr.
Implements Scale. |
|
Creates major and minor vectors for the scale.
Implements Scale. |