Home
last modified time | relevance | path

Searched refs:m_delegate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemview.cpp95 : QDeclarativeGeoMapItemGroup(parent), m_componentCompleted(false), m_delegate(0), in QDeclarativeGeoMapItemView()
123 if (m_delegate) in componentComplete()
124 m_delegateModel->setDelegate(m_delegate); in componentComplete()
243 return m_delegate; in delegate()
248 if (m_delegate == delegate) in setDelegate()
251 m_delegate = delegate; in setDelegate()
253 m_delegateModel->setDelegate(m_delegate); in setDelegate()
326 …if (!m_componentCompleted || !m_map || !m_delegate || m_itemModel.isNull() || !m_instantiatedItems… in instantiateAllItems()
H A Dqdeclarativegeomapitemview_p.h144 QQmlComponent *m_delegate; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp93 : QMapObjectViewPrivate(other.q), m_model(other.model()), m_delegate(other.delegate()) in QMapObjectViewPrivateDefault()
114 return m_delegate; in delegate()
119 m_delegate = delegate; in setDelegate()
H A Dqmapobjectview_p_p.h96 QQmlComponent *m_delegate = nullptr; variable