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  ·  Fonctions  · 

QTranslatorMessage Class Reference

The QTranslatorMessage class contains a translator message and its properties. More...

#include <qtranslator.h>

List of all member functions.

Public Members

  • QTranslatorMessage ()
  • QTranslatorMessage ( const char * context, const char * sourceText, const char * comment, const QString & translation = QString::null )
  • QTranslatorMessage ( QDataStream & stream )
  • QTranslatorMessage ( const QTranslatorMessage & m )
  • QTranslatorMessage & operator= ( const QTranslatorMessage & m )
  • uint hash () const
  • const char * context () const
  • const char * sourceText () const
  • const char * comment () const
  • void setTranslation ( const QString & translation )
  • QString translation () const
  • enum Prefix { NoPrefix, Hash, HashContext, HashContextSourceText, HashContextSourceTextComment }
  • void write ( QDataStream & stream, bool strip = FALSE, Prefix prefix = HashContextSourceTextComment ) const
  • Prefix commonPrefix ( const QTranslatorMessage & m ) const
  • bool operator== ( const QTranslatorMessage & m ) const
  • bool operator!= ( const QTranslatorMessage & m ) const
  • bool operator< ( const QTranslatorMessage & m ) const
  • bool operator<= ( const QTranslatorMessage & m ) const
  • bool operator> ( const QTranslatorMessage & m ) const
  • bool operator>= ( const QTranslatorMessage & m ) const

Detailed Description

The QTranslatorMessage class contains a translator message and its properties.

This class is of no interest to most applications. It is useful for translation tools such as Qt Linguist. It is provided simply to make the API complete and regular.

For a QTranslator object, a lookup key is a triple (context, source text, comment) that uniquely identifies a message. An extended key is a quadruple (hash, context, source text, comment), where hash is computed from the source text and the comment. Unless you plan to read and write messages yourself, you need not worry about the hash value.

QTranslatorMessage stores this triple or quadruple and the relevant translation if there is any.

See also QTranslator, Environment Classes, and Internationalization with Qt.


Member Type Documentation

QTranslatorMessage::Prefix

Let (h, c, s, m) be the extended key. The possible prefixes are

  • QTranslatorMessage::NoPrefix - no prefix
  • QTranslatorMessage::Hash - only (h)
  • QTranslatorMessage::HashContext - only (h, c)
  • QTranslatorMessage::HashContextSourceText - only (h, c, s)
  • QTranslatorMessage::HashContextSourceTextComment - the whole extended key, (h, c, s, m)

See also write() and commonPrefix().


Member Function Documentation

QTranslatorMessage::QTranslatorMessage ()

Constructs a translator message with the extended key (0, 0, 0, 0) and QString::null as translation.

QTranslatorMessage::QTranslatorMessage ( const char * context, const char * sourceText, const char * comment, const QString & translation = QString::null )

Constructs an translator message with the extended key (h, context, sourceText, comment), where h is computed from sourceText and comment, and possibly with a translation.

QTranslatorMessage::QTranslatorMessage ( QDataStream & stream )

Constructs a translator message read from the stream. The resulting message may have any combination of content.

See also QTranslator::save().

QTranslatorMessage::QTranslatorMessage ( const QTranslatorMessage & m )

Constructs a copy of translator message m.

const char * QTranslatorMessage::comment () const

Returns the comment for this message (e.g. "File|Save").

Prefix QTranslatorMessage::commonPrefix ( const QTranslatorMessage & m ) const

Returns the widest lookup prefix that is common to this translator message and to message m.

For example, if the extended key is for this message is (71, "PrintDialog", "Yes", "Print?") and that for m is (71, "PrintDialog", "No", "Print?"), this function returns HashContext.

See also write().

const char * QTranslatorMessage::context () const

Returns the context for this message (e.g. "MyDialog").

uint QTranslatorMessage::hash () const

Returns the hash value used internally to represent the lookup key. This value is zero only if this translator message was constructed from a stream containing invalid data.

The hashing function is unspecified, but it will remain unchanged in future versions of Qt.

bool QTranslatorMessage::operator!= ( const QTranslatorMessage & m ) const

Returns TRUE if the extended key of this object is different from that of m; otherwise returns FALSE.

bool QTranslatorMessage::operator< ( const QTranslatorMessage & m ) const

Returns TRUE if the extended key of this object is lexicographically before than that of m; otherwise returns FALSE.

bool QTranslatorMessage::operator<= ( const QTranslatorMessage & m ) const

Returns TRUE if the extended key of this object is lexicographically before that of m or if they are equal; otherwise returns FALSE.

QTranslatorMessage & QTranslatorMessage::operator= ( const QTranslatorMessage & m )

Assigns message m to this translator message and returns a reference to this translator message.

bool QTranslatorMessage::operator== ( const QTranslatorMessage & m ) const

Returns TRUE if the extended key of this object is equal to that of m; otherwise returns FALSE.

bool QTranslatorMessage::operator> ( const QTranslatorMessage & m ) const

Returns TRUE if the extended key of this object is lexicographically after that of m; otherwise returns FALSE.

bool QTranslatorMessage::operator>= ( const QTranslatorMessage & m ) const

Returns TRUE if the extended key of this object is lexicographically after that of m or if they are equal; otherwise returns FALSE.

void QTranslatorMessage::setTranslation ( const QString & translation )

Sets the translation of the source text to translation.

See also translation().

const char * QTranslatorMessage::sourceText () const

Returns the source text of this message (e.g. "&Save").

QString QTranslatorMessage::translation () const

Returns the translation of the source text (e.g., "&Sauvegarder").

See also setTranslation().

void QTranslatorMessage::write ( QDataStream & stream, bool strip = FALSE, Prefix prefix = HashContextSourceTextComment ) const

Writes this translator message to the stream. If strip is FALSE (the default), all the information in the message is written. If strip is TRUE, only the part of the extended key specified by prefix is written with the translation (HashContextSourceTextComment by default).

See also commonPrefix().


This file is part of the Qt toolkit. Copyright © 1995-2005 Trolltech. All Rights Reserved.

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 Qt Developer Network au hasard

Logo

Compiler l'add-in Qt de Visual Studio

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. 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 3.3
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