Searched refs:m_category (Results 1 – 3 of 3) sorted by relevance
88 : 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 …]
140 QPlaceCategory m_category; variable
71 QPlaceCategory m_category; member in tst_qmlinterface103 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()