Definition at line 22 of file qwt_scale_engine.h.
Static Public Member Functions | |
static int | compareEps (double value1, double value2, double intervalSize) |
static double | ceilEps (double value, double intervalSize) |
static double | floorEps (double value, double intervalSize) |
static double | divideEps (double interval, double steps) |
static double | ceil125 (double x) |
static double | floor125 (double x) |
|
Find the smallest value out of {1,2,5}*10^n with an integer number n which is greater than or equal to x
Definition at line 98 of file qwt_scale_engine.cpp. Referenced by QwtScaleEngine::divideInterval(). |
|
Ceil a value, relative to an interval
Definition at line 50 of file qwt_scale_engine.cpp. Referenced by QwtLinearScaleEngine::align(). |
|
Compare 2 values, relative to an interval. Values are "equal", when :
Definition at line 28 of file qwt_scale_engine.cpp. Referenced by QwtScaleEngine::contains(). |
|
Find the largest value out of {1,2,5}*10^n with an integer number n which is smaller than or equal to x.
Definition at line 126 of file qwt_scale_engine.cpp. |
|
Floor a value, relative to an interval
Definition at line 67 of file qwt_scale_engine.cpp. Referenced by QwtLinearScaleEngine::align(). |