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  · 

BoundingCircle

The BoundingCircle element represents a circular geographic area. More...

Inherits QtObject

This type was introduced in Qt Location 5.0.

Properties

Detailed Description

The circle is defined in terms of a Coordinate which specifies the center of the circle and a qreal which specifies the radius of the circle in meters.

The circle is considered invalid if the center coordinate is invalid or if the radius is less than zero.

Example Usage

The following code snippet shows the declaration of a BoundingCircle element.

 BoundingCircle {
     radius: 25.0
     center: Coordinate {
         latitude: 23.34
         longitude: 44.4
     }
 }

This could then be used, for example, as a region to scan for landmarks, or refining searches.

See also QGeoBoundingCircle.

Property Documentation

center : Coordinate

This property holds the coordinate of the center of the bounding circle.

Note: this property's changed() signal is currently emitted only if the whole element changes, not if only the contents of the element change.


For details on how to use this property to interface between C++ and QML see "Interfaces between C++ and QML Code".


radius : qreal

This property holds the radius of the bounding circle in meters.

The default value for the radius is -1 indicating an invalid bounding circle area.


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