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  · 

ValueSpaceSubscriber

The QValueSpaceSubscriber class allows applications to read and subscribe to Value Space. More...

Inherits QtObject

Properties

Detailed Description

Each ValueSpaceSubscriber element represents a single value or path in the Value Space. The path is set using the path property.

Note that unlike the C++ class QValueSpaceSubscriber, the QML element has no default path. A path must be set before the subscriber will connect to the Value Space and begin receiving notifications.

 ValueSpaceSubscriber {
     id: nowPlaying
     path: "/applications/mediaplayer/now-playing"
 }

The value is accessed using the value property:

 Text {
     text: nowPlaying.value
 }

Property Documentation

read-onlyconnected : bool

This property holds whether the subscriber is currently connected to the backing store of the Value Space.


path : string

This property holds the base path of the subscriber, and it should be set before connecting to any Value Space layers and receiving notifications.


read-onlysubPaths : QStringList

This property holds a list of known sub-paths of the currently set path.


read-onlyvalue : QVariant

This property holds the value of the key at the set path in the Value Space. Read-only.


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