Home
last modified time | relevance | path

Searched refs:QPlaceImage (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceimage.cpp86 QPlaceImage::QPlaceImage() in QPlaceImage() function in QPlaceImage
94 QPlaceImage::~QPlaceImage() in ~QPlaceImage()
103 Q_IMPLEMENT_CONTENT_COPY_CTOR(QPlaceImage)
105 Q_IMPLEMENT_CONTENT_D_FUNC(QPlaceImage) in Q_IMPLEMENT_CONTENT_D_FUNC() argument
110 QUrl QPlaceImage::url() const in Q_IMPLEMENT_CONTENT_D_FUNC()
112 Q_D(const QPlaceImage); in Q_IMPLEMENT_CONTENT_D_FUNC()
119 void QPlaceImage::setUrl(const QUrl &url) in setUrl()
121 Q_D(QPlaceImage); in setUrl()
128 QString QPlaceImage::imageId() const in imageId()
130 Q_D(const QPlaceImage); in imageId()
[all …]
H A Dqplaceimage.h50 class Q_LOCATION_EXPORT QPlaceImage : public QPlaceContent
53 QPlaceImage();
55 QPlaceImage(const QPlaceContent &other);
57 Q_DECLARE_CONTENT_COPY_CTOR(QPlaceImage)
60 virtual ~QPlaceImage();
72 Q_DECLARE_CONTENT_D_FUNC(QPlaceImage)
H A Dqplaceimage_p.h69 Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceImage, QPlaceContent::ImageType)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceimage/
H A Dtst_qplaceimage.cpp46 QPlaceImage initialSubObject();
49 void setSubClassProperty(QPlaceImage *);
65 QPlaceImage tst_QPlaceImage::initialSubObject() in initialSubObject()
75 QPlaceImage image; in initialSubObject()
96 void tst_QPlaceImage::setSubClassProperty(QPlaceImage *image) in setSubClassProperty()
103 QPlaceImage testObj; in constructorTest()
105 QPlaceImage *testObjPtr = new QPlaceImage(testObj); in constructorTest()
113 QPlaceImage testObj; in supplierTest()
124 QPlaceImage testObj; in idTest()
132 QPlaceImage testObj; in mimeTypeTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp166 QPlaceImage dummyImage; in imageContentTest()
169 QPlaceImage dummyImage2; in imageContentTest()
172 QPlaceImage dummyImage3; in imageContentTest()
184 QCOMPARE(QPlaceImage(retrievedCollection.value(0)), dummyImage); in imageContentTest()
185 QCOMPARE(QPlaceImage(retrievedCollection.value(1)), dummyImage2); in imageContentTest()
186 QCOMPARE(QPlaceImage(retrievedCollection.value(2)), dummyImage3); in imageContentTest()
190 QPlaceImage dummyImage2New; in imageContentTest()
193 QPlaceImage dummyImage6; in imageContentTest()
203 QCOMPARE(QPlaceImage(retrievedCollection.value(0)), dummyImage); in imageContentTest()
204 QCOMPARE(QPlaceImage(retrievedCollection.value(1)), dummyImage2New); in imageContentTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Djsonparserhelpers.h48 class QPlaceImage; variable
64 QPlaceImage parseImage(const QJsonObject &imageObject,
H A Djsonparserhelpers.cpp122 QPlaceImage parseImage(const QJsonObject &imageObject, in parseImage()
127 QPlaceImage image; in parseImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h261 QPlaceImage image; in contentConversion()
266 QPlaceImage image2; in contentConversion()
364 QPlaceImage image = iter.value(); in handleImagesReply()
370 foreach (const QPlaceImage &image, contentReply->content()) { in handleImagesReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceimagemodel.cpp147 const QPlaceImage &image = m_content.value(index.row()); in data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h334 QList<QPlaceImage> images; in QPlaceManagerEngineTest()
337 QPlaceImage image; in QPlaceManagerEngineTest()
723 QHash<QString, QList<QPlaceImage> > m_placeImages;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp616 QPlaceImage image = iter.value(); in content()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc276 QPlaceImage image = content; //provided that 'content' has a type QPlace::ImageType