| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlfileselector.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | class QFileSelector; | - |
| 5 | class QQmlFileSelectorPrivate; | - |
| 6 | class __attribute__((visibility("default"))) QQmlFileSelector : public QObject | - |
| 7 | { | - |
| 8 | public: | - |
| 9 | #pragma GCC diagnostic push | - |
| 10 | - | |
| 11 | #pragma GCC diagnostic ignored "-Wsuggest-override" | - |
| 12 | 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: | - |
| 13 | #pragma GCC diagnostic ignored "-Wattributes" | - |
| 14 | __attribute__((visibility("hidden"))) static void qt_static_metacall(QObject *, QMetaObject::Call, int, void **); | - |
| 15 | #pragma GCC diagnostic pop | - |
| 16 | struct QPrivateSignal {}; | - |
| 17 | inline QQmlFileSelectorPrivate* d_func() { return executed 322 times by 8 tests: reinterpret_cast<QQmlFileSelectorPrivate *>(qGetPtrHelper(d_ptr));return reinterpret_cast<QQmlFileSelectorPrivate *>(qGetPtrHelper(d_ptr));Executed by:
executed 322 times by 8 tests: } inline const QQmlFileSelectorPrivate* d_func() const { returnreturn reinterpret_cast<QQmlFileSelectorPrivate *>(qGetPtrHelper(d_ptr));Executed by:
never executed: reinterpret_cast<const QQmlFileSelectorPrivate *>(qGetPtrHelper(d_ptr));return reinterpret_cast<const QQmlFileSelectorPrivate *>(qGetPtrHelper(d_ptr));never executed: } friend class QQmlFileSelectorPrivate;return reinterpret_cast<const QQmlFileSelectorPrivate *>(qGetPtrHelper(d_ptr)); | 0-322 |
| 18 | public: | - |
| 19 | explicit QQmlFileSelector(QQmlEngine *engine, QObject *parent = nullptr); | - |
| 20 | ~QQmlFileSelector() override; | - |
| 21 | QFileSelector *selector() const noexcept; | - |
| 22 | void setSelector(QFileSelector *selector); | - |
| 23 | void setExtraSelectors(QStringList &strings); | - |
| 24 | void setExtraSelectors(const QStringList &strings); | - |
| 25 | static QQmlFileSelector* get(QQmlEngine*); | - |
| 26 | - | |
| 27 | private: | - |
| 28 | QQmlFileSelector(const QQmlFileSelector &) = delete; QQmlFileSelector &operator=(const QQmlFileSelector &) = delete; | - |
| 29 | }; | - |
| 30 | - | |
| 31 | - | |
| Switch to Source code | Preprocessed file |