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>

This class was introduced in Qt Mobility 1.1.

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

This function was introduced in Qt Mobility 1.1.

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

This function was introduced in Qt Mobility 1.1.

See also setId().

QVariantMap QOrganizerCollection::metaData () const

Returns the meta data of the collection

This function was introduced in Qt Mobility 1.1.

See also setMetaData().

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

Returns the meta data of the collection for the given key

This function was introduced in Qt Mobility 1.1.

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).

This function was introduced in Qt Mobility 1.1.

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.

This function was introduced in Qt Mobility 1.1.

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.

This function was introduced in Qt Mobility 1.1.

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

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

This function was introduced in Qt Mobility 1.1.

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

Assigns this collection to be equal to the other collection

This function was introduced in Qt Mobility 1.1.

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.

This function was introduced in Qt Mobility 1.1.

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.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 26
  2. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 60
  3. Une nouvelle ère d'IHM 3D pour les automobiles, un concept proposé par Digia et implémenté avec Qt 3
  4. Qt Creator 2.5 est sorti en beta, l'EDI supporte maintenant plus de fonctionnalités de C++11 2
  5. PySide devient un add-on Qt et rejoint le Qt Project et le modèle d'open gouvernance 1
  6. Vingt sociétés montrent leurs décodeurs basés sur Qt au IPTV World Forum, en en exploitant diverses facettes (déclaratif, Web, widgets) 0
  7. Thread travailleur avec Qt en utilisant les signaux et les slots, un article de Christophe Dumez traduit par Thibaut Cuvelier 1
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 97
  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 ? 50
  4. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 26
  5. «Le projet de loi des droits du développeur» : quelles conditions doivent remplir les entreprises pour que le développeur puisse réussir ? 57
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Labs au hasard

Logo

Qt et Box2D c'est facile

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. 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.2
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