| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qcontinuinganimationgroupjob_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | static_assert(bool(1 == 1), "Required feature " "qml_animation" " for file " __FILE__ " not available."); | - |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | class __attribute__((visibility("default"))) QContinuingAnimationGroupJob : public QAnimationGroupJob | - |
| 7 | { | - |
| 8 | QContinuingAnimationGroupJob(const QContinuingAnimationGroupJob &) = delete; QContinuingAnimationGroupJob &operator=(const QContinuingAnimationGroupJob &) = delete; | - |
| 9 | public: | - |
| 10 | QContinuingAnimationGroupJob(); | - |
| 11 | ~QContinuingAnimationGroupJob(); | - |
| 12 | - | |
| 13 | int duration() const override { return executed 2027 times by 6 tests: -1;return -1;Executed by:
executed 2027 times by 6 tests: }return -1;Executed by:
| 2027 |
| 14 | - | |
| 15 | protected: | - |
| 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 code | Preprocessed file |