OpenCoverage

qquickimagebase_p_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/items/qquickimagebase_p_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5class QNetworkReply;-
6class __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-
10public:-
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 block
Executed by:
  • tst_examples
  • tst_qqmlecmascript
  • tst_qqmlinfo
  • tst_qquickanchors
  • tst_qquickanimatedimage
  • tst_qquickborderimage
  • tst_qquickcustomparticle
  • tst_qquickimage
  • tst_qquickimageprovider
  • tst_qquickitem
  • tst_qquickitemparticle
  • tst_qquickshadereffect
  • tst_qquickstates
  • tst_scenegraph
  • tst_sharedimage
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 codePreprocessed file

Generated by Squish Coco 4.2.0