Member Function Documentation
QLandmarkIdFilter::QLandmarkIdFilter ( const QList<QLandmarkId> & ids = QList<QLandmarkId> () )
Creates a filter that selects landmarks using a list of landmark ids.
QLandmarkIdFilter::QLandmarkIdFilter ( const QLandmarkFilter & other )
Constructs a copy of other if possible, otherwise constructs a new id filter.
QLandmarkIdFilter::~QLandmarkIdFilter () [virtual]
Destroys the filter.
void QLandmarkIdFilter::append ( const QLandmarkId & id )
Adds id to the list of landmark ids this filter searches for.
void QLandmarkIdFilter::clear ()
Removes all identifiers from the filter.
QList<QLandmarkId> QLandmarkIdFilter::landmarkIds () const
Returns the list of landmark identifiers that the filter will use to determine matches.
See also setLandmarkIds().
void QLandmarkIdFilter::remove ( const QLandmarkId & id )
Removes id to the list of landmark ids this filter searches for.
void QLandmarkIdFilter::setLandmarkIds ( const QList<QLandmarkId> & ids )
Sets the ids that the filter will use to determine matches.
See also landmarkIds().
QLandmarkIdFilter & QLandmarkIdFilter::operator<< ( const QLandmarkId & id )
Appends the given id to the list of landmark identifiers this filter searches for.