Home
last modified time | relevance | path

Searched refs:m_category (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativecategory.cpp88 : QObject(parent), m_category(category), m_icon(0), m_plugin(plugin), m_reply(0), in QDeclarativeCategory()
165 QPlaceCategory previous = m_category; in setCategory()
166 m_category = category; in setCategory()
176 m_icon->setIcon(m_category.icon()); in setCategory()
178 m_icon = new QDeclarativePlaceIcon(m_category.icon(), m_plugin, this); in setCategory()
185 m_category.setIcon(m_icon ? m_icon->icon() : QPlaceIcon()); in category()
186 return m_category; in category()
197 if (m_category.categoryId() != id) { in setCategoryId()
198 m_category.setCategoryId(id); in setCategoryId()
205 return m_category.categoryId(); in categoryId()
[all …]
H A Dqdeclarativecategory_p.h140 QPlaceCategory m_category; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp71 QPlaceCategory m_category; member in tst_qmlinterface
103 m_category.setName(QStringLiteral("Test category")); in tst_qmlinterface()
104 m_category.setCategoryId(QStringLiteral("test-category-id")); in tst_qmlinterface()
199 QCOMPARE(category, m_category); in testCategory()