The QLandmarkIdFilter class is used to search for landmarks based on a list of landmark identifiers. More...
#include <QLandmarkIdFilter>
Inherits QLandmarkFilter.
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.
Constructs a copy of other if possible, otherwise constructs a new id filter.
Destroys the filter.
Adds id to the list of landmark ids this filter searches for.
Removes all identifiers from the filter.
Returns the list of landmark identifiers that the filter will use to determine matches.
See also setLandmarkIds().
Removes id to the list of landmark ids this filter searches for.
Sets the ids that the filter will use to determine matches.
See also landmarkIds().
Appends the given id to the list of landmark identifiers this filter searches for.