|
Krita Source Code Documentation
|
Classes | |
| struct | DistancePoint |
Public Types | |
| typedef boost::circular_buffer< DistancePoint > | DistanceBuffer |
Public Member Functions | |
| Private (int historySize) | |
Public Attributes | |
| DistanceBuffer | distances |
| QPointF | lastPoint |
| qreal | lastSpeed {0.0} |
| qreal | lastTime {0.0} |
| int | numSmoothingSamples {3} |
| KisFilteredRollingMean | timeDiffsMean |
| QElapsedTimer | timer |
| bool | useTimestamps {false} |
Definition at line 25 of file kis_speed_smoother.cpp.
| typedef boost::circular_buffer<DistancePoint> KisSpeedSmoother::Private::DistanceBuffer |
Definition at line 51 of file kis_speed_smoother.cpp.
|
inline |
Definition at line 27 of file kis_speed_smoother.cpp.
References timer.
| DistanceBuffer KisSpeedSmoother::Private::distances |
Definition at line 52 of file kis_speed_smoother.cpp.
| QPointF KisSpeedSmoother::Private::lastPoint |
Definition at line 56 of file kis_speed_smoother.cpp.
| qreal KisSpeedSmoother::Private::lastSpeed {0.0} |
Definition at line 59 of file kis_speed_smoother.cpp.
| qreal KisSpeedSmoother::Private::lastTime {0.0} |
Definition at line 58 of file kis_speed_smoother.cpp.
| int KisSpeedSmoother::Private::numSmoothingSamples {3} |
Definition at line 62 of file kis_speed_smoother.cpp.
| KisFilteredRollingMean KisSpeedSmoother::Private::timeDiffsMean |
Definition at line 54 of file kis_speed_smoother.cpp.
| QElapsedTimer KisSpeedSmoother::Private::timer |
Definition at line 57 of file kis_speed_smoother.cpp.
| bool KisSpeedSmoother::Private::useTimestamps {false} |
Definition at line 61 of file kis_speed_smoother.cpp.