| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | class QQuickAnimationControllerPrivate; | - |
| 5 | class __attribute__((visibility("default"))) QQuickAnimationController : public QObject, public QQmlParserStatus | - |
| 6 | { | - |
| 7 | public: | - |
| 8 | #pragma GCC diagnostic push | - |
| 9 | | - |
| 10 | #pragma GCC diagnostic ignored "-Wsuggest-override" | - |
| 11 | static const QMetaObject staticMetaObject; virtual const QMetaObject *metaObject() const; virtual void *qt_metacast(const char *); virtual int qt_metacall(QMetaObject::Call, int, void **); static inline QString tr(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } __attribute__ ((__deprecated__)) static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private: | - |
| 12 | #pragma GCC diagnostic ignored "-Wattributes" | - |
| 13 | __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **); | - |
| 14 | #pragma GCC diagnostic pop | - |
| 15 | struct QPrivateSignal {}; | - |
| 16 | | - |
| 17 | | - |
| 18 | inline QQuickAnimationControllerPrivate* d_func() { returnexecuted 278 times by 1 test: return reinterpret_cast<QQuickAnimationControllerPrivate *>(qGetPtrHelper(d_ptr));Executed by:- tst_qquickanimationcontroller
reinterpret_cast<QQuickAnimationControllerPrivate *>(qGetPtrHelper(d_ptr));executed 278 times by 1 test: return reinterpret_cast<QQuickAnimationControllerPrivate *>(qGetPtrHelper(d_ptr));Executed by:- tst_qquickanimationcontroller
} inline const QQuickAnimationControllerPrivate* d_func() const { returnnever executed: return reinterpret_cast<const QQuickAnimationControllerPrivate *>(qGetPtrHelper(d_ptr)); reinterpret_cast<const QQuickAnimationControllerPrivate *>(qGetPtrHelper(d_ptr));never executed: return reinterpret_cast<const QQuickAnimationControllerPrivate *>(qGetPtrHelper(d_ptr)); } friend class QQuickAnimationControllerPrivate; | 0-278 |
| 19 | | - |
| 20 | | - |
| 21 | | - |
| 22 | | - |
| 23 | | - |
| 24 | public: | - |
| 25 | QQuickAnimationController(QObject *parent=nullptr); | - |
| 26 | ~QQuickAnimationController(); | - |
| 27 | | - |
| 28 | qreal progress() const; | - |
| 29 | void setProgress(qreal progress); | - |
| 30 | | - |
| 31 | QQuickAbstractAnimation *animation() const; | - |
| 32 | void setAnimation(QQuickAbstractAnimation *animation); | - |
| 33 | | - |
| 34 | void classBegin() override; | - |
| 35 | void componentComplete() override {} | - |
| 36 | public : | - |
| 37 | void progressChanged(); | - |
| 38 | void animationChanged(); | - |
| 39 | public : | - |
| 40 | void reload(); | - |
| 41 | void completeToBeginning(); | - |
| 42 | void completeToEnd(); | - |
| 43 | private : | - |
| 44 | void componentFinalized(); | - |
| 45 | void updateProgress(); | - |
| 46 | }; | - |
| 47 | | - |
| 48 | | - |
| 49 | | - |
| 50 | template <> struct QMetaTypeId< QQuickAnimationController * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const| TRUE | evaluated 86 times by 2 testsEvaluated by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
| | FALSE | evaluated 288 times by 132 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
int id = metatype_id.loadAcquire()| TRUE | evaluated 86 times by 2 testsEvaluated by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
| | FALSE | evaluated 288 times by 132 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) returnexecuted 86 times by 2 tests: return id;Executed by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
id;executed 86 times by 2 tests: return id;Executed by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
const int newId = qRegisterMetaType< QQuickAnimationController * >("QQuickAnimationController *", reinterpret_cast< QQuickAnimationController * *>(quintptr(-1))); metatype_id.storeRelease(newId); returnexecuted 288 times by 132 tests: return newId;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
newId;executed 288 times by 132 tests: return newId;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
} }; template <> struct QMetaTypeId< QQmlListProperty<QQuickAnimationController> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const| TRUE | evaluated 86 times by 2 testsEvaluated by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
| | FALSE | evaluated 288 times by 132 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
int id = metatype_id.loadAcquire()| TRUE | evaluated 86 times by 2 testsEvaluated by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
| | FALSE | evaluated 288 times by 132 testsEvaluated by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
|
) returnexecuted 86 times by 2 tests: return id;Executed by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
id;executed 86 times by 2 tests: return id;Executed by:- tst_qqmlenginecleanup
- tst_qqmltypeloader
const int newId = qRegisterMetaType< QQmlListProperty<QQuickAnimationController> >("QQmlListProperty<QQuickAnimationController>", reinterpret_cast< QQmlListProperty<QQuickAnimationController> *>(quintptr(-1))); metatype_id.storeRelease(newId); returnexecuted 288 times by 132 tests: return newId;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
newId;executed 288 times by 132 tests: return newId;Executed by:- tst_bindingdependencyapi
- tst_drawingmodes
- tst_examples
- tst_flickableinterop
- tst_multipointtoucharea_interop
- tst_parserstress
- tst_qmlcachegen
- tst_qmldiskcache
- tst_qqmlbinding
- tst_qqmlcomponent
- tst_qqmlconnections
- tst_qqmlconsole
- tst_qqmlcontext
- tst_qqmldebugjs
- tst_qqmlecmascript
- tst_qqmlenginecleanup
- tst_qqmlenginedebugservice
- tst_qqmlexpression
- tst_qqmlimport
- tst_qqmlincubator
- tst_qqmlinfo
- tst_qqmlinstantiator
- tst_qqmllistmodel
- tst_qqmllistmodelworkerscript
- tst_qqmllistreference
- ...
} }; | 86-288 |
| | |