|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Automatic beautifying of linear scales 更多...
#include <qwt3d_autoscaler.h>
类 | |
| class | PrivateData |
Protected 成员函数 | |
| LinearAutoScaler (std::vector< double > &mantisses) | |
| AutoScaler * | clone () const override |
| Returns a deep copy of this autoscaler | |
| int | execute (double &a, double &b, double start, double stop, int ivals) override |
| void | copyStateFrom (const LinearAutoScaler &other) |
友元 | |
| class | LinearScale |
Automatic beautifying of linear scales
|
overrideprotectedvirtual |
Returns a deep copy of this autoscaler
实现了 Qwt3D::AutoScaler.
|
overrideprotectedvirtual |
@brief Does the actual scaling @return Number of intervals after rescaling. This will in the most cases differ from the requested interval number! Always >0. @param a Start value after scaling (always >= start) @param b Stop value after scaling (always <= stop)
| start | Start value |
| stop | Stop value |
| ivals | Requested intervals |
If the given interval has zero length the function returns the current interval number and a and b remain unchanged.
实现了 Qwt3D::AutoScaler.