| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/particles/qquickparticlegroup_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | class QQuickParticleGroup : public QQuickStochasticState, 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 | - | |||||||
| 19 | - | |||||||
| 20 | - | |||||||
| 21 | - | |||||||
| 22 | - | |||||||
| 23 | - | |||||||
| 24 | - | |||||||
| 25 | - | |||||||
| 26 | public: | - | ||||||
| 27 | explicit QQuickParticleGroup(QObject* parent = 0); | - | ||||||
| 28 | - | |||||||
| 29 | QQmlListProperty<QObject> particleChildren(); | - | ||||||
| 30 | - | |||||||
| 31 | int maximumAlive() const | - | ||||||
| 32 | { | - | ||||||
| 33 | return never executed: m_maximumAlive;return m_maximumAlive;never executed: return m_maximumAlive; | 0 | ||||||
| 34 | } | - | ||||||
| 35 | - | |||||||
| 36 | QQuickParticleSystem* system() const | - | ||||||
| 37 | { | - | ||||||
| 38 | return never executed: m_system;return m_system;never executed: return m_system; | 0 | ||||||
| 39 | } | - | ||||||
| 40 | - | |||||||
| 41 | public : | - | ||||||
| 42 | - | |||||||
| 43 | void setMaximumAlive(int arg) | - | ||||||
| 44 | { | - | ||||||
| 45 | if (m_maximumAlive != arg
| 0 | ||||||
| 46 | m_maximumAlive = arg; | - | ||||||
| 47 | maximumAliveChanged(arg); | - | ||||||
| 48 | } never executed: end of block | 0 | ||||||
| 49 | } never executed: end of block | 0 | ||||||
| 50 | - | |||||||
| 51 | void setSystem(QQuickParticleSystem* arg); | - | ||||||
| 52 | - | |||||||
| 53 | void delayRedirect(QObject* obj); | - | ||||||
| 54 | - | |||||||
| 55 | public : | - | ||||||
| 56 | - | |||||||
| 57 | void maximumAliveChanged(int arg); | - | ||||||
| 58 | - | |||||||
| 59 | void systemChanged(QQuickParticleSystem* arg); | - | ||||||
| 60 | - | |||||||
| 61 | protected: | - | ||||||
| 62 | void componentComplete() override; | - | ||||||
| 63 | void classBegin() override {} | - | ||||||
| 64 | - | |||||||
| 65 | private: | - | ||||||
| 66 | - | |||||||
| 67 | void performDelayedRedirects(); | - | ||||||
| 68 | - | |||||||
| 69 | int m_maximumAlive; | - | ||||||
| 70 | QQuickParticleSystem* m_system; | - | ||||||
| 71 | QList<QObject*> m_delayedRedirects; | - | ||||||
| 72 | }; | - | ||||||
| 73 | - | |||||||
| 74 | - | |||||||
| Switch to Source code | Preprocessed file |