MCPcopy Create free account
hub / github.com/KDE/labplot / resetRetransformCount

Method resetRetransformCount

tests/backend/Retransform/RetransformTest.cpp:2143–2147  ·  view source on GitHub ↗

! * \brief RetransformCallCounter::resetRetransformCount * Reset all counters */

Source from the content-addressed store, hash-verified

2141 * Reset all counters
2142 */
2143void RetransformCallCounter::resetRetransformCount() {
2144 logsRetransformed.clear();
2145 logsXScaleRetransformed.clear();
2146 logsYScaleRetransformed.clear();
2147}
2148
2149/*!
2150 * \brief RetransformCallCounter::aspectRetransformed

Callers 11

TestPaddingMethod · 0.80
TestAddCurveMethod · 0.80
TestSetScaleMethod · 0.80
TestChangePlotRangeMethod · 0.80
xyFunctionCurveMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected