Searched refs:QPlaceEditorial (Results 1 – 10 of 10) sorted by relevance
87 QPlaceEditorial::QPlaceEditorial() in QPlaceEditorial() function in QPlaceEditorial95 QPlaceEditorial::~QPlaceEditorial() in ~QPlaceEditorial()103 Q_IMPLEMENT_CONTENT_COPY_CTOR(QPlaceEditorial)105 Q_IMPLEMENT_CONTENT_D_FUNC(QPlaceEditorial) in Q_IMPLEMENT_CONTENT_D_FUNC() argument113 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 …]
46 class Q_LOCATION_EXPORT QPlaceEditorial : public QPlaceContent49 QPlaceEditorial();51 QPlaceEditorial(const QPlaceContent &other);53 Q_DECLARE_CONTENT_COPY_CTOR(QPlaceEditorial)56 virtual ~QPlaceEditorial();66 Q_DECLARE_CONTENT_D_FUNC(QPlaceEditorial)
68 Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceEditorial, QPlaceContent::EditorialType)
48 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 …]
266 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 …]
50 class QPlaceEditorial; variable68 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject,
175 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject, in parseEditorial()180 QPlaceEditorial editorial; in parseEditorial()
146 const QPlaceEditorial &description = m_content.value(index.row()); in data()
353 QList<QPlaceEditorial> editorials; in QPlaceManagerEngineTest()356 QPlaceEditorial editorial; in QPlaceManagerEngineTest()724 QHash<QString, QList<QPlaceEditorial> > m_placeEditorials;
629 QPlaceEditorial editorial = iter.value(); in content()