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  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

ExtendedAttributes

The ExtendedAttributes element holds additional data about a Place. More...

Inherits QtObject

ExtendedAttributes instantiates the C++ class QQmlPropertyMap

This type was introduced in Qt Location 5.0.

Signals

Methods

Detailed Description

The ExtendedAttributes element is a map of PlaceAttributes. To access attributes in the map use the keys() method to get the list of keys stored in the map and use the [] operator to access the PlaceAttribute items.

The following are standard keys that are defined by the API. Plugin implementations are free to define additional keys. Custom keys should be qualified by a unique prefix to avoid clashes.

keydescription
openingHoursThe trading hours of the place
paymentThe types of payment the place accepts, for example visa, mastercard.
x_providerThe name of the provider that a place is sourced from
x_id_<provider> (for example x_id_nokia)An alternative identifier which identifies the place from the perspective of the specified provider.

Some attributes may not be intended to be readable by end users, the label field of such attributes is empty to indicate this fact.

The following example shows how to access all PlaceAttributes and print them to the console:

 import QtLocation 5.0

 function printExtendedAttributes(extendedAttributes) {
     var keys = extendedAttributes.keys();
     for (var i = 0; i < keys.length; ++i) {
         var key = keys[i];
         if (extendedAttributes[key].label !== "")
             console.log(extendedAttributes[key].label + ": " + extendedAttributes[key].text);
     }
 }

See also PlaceAttribute and QQmlPropertyMap.

Signal Documentation

void ExtendedAttributes::onValueChanged(string key, variant value)

This signal is raised when the set of attributes changes. key is the key corresponding to the value that was changed.


Method Documentation

variant ExtendedAttributes::keys()

Returns an array of place attribute keys currently stored in the map.


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 5.0-snapshot
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