| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquickimagebase_p_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | class QNetworkReply; | - |
| 6 | class __attribute__((visibility("default"))) QQuickImageBasePrivate : public QQuickImplicitSizeItemPrivate | - |
| 7 | { | - |
| 8 | inline QQuickImageBase* q_func() { return static_cast<QQuickImageBase *>(q_ptr); } inline const QQuickImageBase* q_func() const { return static_cast<const QQuickImageBase *>(q_ptr); } friend class QQuickImageBase; | - |
| 9 | - | |
| 10 | public: | - |
| 11 | QQuickImageBasePrivate() | - |
| 12 | : status(QQuickImageBase::Null), | - |
| 13 | progress(0.0), | - |
| 14 | devicePixelRatio(1.0), | - |
| 15 | async(false), | - |
| 16 | cache(true), | - |
| 17 | mirror(false), | - |
| 18 | oldAutoTransform(false) | - |
| 19 | { | - |
| 20 | } executed 5624 times by 15 tests: end of blockExecuted by:
| 5624 |
| 21 | - | |
| 22 | virtual bool updateDevicePixelRatio(qreal targetDevicePixelRatio); | - |
| 23 | - | |
| 24 | QQuickPixmap pix; | - |
| 25 | QQuickImageBase::Status status; | - |
| 26 | QUrl url; | - |
| 27 | qreal progress; | - |
| 28 | QSize sourcesize; | - |
| 29 | QSize oldSourceSize; | - |
| 30 | qreal devicePixelRatio; | - |
| 31 | QQuickImageProviderOptions providerOptions; | - |
| 32 | bool async : 1; | - |
| 33 | bool cache : 1; | - |
| 34 | bool mirror: 1; | - |
| 35 | bool oldAutoTransform : 1; | - |
| 36 | }; | - |
| 37 | - | |
| 38 | - | |
| Switch to Source code | Preprocessed file |