OpenCoverage

qcontinuinganimationgroupjob_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qcontinuinganimationgroupjob_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2static_assert(bool(1 == 1), "Required feature " "qml_animation" " for file " __FILE__ " not available.");-
3-
4-
5-
6class __attribute__((visibility("default"))) QContinuingAnimationGroupJob : public QAnimationGroupJob-
7{-
8 QContinuingAnimationGroupJob(const QContinuingAnimationGroupJob &) = delete; QContinuingAnimationGroupJob &operator=(const QContinuingAnimationGroupJob &) = delete;-
9public:-
10 QContinuingAnimationGroupJob();-
11 ~QContinuingAnimationGroupJob();-
12-
13 int duration() const override { return
executed 2027 times by 6 tests: return -1;
Executed by:
  • tst_examples
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquicklistview
  • tst_qquicksmoothedanimation
  • tst_qquickspringanimation
-1;
executed 2027 times by 6 tests: return -1;
Executed by:
  • tst_examples
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquicklistview
  • tst_qquicksmoothedanimation
  • tst_qquickspringanimation
}
2027
14-
15protected:-
16 void updateCurrentTime(int currentTime) override;-
17 void updateState(QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState) override;-
18 void updateDirection(QAbstractAnimationJob::Direction direction) override;-
19 void uncontrolledAnimationFinished(QAbstractAnimationJob *animation) override;-
20 void debugAnimation(QDebug d) const override;-
21};-
22-
23-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0