| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickview_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | class QAccessibleQuickWindow : public QAccessibleObject | - |
| 7 | { | - |
| 8 | public: | - |
| 9 | QAccessibleQuickWindow(QQuickWindow *object); | - |
| 10 | - | |
| 11 | QAccessibleInterface *parent() const override; | - |
| 12 | QAccessibleInterface *child(int index) const override; | - |
| 13 | QAccessibleInterface *focusChild() const override; | - |
| 14 | - | |
| 15 | QAccessible::Role role() const override; | - |
| 16 | QAccessible::State state() const override; | - |
| 17 | QRect rect() const override; | - |
| 18 | - | |
| 19 | int childCount() const override; | - |
| 20 | int indexOfChild(const QAccessibleInterface *iface) const override; | - |
| 21 | QString text(QAccessible::Text text) const override; | - |
| 22 | QAccessibleInterface *childAt(int x, int y) const override; | - |
| 23 | - | |
| 24 | private: | - |
| 25 | QQuickWindow *window() const override { return executed 50 times by 1 test: static_cast<QQuickWindow*>(object());return static_cast<QQuickWindow*>(object());Executed by:
executed 50 times by 1 test: }return static_cast<QQuickWindow*>(object());Executed by:
| 50 |
| 26 | QList<QQuickItem *> rootItems() const; | - |
| 27 | }; | - |
| 28 | - | |
| 29 | - | |
| 30 | - | |
| 31 | - | |
| Switch to Source code | Preprocessed file |