The QLandmarkNameFilter class is used to search for landmarks by name. More...
#include <QLandmarkNameFilter>
Inherits: QLandmarkFilter.
This class was introduced in Qt Mobility 1.1.
QLandmarkNameFilter ( const QString & name = QString() ) | |
QLandmarkNameFilter ( const QLandmarkFilter & other ) | |
virtual | ~QLandmarkNameFilter () |
QLandmarkFilter::MatchFlags | matchFlags () const |
QString | name () const |
void | setMatchFlags ( QLandmarkFilter::MatchFlags flags ) |
void | setName ( const QString & name ) |
The QLandmarkNameFilter class is used to search for landmarks by name.
Please note that different platforms support different capabilities with the attribute filter.
Creates a filter that selects landmarks by name.
This function was introduced in Qt Mobility 1.1.
Constructs a copy of other if possible, otherwise constructs a new name filter.
Destroys the filter.
Returns the matching criteria of the filter.
This function was introduced in Qt Mobility 1.1.
See also setMatchFlags().
Returns the name that the filter will use to determine matches.
This function was introduced in Qt Mobility 1.1.
See also setName().
Sets the matching criteria to those defined in flags.
This function was introduced in Qt Mobility 1.1.
See also matchFlags().
Sets the name that the filter will use to determine matches.
This function was introduced in Qt Mobility 1.1.
See also name().
© 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.