The QLandmarkIdFilter class is used to search for landmarks based on a list of landmark identifiers. More...
#include <QLandmarkIdFilter>
Inherits: QLandmarkFilter.
This class was introduced in Qt Mobility 1.1.
QLandmarkIdFilter ( const QList<QLandmarkId> & ids = QList<QLandmarkId> () ) | |
QLandmarkIdFilter ( const QLandmarkFilter & other ) | |
virtual | ~QLandmarkIdFilter () |
void | append ( const QLandmarkId & id ) |
void | clear () |
QList<QLandmarkId> | landmarkIds () const |
void | remove ( const QLandmarkId & id ) |
void | setLandmarkIds ( const QList<QLandmarkId> & ids ) |
QLandmarkIdFilter & | operator<< ( const QLandmarkId & id ) |
The QLandmarkIdFilter class is used to search for landmarks based on a list of landmark identifiers.
Creates a filter that selects landmarks using a list of landmark ids.
This function was introduced in Qt Mobility 1.1.
Constructs a copy of other if possible, otherwise constructs a new id filter.
This function was introduced in Qt Mobility 1.1.
Destroys the filter.
Adds id to the list of landmark ids this filter searches for.
This function was introduced in Qt Mobility 1.1.
Removes all identifiers from the filter.
This function was introduced in Qt Mobility 1.1.
Returns the list of landmark identifiers that the filter will use to determine matches.
This function was introduced in Qt Mobility 1.1.
See also setLandmarkIds().
Removes id to the list of landmark ids this filter searches for.
This function was introduced in Qt Mobility 1.1.
Sets the ids that the filter will use to determine matches.
This function was introduced in Qt Mobility 1.1.
See also landmarkIds().
Appends the given id to the list of landmark identifiers this filter searches for.
This function was introduced in Qt Mobility 1.1.
© 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.