| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/tools/qml/conf.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | class PartialScene : public QObject | - | ||||||
| 3 | { | - | ||||||
| 4 | public: | - | ||||||
| 5 | #pragma GCC diagnostic push | - | ||||||
| 6 | - | |||||||
| 7 | #pragma GCC diagnostic ignored "-Wsuggest-override" | - | ||||||
| 8 | 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); } static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private: | - | ||||||
| 9 | #pragma GCC diagnostic ignored "-Wattributes" | - | ||||||
| 10 | __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **); | - | ||||||
| 11 | #pragma GCC diagnostic pop | - | ||||||
| 12 | struct QPrivateSignal {}; | - | ||||||
| 13 | - | |||||||
| 14 | - | |||||||
| 15 | public: | - | ||||||
| 16 | PartialScene(QObject *parent = 0) : QObject(parent) | - | ||||||
| 17 | {} never executed: end of block | 0 | ||||||
| 18 | - | |||||||
| 19 | const QUrl container() const { return never executed: m_container;return m_container;never executed: }return m_container; | 0 | ||||||
| 20 | const QString itemType() const { return never executed: m_itemType;return m_itemType;never executed: }return m_itemType; | 0 | ||||||
| 21 | - | |||||||
| 22 | void setContainer(const QUrl &a) { | - | ||||||
| 23 | if (a==m_container
| 0 | ||||||
| 24 | return; never executed: return; | 0 | ||||||
| 25 | m_container = a; | - | ||||||
| 26 | containerChanged(); | - | ||||||
| 27 | } never executed: end of block | 0 | ||||||
| 28 | void setItemType(const QString &a) { | - | ||||||
| 29 | if (a==m_itemType
| 0 | ||||||
| 30 | return; never executed: return; | 0 | ||||||
| 31 | m_itemType = a; | - | ||||||
| 32 | itemTypeChanged(); | - | ||||||
| 33 | } never executed: end of block | 0 | ||||||
| 34 | - | |||||||
| 35 | public : | - | ||||||
| 36 | void containerChanged(); | - | ||||||
| 37 | void itemTypeChanged(); | - | ||||||
| 38 | - | |||||||
| 39 | private: | - | ||||||
| 40 | QUrl m_container; | - | ||||||
| 41 | QString m_itemType; | - | ||||||
| 42 | }; | - | ||||||
| 43 | - | |||||||
| 44 | class Config : public QObject | - | ||||||
| 45 | { | - | ||||||
| 46 | public: | - | ||||||
| 47 | #pragma GCC diagnostic push | - | ||||||
| 48 | - | |||||||
| 49 | #pragma GCC diagnostic ignored "-Wsuggest-override" | - | ||||||
| 50 | 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); } static inline QString trUtf8(const char *s, const char *c = nullptr, int n = -1) { return staticMetaObject.tr(s, c, n); } private: | - | ||||||
| 51 | #pragma GCC diagnostic ignored "-Wattributes" | - | ||||||
| 52 | __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **); | - | ||||||
| 53 | #pragma GCC diagnostic pop | - | ||||||
| 54 | struct QPrivateSignal {}; | - | ||||||
| 55 | - | |||||||
| 56 | - | |||||||
| 57 | public: | - | ||||||
| 58 | Config (QObject* parent=0) : QObject(parent) | - | ||||||
| 59 | {} never executed: end of block | 0 | ||||||
| 60 | - | |||||||
| 61 | QQmlListProperty<PartialScene> sceneCompleters() | - | ||||||
| 62 | { | - | ||||||
| 63 | return never executed: QQmlListProperty<PartialScene>(this, completers);return QQmlListProperty<PartialScene>(this, completers);never executed: return QQmlListProperty<PartialScene>(this, completers); | 0 | ||||||
| 64 | } | - | ||||||
| 65 | - | |||||||
| 66 | QList<PartialScene*> completers; | - | ||||||
| 67 | }; | - | ||||||
| Switch to Source code | Preprocessed file |