Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QLandmark Class Reference

The QLandmark class represents a point of interest. More...

 #include <QLandmark>

Inherits QGeoPlace.

Public Functions

QLandmark ()
QLandmark ( const QGeoPlace & other )
QLandmark ( const QLandmark & other )
~QLandmark ()
void addCategoryId ( const QLandmarkCategoryId & categoryId )
QList<QLandmarkCategoryId> categoryIds () const
void clear ()
QString description () const
QUrl iconUrl () const
QLandmarkId landmarkId () const
QString name () const
QString phoneNumber () const
qreal radius () const
void removeCategoryId ( const QLandmarkCategoryId & categoryId )
void setCategoryIds ( const QList<QLandmarkCategoryId> & categoryIds )
void setDescription ( const QString & description )
void setIconUrl ( const QUrl & url )
void setLandmarkId ( const QLandmarkId & id )
void setName ( const QString & name )
void setPhoneNumber ( const QString & phoneNumber )
void setRadius ( qreal radius )
void setUrl ( const QUrl & url )
QUrl url () const
bool operator!= ( const QLandmark & other ) const
QLandmark & operator= ( const QLandmark & other )
bool operator== ( const QLandmark & other ) const
  • 10 public functions inherited from QGeoPlace

Detailed Description

The QLandmark class represents a point of interest.

Each QLandmark represents a location with a number of attributes or properties such as name, description, phone number etc. Each QLandmark may also be associated with zero or more categories. A category defines a type of landmark such as restaurant or cinema. To set the category that a landmark belongs to, use the setCategoryIds() or addCategoryId() functions. A landmark may be removed from a category by using the removeCategoryId() function.

Some landmarks may be designated as read-only, e.g. a publically accessible landmark server may not want some of its content to be editable. Note, localization is only possible for landmarks that are read-only.

Each QLandmark is an in memory representation of a landmark; it does not reflect the actual landmark state in persistent storage until the appropriate synchronization method is called on the QLandmarkManager(e.g. saveLandmark(), removeLandmark()).

Note that QLandmark inherits from QGeoPlace and thus has a viewport data field. Most managers usually however ignore this field when saving the landmark.

Member Function Documentation

QLandmark::QLandmark ()

Constructs an new landmark.

A new landmark will be assigned with invalid QLandmarkId.

QLandmark::QLandmark ( const QGeoPlace & other )

Constructs a new landmark from other.

If other is not a landmark, the coordinates, address and viewport get copied into the newly created landmark.

If other is a landmark, this function is equivalent to calling QLandmark(const QLandmark &other).

This constructor allows (1) and c to take place. /code QGeoPlace geoPlace = lm1; //lm1 is a QLandmark ... QLandmark lm2 = geoPlace; //(1)lm2 is equivalent to lm1

QGeoPlace ordinaryPlace; QLandmark lm3 = ordinarPlace; //(2)lm3 has the details of ordinaryPlace's coordinate, address and viewport. /endcode

QLandmark::QLandmark ( const QLandmark & other )

Constructs a copy of other.

QLandmark::~QLandmark ()

Destroys the landmark.

void QLandmark::addCategoryId ( const QLandmarkCategoryId & categoryId )

Adds another category that this landmark will be associated with via its categoryId.

See also setCategoryIds() and removeCategoryId().

QList<QLandmarkCategoryId> QLandmark::categoryIds () const

Returns a of list identifiers of categories that this landmark belongs to.

See also setCategoryIds().

void QLandmark::clear ()

Clears all the data fields of the landmark.

QString QLandmark::description () const

Returns a description of the landmark.

See also setDescription().

QUrl QLandmark::iconUrl () const

Returns the url of the landmark's icon.

See also setIconUrl().

QLandmarkId QLandmark::landmarkId () const

Returns the identifier of the landmark.

See also setLandmarkId().

QString QLandmark::name () const

Returns the name of the landmark.

See also setName().

QString QLandmark::phoneNumber () const

Returns the phone number of the landmark.

See also setPhoneNumber().

qreal QLandmark::radius () const

Returns the coverage radius of the landmark. The unit of the radius is meters.

The coverage radius is relevant for large landmarks such as cities. Note that landmark searches over a given area do not factor in the coverage radius.

See also setRadius().

void QLandmark::removeCategoryId ( const QLandmarkCategoryId & categoryId )

Removes a category from a landmark, by using its categoryId.

See also addCategoryId() and categoryIds().

void QLandmark::setCategoryIds ( const QList<QLandmarkCategoryId> & categoryIds )

Sets the categories that this landmark belongs to via a list of categoryIds.

See also categoryIds(), addCategoryId(), and removeCategoryId().

void QLandmark::setDescription ( const QString & description )

Sets the description of the landmark.

Using the default manager on the Symbian platform, the description is restricted to a length of 4096 characters.

See also description().

void QLandmark::setIconUrl ( const QUrl & url )

Sets the url of the landmark's icon.

See also iconUrl().

void QLandmark::setLandmarkId ( const QLandmarkId & id )

Sets the id of the landmark.

Note that saving a new landmark using a QLandmarkManager will automatically assign the landmark a valid identifier.

See also landmarkId().

void QLandmark::setName ( const QString & name )

Sets the name of the landmark.

Using the default manager on the Symbian platform, the name is restricted to a length of 256 characters.

See also name().

void QLandmark::setPhoneNumber ( const QString & phoneNumber )

Sets the phoneNumber of the landmark.

See also phoneNumber().

void QLandmark::setRadius ( qreal radius )

Sets the coverage radius of the landmark. The unit of the radius is meters.

See also radius().

void QLandmark::setUrl ( const QUrl & url )

Sets the url of the landmark.

See also url().

QUrl QLandmark::url () const

Returns the url of the landmark.

See also setUrl().

bool QLandmark::operator!= ( const QLandmark & other ) const

Returns true if this landmark not is equal to other, otherwise returns false.

See also operator==().

QLandmark & QLandmark::operator= ( const QLandmark & other )

Assigns other to this landmark and returns a reference to this landmark.

bool QLandmark::operator== ( const QLandmark & other ) const

Returns true if this landmark is equal to other, otherwise returns false.

Two landmarks are considered equal if both the landmark details and identifiers are equal.

See also operator!=().

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.

[0]; s.parentNode.insertBefore(ga, s); })();
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtmobility-1.1
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web