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  · 

QLatin1Constant Class Reference

The QLatin1Constant class holds a Latin 1 string constant More...

 #include <QLatin1Constant>

Public Functions

const char * latin1 () const
bool operator!= ( const QLatin1Constant & other ) const
bool operator== ( const QLatin1Constant & other ) const

Macros

Q_DECLARE_LATIN1_CONSTANT
Q_DEFINE_LATIN1_CONSTANT

Detailed Description

The QLatin1Constant class holds a Latin 1 string constant

Member Function Documentation

const char * QLatin1Constant::latin1 () const

Returns the value of this literal as a C style string (null terminated).

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

Returns false if this QLatin1Constant is the same as other (either same object or same string literal), and true otherwise.

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

Returns true if this QLatin1Constant is the same as other (either same object or same string literal), and false otherwise.

Macro Documentation

Q_DECLARE_LATIN1_CONSTANT

This macro, along with the related Q_DEFINE_LATIN1_CONSTANT macro, allows you to describe a "Latin 1 string constant".

The resulting constant can be passed to functions accepting a QLatin1String, a QString, or a QVariant.

The first parameter is the name of the variable to declare. The second parameter is the value of the constant, as a string literal.

For example:

 // in a header file
 Q_DECLARE_LATIN1_CONSTANT(MyConstant, "MYCONSTANT");

The declaration should be paired with a matching Q_DEFINE_LATIN1_CONSTANT with the same arguments to actually define the constant.

See also Q_DEFINE_LATIN1_CONSTANT.

Q_DEFINE_LATIN1_CONSTANT

This macro, along with the related Q_DECLARE_LATIN1_CONSTANT macro, allows you to describe a "Latin 1 string constant".

The resulting constant can be passed to functions accepting a QLatin1String, a QString, or a QVariant.

The first parameter is the name of the variable to define. The second parameter is the value of the constant, as a string literal.

For example:

 // in a header file
 Q_DECLARE_LATIN1_CONSTANT(MyConstant, "MYCONSTANT");

 // in source file
 Q_DEFINE_LATIN1_CONSTANT(MyConstant, "MYCONSTANT");

You can use this macro without the matching DECLARE macro if you are using the constant only in a single compilation unit.

See also Q_DECLARE_LATIN1_CONSTANT.

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 64
  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. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. 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
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Introduction

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