Searched refs:QPlaceImage (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplaceimage.cpp | 86 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 D | qplaceimage.h | 50 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 D | qplaceimage_p.h | 69 Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceImage, QPlaceContent::ImageType)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceimage/ |
| H A D | tst_qplaceimage.cpp | 46 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 D | tst_qplace.cpp | 166 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 D | jsonparserhelpers.h | 48 class QPlaceImage; variable 64 QPlaceImage parseImage(const QJsonObject &imageObject,
|
| H A D | jsonparserhelpers.cpp | 122 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 D | requesthandler.h | 261 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 D | qdeclarativeplaceimagemodel.cpp | 147 const QPlaceImage &image = m_content.value(index.row()); in data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 334 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 D | tst_places.cpp | 616 QPlaceImage image = iter.value(); in content()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 276 QPlaceImage image = content; //provided that 'content' has a type QPlace::ImageType
|