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  · 

QStringMatcher Class Reference

The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string. More...

 #include <QStringMatcher>

Public Functions

QStringMatcher ()
QStringMatcher ( const QString & pattern, Qt::CaseSensitivity cs = Qt::CaseSensitive )
QStringMatcher ( const QChar * uc, int length, Qt::CaseSensitivity cs = Qt::CaseSensitive )
QStringMatcher ( const QStringMatcher & other )
~QStringMatcher ()
Qt::CaseSensitivity caseSensitivity () const
int indexIn ( const QString & str, int from = 0 ) const
int indexIn ( const QChar * str, int length, int from = 0 ) const
QString pattern () const
void setCaseSensitivity ( Qt::CaseSensitivity cs )
void setPattern ( const QString & pattern )
QStringMatcher & operator= ( const QStringMatcher & other )

Detailed Description

The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string.

This class is useful when you have a sequence of QChars that you want to repeatedly match against some strings (perhaps in a loop), or when you want to search for the same sequence of characters multiple times in the same string. Using a matcher object and indexIn() is faster than matching a plain QString with QString::indexOf() if repeated matching takes place. This class offers no benefit if you are doing one-off string matches.

Create the QStringMatcher with the QString you want to search for. Then call indexIn() on the QString that you want to search.

See also QString, QByteArrayMatcher, and QRegExp.

Member Function Documentation

QStringMatcher::QStringMatcher ()

Constructs an empty string matcher that won't match anything. Call setPattern() to give it a pattern to match.

QStringMatcher::QStringMatcher ( const QString & pattern, Qt::CaseSensitivity cs = Qt::CaseSensitive )

Constructs a string matcher that will search for pattern, with case sensitivity cs.

Call indexIn() to perform a search.

QStringMatcher::QStringMatcher ( const QChar * uc, int length, Qt::CaseSensitivity cs = Qt::CaseSensitive )

Constructs a string matcher that will search for the pattern referred to by uc with the given length and case sensitivity specified by cs.

This function was introduced in Qt 4.5.

QStringMatcher::QStringMatcher ( const QStringMatcher & other )

Copies the other string matcher to this string matcher.

QStringMatcher::~QStringMatcher ()

Destroys the string matcher.

Qt::CaseSensitivity QStringMatcher::caseSensitivity () const

Returns the case sensitivity setting for this string matcher.

See also setCaseSensitivity().

int QStringMatcher::indexIn ( const QString & str, int from = 0 ) const

Searches the string str from character position from (default 0, i.e. from the first character), for the string pattern() that was set in the constructor or in the most recent call to setPattern(). Returns the position where the pattern() matched in str, or -1 if no match was found.

See also setPattern() and setCaseSensitivity().

int QStringMatcher::indexIn ( const QChar * str, int length, int from = 0 ) const

Searches the string starting at str (of length length) from character position from (default 0, i.e. from the first character), for the string pattern() that was set in the constructor or in the most recent call to setPattern(). Returns the position where the pattern() matched in str, or -1 if no match was found.

This function was introduced in Qt 4.5.

See also setPattern() and setCaseSensitivity().

QString QStringMatcher::pattern () const

Returns the string pattern that this string matcher will search for.

See also setPattern().

void QStringMatcher::setCaseSensitivity ( Qt::CaseSensitivity cs )

Sets the case sensitivity setting of this string matcher to cs.

See also caseSensitivity(), setPattern(), and indexIn().

void QStringMatcher::setPattern ( const QString & pattern )

Sets the string that this string matcher will search for to pattern.

See also pattern(), setCaseSensitivity(), and indexIn().

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

Assigns the other string matcher to this string matcher.

Publicit�

Best Of

Actualit�s les plus lues

Semaine
Mois
Ann�e
  1. Microsoft ouvre aux autres compilateurs C++ AMP, la sp�cification pour la conception d'applications parall�les C++ utilisant le GPU 22
  2. Les d�veloppeurs ignorent-ils trop les failles d�couvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. 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
  4. � Quelque chose ne va vraiment pas avec les d�veloppeurs "modernes" �, un d�veloppeur � "l'ancienne" critique la multiplication des biblioth�ques 12
  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. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil d�claratif et extensible pour la compilation de projets Qt 17
  7. Quelles nouveaut�s de C++11 Visual C++ doit-il rapidement int�grer ? Donnez-nous votre avis 10
Page suivante

Le Qt Developer Network au hasard

Logo

Applications mobiles modernes avec Qt et QML

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