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  · 

CategoryModel

The CategoryModel element provides a model of the categories supported by a Plugin. More...

Inherits QtObject

This type was introduced in Qt Location 5.0.

Properties

Detailed Description

The CategoryModel element provides a model of the categories that are available from the current Plugin. The model supports both a flat list of categories and a hierarchical tree representing category groupings. This can be controlled by the hierarchical property.

The model supports the following roles:

RoleTypeDescription
categoryCategoryCategory object for the current item.

The following example displays a flat list of all available categories:

 import QtQuick 2.0
 import QtLocation 5.0

 ListView {
     model: CategoryModel {
         plugin: myPlugin
         hierarchical: false
     }
     delegate: Text { text: category.name }
 }

To access the hierarchical category model it is necessary to use a VisualDataModel to access the child items.

Property Documentation

errorString : string

This read-only property holds the textual presentation of latest category model error. If no error has occurred, an empty string is returned.

An empty string may also be returned if an error occurred which has no associated textual representation.


hierarchical : bool

This property holds whether the model provides a hierarchical tree of categories or a flat list. The default is true.


plugin : Plugin

This property holds the provider Plugin used by this model.


read-onlystatus : enumeration

This read-only property holds the current status of the model.


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