Qt Mobility Reference Documentation

QLandmarkNameFilter Class Reference

The QLandmarkNameFilter class is used to search for landmarks by name. More...

 #include <QLandmarkNameFilter>

Inherits QLandmarkFilter.


Public Functions

QLandmarkNameFilter ( const QString & name = QString(), Qt::CaseSensitivity sensitivity = Qt::CaseInsensitive )
QLandmarkNameFilter ( const QLandmarkFilter & other )
virtual ~QLandmarkNameFilter ()
Qt::CaseSensitivity caseSensitivity () const
QString name () const
void setCaseSensitivity ( Qt::CaseSensitivity caseSensitivity )
void setName ( const QString & name )

Detailed Description

The QLandmarkNameFilter class is used to search for landmarks by name.


Member Function Documentation

QLandmarkNameFilter::QLandmarkNameFilter ( const QString & name = QString(), Qt::CaseSensitivity sensitivity = Qt::CaseInsensitive )

Creates a filter that selects landmarks by name, according to the given case sensitivity.

QLandmarkNameFilter::QLandmarkNameFilter ( const QLandmarkFilter & other )

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

QLandmarkNameFilter::~QLandmarkNameFilter () [virtual]

Destroys the filter.

Qt::CaseSensitivity QLandmarkNameFilter::caseSensitivity () const

Returns the case sensitivity of the filter.

See also setCaseSensitivity().

QString QLandmarkNameFilter::name () const

Returns the name that the filter will use to determine matches.

See also setName().

void QLandmarkNameFilter::setCaseSensitivity ( Qt::CaseSensitivity caseSensitivity )

Sets the the caseSensitivity of the filter.

See also caseSensitivity().

void QLandmarkNameFilter::setName ( const QString & name )

Sets the name that the filter will use to determine matches.

See also name().


Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.1.0