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  · 

QUniqueIdGenerator Class Reference
[QtBaseModule]

The QUniqueIdGenerator class provides a generator of unique identifiers. More...

    #include <QUniqueIdGenerator>

Public Functions

Static Public Members


Detailed Description

The QUniqueIdGenerator class provides a generator of unique identifiers.

The unique identifiers that are generated are 32 bits and are unique within the device they are created upon. If you require an identifier that is unique across multiple devices use QUuid instead.

The identifiers are are generated with a QUuid context identifier and an index. The context should be generated with a program such as uuidgen and represent the data store or context within which the identifier is generated. For example SQL and SIM card storage for QContacts each have their own context. The context is mapped to a 8 bit value allowing for 255 contexts for a single device.

The usual approach to constructing QUniqueIds is:

    QUniqueIdGenerator generator(myContext);
    id = generator.createId();

QUniqueIdGenerator is suitable in cases where you need to generate an average of 100 identifiers a day or less and require a low number of bits when stored. If your program is likely to need more than 100 unique identifiers a day or does not benefit from the low 32bit storage size it is recommended you look at another type of unique id such as QUuid.


Member Function Documentation

QUniqueIdGenerator::QUniqueIdGenerator ( const QUuid & context )

Constructs a QUniqueIdGenerator with the given context. It is recommended that the context be hard coded into your application.

Example:

    QUniqueIdGenerator(QUUid("bd668b78-d892-4345-b0a3-77502d684f06"));

You can generate the context string using the uuidgen program. As there are only 255 available contexts, you should generate the context when developing your application, not as part of the application's execution.

QUniqueIdGenerator::QUniqueIdGenerator ( const QUniqueIdGenerator & other )

Constructs a copy of other.

QUniqueIdGenerator::~QUniqueIdGenerator ()

Destroys the QUniqueIdGenerator.

QUniqueId QUniqueIdGenerator::constructTemporaryId ( uint index )   [static]

Returns an identifier that is valid only within a single application with the given index component. This identifier should not be shared or persisted between different applications or different executions of the same application. This function does not ensure the constructed identifier is not in conflict with past or future QUniqueId objects.

This function is not threadsafe.

QUniqueId QUniqueIdGenerator::constructUniqueId ( uint index )

Returns a identifier with the given index component. Does not ensure the constructed identifier is not in conflict with past or future QUniqueId objects.

See also createUniqueId().

QUniqueId QUniqueIdGenerator::createTemporaryId ()   [static]

Returns a identifier that is valid only within a single application. This identifier should not be shared or persisted between different applications or different executions of the same application.

This function is not threadsafe.

QUniqueId QUniqueIdGenerator::createUniqueId ()

Returns an identifier with the same context component as the generator and an index component that is unique against other identifiers generated with this function for the same context and device.

See also constructUniqueId().

bool QUniqueIdGenerator::isValid () const

Returns true if the generator is valid and can be used to create or construct unique identifers. Otherwise returns false.

This function should only be needed during debugging as only a generator constructed using null QUuids will be invalid.

uint QUniqueIdGenerator::mappedContext ( const QUuid & context )   [static]

Returns a locally mapped integer value for context suitable for efficiently checking if a QUniqueId was generated from an equivalent QUniqueIdGenerator.

See also QUniqueId::mappedContext().

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 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le blog Digia au hasard

Logo

Déploiement d'applications Qt Commercial sur les tablettes Windows 8

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 qtextended4.4
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