The QLandmarkBoxFilter class is used to search for landmarks within a given bounding box. More...
#include <QLandmarkBoxFilter>
Inherits: QLandmarkFilter.
This class was introduced in Qt Mobility 1.1.
QLandmarkBoxFilter ( const QGeoBoundingBox & boundingBox = QGeoBoundingBox() ) | |
QLandmarkBoxFilter ( const QGeoCoordinate & topLeft, const QGeoCoordinate & bottomRight ) | |
QLandmarkBoxFilter ( const QLandmarkFilter & other ) | |
virtual | ~QLandmarkBoxFilter () |
QGeoCoordinate | bottomRight () |
QGeoBoundingBox | boundingBox () const |
void | setBottomRight ( const QGeoCoordinate & bottomRight ) |
void | setBoundingBox ( const QGeoBoundingBox & boundingBox ) |
void | setTopLeft ( const QGeoCoordinate & topLeft ) |
QGeoCoordinate | topLeft () |
The QLandmarkBoxFilter class is used to search for landmarks within a given bounding box.
In order to be a valid filter, the region covered by the box filter must not cover one of the poles.
Creates a filter that will search for landmarks within the boundingBox.
This function was introduced in Qt Mobility 1.1.
Creates a filter that will search for landmarks within a bounding box defined by the topLeft and bottomRight coordinates.
This function was introduced in Qt Mobility 1.1.
Constructs a copy of other if possible, otherwise constructs a new box filter.
This function was introduced in Qt Mobility 1.1.
Destroys the filter.
Returns the bottom right coordinate of the box filter.
This function was introduced in Qt Mobility 1.1.
See also setBottomRight().
Returns the filter's bounding box.
This function was introduced in Qt Mobility 1.1.
See also setBoundingBox().
Sets the bottomRight coordinate of the box filter.
This function was introduced in Qt Mobility 1.1.
See also bottomRight().
Sets the boundingBox of the filter.
This function was introduced in Qt Mobility 1.1.
See also boundingBox().
Sets the topLeft coordinate of the box filter.
This function was introduced in Qt Mobility 1.1.
See also topLeft().
Returns the top left coordinate of the box filter.
This function was introduced in Qt Mobility 1.1.
See also setTopLeft().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.