Home
last modified time | relevance | path

Searched refs:m_supplier (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp185 : QObject(parent), m_location(0), m_ratings(0), m_supplier(0), m_icon(0), in QDeclarativePlace()
198 : QObject(parent), m_location(0), m_ratings(0), m_supplier(0), m_icon(0), in QDeclarativePlace()
335 if (m_supplier && m_supplier->parent() == this) { in setPlace()
336 m_supplier->setSupplier(m_src.supplier(), m_plugin); in setPlace()
337 } else if (!m_supplier || m_supplier->parent() != this) { in setPlace()
338 m_supplier = new QDeclarativeSupplier(m_src.supplier(), m_plugin, this); in setPlace()
412 result.setSupplier(m_supplier ? m_supplier->supplier() : QPlaceSupplier()); in place()
494 if (m_supplier == supplier) in setSupplier()
497 if (m_supplier && m_supplier->parent() == this) in setSupplier()
498 delete m_supplier; in setSupplier()
[all …]
H A Dqdeclarativeplace_p.h230 QDeclarativeSupplier *m_supplier; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp74 QPlaceSupplier m_supplier; member in tst_qmlinterface
114 m_supplier.setName(QStringLiteral("Test supplier")); in tst_qmlinterface()
115 m_supplier.setUrl(QUrl(QStringLiteral("http://www.example.com/test-supplier"))); in tst_qmlinterface()
116 m_supplier.setSupplierId(QStringLiteral("test-supplier-id")); in tst_qmlinterface()
117 m_supplier.setIcon(m_icon); in tst_qmlinterface()
143 m_place.setSupplier(m_supplier); in tst_qmlinterface()
256 QCOMPARE(supplier, m_supplier); in testSupplier()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.cpp668 m_supplier(other.m_supplier), in QPlacePrivateDefault()
721 return m_supplier; in supplier()
726 m_supplier = supplier; in setSupplier()
H A Dqplace_p.h154 QPlaceSupplier m_supplier; variable