Home
last modified time | relevance | path

Searched refs:m_copyrightsHtml (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapcopyrightsnotice.cpp100 : QQuickPaintedItem(parent), m_copyrightsHtml(0), m_copyrightsVisible(true), m_mapSource(0), in QDeclarativeGeoMapCopyrightNotice()
134 if (m_copyrightsHtml) in setMapSource()
135 m_copyrightsHtml->clear(); in setMapSource()
193 if (!m_html.isEmpty() && m_copyrightsHtml) { in setStyleSheet()
194 delete m_copyrightsHtml; in setStyleSheet()
197 m_copyrightsHtml->setHtml(m_html); in setStyleSheet()
199 m_copyrightsHtml->setPlainText(m_html); in setStyleSheet()
216 if (m_copyrightsHtml) { in mousePressEvent()
217 m_activeAnchor = m_copyrightsHtml->documentLayout()->anchorAt(event->pos()); in mousePressEvent()
227 if (m_copyrightsHtml) { in mouseReleaseEvent()
[all …]
H A Dqdeclarativegeomapcopyrightsnotice_p.h107 QTextDocument *m_copyrightsHtml; variable