Qt Mobility Reference Documentation

QLandmarkCategoryFilter Class Reference

The QLandmarkCategoryFilter class is used to search for landmarks that belong to a certain category. More...

 #include <QLandmarkCategoryFilter>

Inherits QLandmarkFilter.


Public Functions

QLandmarkCategoryFilter ( const QLandmarkCategoryId & categoryId = QLandmarkCategoryId() )
QLandmarkCategoryFilter ( const QLandmarkFilter & other )
virtual ~QLandmarkCategoryFilter ()
QLandmarkCategoryId categoryId () const
void setCategoryId ( const QLandmarkCategoryId & categoryId )

Detailed Description

The QLandmarkCategoryFilter class is used to search for landmarks that belong to a certain category.


Member Function Documentation

QLandmarkCategoryFilter::QLandmarkCategoryFilter ( const QLandmarkCategoryId & categoryId = QLandmarkCategoryId() )

Creates a filter that searches for landmarks that belong to the category identified by categoryId.

QLandmarkCategoryFilter::QLandmarkCategoryFilter ( const QLandmarkFilter & other )

Constructs a copy of other if possible, otherwise constructs a new category filter.

QLandmarkCategoryFilter::~QLandmarkCategoryFilter () [virtual]

Destroys the filter.

QLandmarkCategoryId QLandmarkCategoryFilter::categoryId () const

Returns the category identifier that this filter matches by.

See also setCategoryId().

void QLandmarkCategoryFilter::setCategoryId ( const QLandmarkCategoryId & categoryId )

Sets the category identifier that this filter matches by to categoryId.

See also categoryId().

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.