OpenCoverage

qquickstatechangescript_p.h #1

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickstatechangescript_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4class QQuickStateChangeScriptPrivate;-
5class __attribute__((visibility("default"))) QQuickStateChangeScript : public QQuickStateOperation, public QQuickStateActionEvent-
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 inline QQuickStateChangeScriptPrivate* d_func() { return
executed 16 times by 2 tests: return reinterpret_cast<QQuickStateChangeScriptPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_qquickanimations
  • tst_qquickstates
reinterpret_cast<QQuickStateChangeScriptPrivate *>(qGetPtrHelper(d_ptr));
executed 16 times by 2 tests: return reinterpret_cast<QQuickStateChangeScriptPrivate *>(qGetPtrHelper(d_ptr));
Executed by:
  • tst_qquickanimations
  • tst_qquickstates
} inline const QQuickStateChangeScriptPrivate* d_func() const { return
never executed: return reinterpret_cast<const QQuickStateChangeScriptPrivate *>(qGetPtrHelper(d_ptr));
reinterpret_cast<const QQuickStateChangeScriptPrivate *>(qGetPtrHelper(d_ptr));
never executed: return reinterpret_cast<const QQuickStateChangeScriptPrivate *>(qGetPtrHelper(d_ptr));
} friend class QQuickStateChangeScriptPrivate;
0-16
17-
18 -
19 -
20-
21public:-
22 QQuickStateChangeScript(QObject *parent=nullptr);-
23 ~QQuickStateChangeScript();-
24-
25 ActionList actions() override;-
26-
27 EventType type() const override;-
28-
29 QQmlScriptString script() const;-
30 void setScript(const QQmlScriptString &);-
31-
32 QString name() const;-
33 void setName(const QString &);-
34-
35 void execute() override;-
36};-
37-
38-
39-
40-
41 template <> struct QMetaTypeId< QQuickStateChangeScript * > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const int id = metatype_id.loadAcquire()) return id; const int newId = qRegisterMetaType< QQuickStateChangeScript * >("QQuickStateChangeScript *", reinterpret_cast< QQuickStateChangeScript * *>(quintptr(-1))); metatype_id.storeRelease(newId); return newId; } }; template <> struct QMetaTypeId< QQmlListProperty<QQuickStateChangeScript> > { enum { Defined = 1 }; static int qt_metatype_id() { static QBasicAtomicInt metatype_id = { 0 }; if (const int id = metatype_id.loadAcquire()) return id; const int newId = qRegisterMetaType< QQmlListProperty<QQuickStateChangeScript> >("QQmlListProperty<QQuickStateChangeScript>", reinterpret_cast< QQmlListProperty<QQuickStateChangeScript> *>(quintptr(-1))); metatype_id.storeRelease(newId); return newId; } };-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0