Home
last modified time | relevance | path

Searched refs:QPlaceEditorial (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceeditorial.cpp87 QPlaceEditorial::QPlaceEditorial() in QPlaceEditorial() function in QPlaceEditorial
95 QPlaceEditorial::~QPlaceEditorial() in ~QPlaceEditorial()
103 Q_IMPLEMENT_CONTENT_COPY_CTOR(QPlaceEditorial)
105 Q_IMPLEMENT_CONTENT_D_FUNC(QPlaceEditorial) in Q_IMPLEMENT_CONTENT_D_FUNC() argument
113 QString QPlaceEditorial::text() const in Q_IMPLEMENT_CONTENT_D_FUNC()
115 Q_D(const QPlaceEditorial); in Q_IMPLEMENT_CONTENT_D_FUNC()
122 void QPlaceEditorial::setText(const QString &text) in setText()
124 Q_D(QPlaceEditorial); in setText()
131 QString QPlaceEditorial::title() const in title()
133 Q_D(const QPlaceEditorial); in title()
[all …]
H A Dqplaceeditorial.h46 class Q_LOCATION_EXPORT QPlaceEditorial : public QPlaceContent
49 QPlaceEditorial();
51 QPlaceEditorial(const QPlaceContent &other);
53 Q_DECLARE_CONTENT_COPY_CTOR(QPlaceEditorial)
56 virtual ~QPlaceEditorial();
66 Q_DECLARE_CONTENT_D_FUNC(QPlaceEditorial)
H A Dqplaceeditorial_p.h68 Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceEditorial, QPlaceContent::EditorialType)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceeditorial/
H A Dtst_qplaceeditorial.cpp48 QPlaceEditorial initialSubObject();
51 void setSubClassProperty(QPlaceEditorial *);
67 QPlaceEditorial tst_QPlaceEditorial::initialSubObject() in initialSubObject()
77 QPlaceEditorial editorial; in initialSubObject()
98 void tst_QPlaceEditorial::setSubClassProperty(QPlaceEditorial * editorial) in setSubClassProperty()
104 QPlaceEditorial testObj; in constructorTest()
106 QPlaceEditorial *testObjPtr = new QPlaceEditorial(testObj); in constructorTest()
114 QPlaceEditorial testObj; in supplierTest()
125 QPlaceEditorial testObj; in textTest()
133 QPlaceEditorial testObj; in titleTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp266 QPlaceEditorial dummyEditorial; in editorialContentTest()
269 QPlaceEditorial dummyEditorial2; in editorialContentTest()
272 QPlaceEditorial dummyEditorial3; in editorialContentTest()
284 QCOMPARE(QPlaceEditorial(retrievedCollection.value(0)), dummyEditorial); in editorialContentTest()
285 QCOMPARE(QPlaceEditorial(retrievedCollection.value(1)), dummyEditorial2); in editorialContentTest()
286 QCOMPARE(QPlaceEditorial(retrievedCollection.value(2)), dummyEditorial3); in editorialContentTest()
290 QPlaceEditorial dummyEditorial2New; in editorialContentTest()
293 QPlaceEditorial dummyEditorial6; in editorialContentTest()
303 QCOMPARE(QPlaceEditorial(retrievedCollection.value(0)), dummyEditorial); in editorialContentTest()
304 QCOMPARE(QPlaceEditorial(retrievedCollection.value(1)), dummyEditorial2New); in editorialContentTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Djsonparserhelpers.h50 class QPlaceEditorial; variable
68 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject,
H A Djsonparserhelpers.cpp175 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject, in parseEditorial()
180 QPlaceEditorial editorial; in parseEditorial()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceeditorialmodel.cpp146 const QPlaceEditorial &description = m_content.value(index.row()); in data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h353 QList<QPlaceEditorial> editorials; in QPlaceManagerEngineTest()
356 QPlaceEditorial editorial; in QPlaceManagerEngineTest()
724 QHash<QString, QList<QPlaceEditorial> > m_placeEditorials;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp629 QPlaceEditorial editorial = iter.value(); in content()