Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp527 QList<QList<QGeoCoordinate>> &m_holesList, in translatePoly() argument
542 if (!m_holesList.isEmpty()){ in translatePoly()
543 for (QList<QGeoCoordinate> &hole: m_holesList){ in translatePoly()
560 …translatePoly(m_path, m_holesList, m_bbox, degreesLatitude, degreesLongitude, m_maxLati, m_minLati… in translate()
572 || m_holesList.size() != otherPath.m_holesList.size()) in operator ==()
574 return m_path == otherPath.m_path && m_holesList == otherPath.m_holesList; in operator ==()
583 m_holesList << holePath; in addHole()
589 return m_holesList.at(index); in holePath()
594 if (index < 0 || index >= m_holesList.size()) in removeHole()
597 m_holesList.removeAt(index); in removeHole()
[all …]
H A Dqgeopolygon_p.h88 QList<QList<QGeoCoordinate>> m_holesList; variable