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  · 

QOrganizerCollection Class Reference

The QOrganizerCollection class represents a collection of items in a manager. More...

 #include <QOrganizerCollection>

Public Functions

QOrganizerCollection ()
QOrganizerCollection ( const QOrganizerCollection & other )
~QOrganizerCollection ()
QOrganizerCollectionId id () const
QVariantMap metaData () const
QVariant metaData ( const QString & key ) const
void setId ( const QOrganizerCollectionId & id )
void setMetaData ( const QVariantMap & metaData )
void setMetaData ( const QString & key, const QVariant & value )
bool operator!= ( const QOrganizerCollection & other ) const
QOrganizerCollection & operator= ( const QOrganizerCollection & other )
bool operator== ( const QOrganizerCollection & other ) const

Static Public Members

const QLatin1Constant KeyColor
const QLatin1Constant KeyDescription
const QLatin1Constant KeyImage
const QLatin1Constant KeyName

Detailed Description

The QOrganizerCollection class represents a collection of items in a manager.

A collection has an id and optionally some metadata, and contains zero or more items. Each different manager will have different requirements before a collection may be saved in it. Some managers do not allow collections to be saved at all, while others may require a collection to have some minimal amount of meta data defined in it prior to save. For example, most managers require a valid value for the QOrganizerCollection::KeyName meta data key to be set prior to save.

Every QOrganizerItem is contained within a collection when stored in a manager. To save an item in a collection, the client should call QOrganizerItem::setCollectionId() on the item, passing in the id of the destination collection as the argument, and then save the item in the manager. To move an item from one collection to another, the client must fetch the item from the manager, set the collection id in the item to the id of the collection to which the client wishes the item to be moved, and then resave the item in the manager. That is, the collection which an item is part of is treated as a property of the item.

Member Function Documentation

QOrganizerCollection::QOrganizerCollection ()

Constructs a new collection

QOrganizerCollection::QOrganizerCollection ( const QOrganizerCollection & other )

Constructs a new copy of the other collection

QOrganizerCollection::~QOrganizerCollection ()

Cleans up any memory in use by the collection

QOrganizerCollectionId QOrganizerCollection::id () const

Returns the complete id of the collection, which includes the manager uri and the manager id of the collection

See also setId().

QVariantMap QOrganizerCollection::metaData () const

Returns the meta data of the collection

See also setMetaData().

QVariant QOrganizerCollection::metaData ( const QString & key ) const

Returns the meta data of the collection for the given key

void QOrganizerCollection::setId ( const QOrganizerCollectionId & id )

Sets the id of the collection to id. If the id is set to a null (default-constructed) id, saving the collection will cause the manager to save the collection as a new collection (if it supports that operation).

See also id().

void QOrganizerCollection::setMetaData ( const QVariantMap & metaData )

Sets the meta data of the collection to metaData. Not all managers support arbitrary meta data for collections. You can see whether the meta data is compatible with the manager by calling QOrganizerManager::compatibleCollection(). Attempting to save a collection with unsupported meta data in a manager will cause an error in the operation.

See also metaData().

void QOrganizerCollection::setMetaData ( const QString & key, const QVariant & value )

Sets the meta data of the collection for the given key to the given value. Not all managers support all of the standard meta data keys (see QOrganizerCollection), and some will support extra or even arbitrary keys. Similarly, not all managers support all possible data types for the meta data value. Attempting to save a collection with unsupported meta data in a manager will cause an error in the operation.

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

Returns true if the id of the collection is different to that of the other collection.

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

Assigns this collection to be equal to the other collection

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

Returns true if the id of the collection is the same as that of the other collection. Does not check that the metadata of the collections is equal.

Member Variable Documentation

const QLatin1Constant QOrganizerCollection::KeyColor

The constant key value which identifies the color meta data of a collection.

const QLatin1Constant QOrganizerCollection::KeyDescription

The constant key value which identifies the description meta data of a collection.

const QLatin1Constant QOrganizerCollection::KeyImage

The constant key value which identifies the image meta data of a collection.

const QLatin1Constant QOrganizerCollection::KeyName

The constant key value which identifies the name meta data of a collection.

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); })();
Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 44
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
  7. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 5
Page suivante

Le blog Digia au hasard

Logo

Créer des applications avec un style Metro avec Qt, exemples en QML et C++, un article de Digia Qt traduit par Thibaut Cuvelier

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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