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  · 

QSourceLocation Class Reference

The QSourceLocation class identifies a location in a resource by URI, line, and column. More...

 #include <QSourceLocation>

Note: All functions in this class are reentrant.

This class was introduced in Qt 4.4.

Public Functions

QSourceLocation ()
QSourceLocation ( const QSourceLocation & other )
QSourceLocation ( const QUrl & u, int l = -1, int c = -1 )
~QSourceLocation ()
qint64 column () const
bool isNull () const
qint64 line () const
void setColumn ( qint64 newColumn )
void setLine ( qint64 newLine )
void setUri ( const QUrl & newUri )
QUrl uri () const
bool operator!= ( const QSourceLocation & other ) const
QSourceLocation & operator= ( const QSourceLocation & other )
bool operator== ( const QSourceLocation & other ) const

Related Non-Members

uint qHash ( const QSourceLocation & location )
QDebug operator<< ( QDebug debug, const QSourceLocation & sourceLocation )

Detailed Description

The QSourceLocation class identifies a location in a resource by URI, line, and column.

QSourceLocation is a simple value based class that has three properties, uri(), line(), and column(), that, taken together, identify a certain point in a resource, e.g., a file or an in-memory document.

line() and column() refer to character counts (not byte counts), and they both start from 1, as opposed to 0.

Member Function Documentation

QSourceLocation::QSourceLocation ()

Construct a QSourceLocation that doesn't identify anything at all.

For a default constructed QSourceLocation(), isNull() returns true.

QSourceLocation::QSourceLocation ( const QSourceLocation & other )

Constructs a QSourceLocation that is a copy of other.

QSourceLocation::QSourceLocation ( const QUrl & u, int l = -1, int c = -1 )

Constructs a QSourceLocation with URI u, line l and column c.

QSourceLocation::~QSourceLocation ()

Destructor.

qint64 QSourceLocation::column () const

Returns the current column number. The column number refers to the count of characters, not bytes. The first column is column 1, not 0. The default value is -1, indicating the column number is unknown.

See also setColumn().

bool QSourceLocation::isNull () const

Returns true if this QSourceLocation doesn't identify anything.

For a default constructed QSourceLocation, this function returns true. The same applies for any other QSourceLocation whose uri() is invalid.

qint64 QSourceLocation::line () const

Returns the current line number. The first line number is 1, not 0. The default value is -1, indicating the line number is unknown.

See also setLine().

void QSourceLocation::setColumn ( qint64 newColumn )

Sets the column number to newColumn. 0 is an invalid column number. The first column number is 1.

See also column().

void QSourceLocation::setLine ( qint64 newLine )

Sets the line number to newLine. 0 is an invalid line number. The first line number is 1.

See also line().

void QSourceLocation::setUri ( const QUrl & newUri )

Sets the URI to newUri.

See also uri().

QUrl QSourceLocation::uri () const

Returns the resource that this QSourceLocation refers to. For example, the resource could be a file in the local file system, if the URI scheme is file.

See also setUri().

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

Returns the opposite of applying operator==() for this QXmlName and other.

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

Assigns this QSourceLocation instance to other.

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

Returns true if this QSourceLocation is identical to other.

Two QSourceLocation instances are equal if their uri(), line() and column() are equal.

QSourceLocation instances for which isNull() returns true are considered equal.

Related Non-Members

uint qHash ( const QSourceLocation & location )

Computes a hash key for the QSourceLocation location.

This function was introduced in Qt 4.4.

QDebug operator<< ( QDebug debug, const QSourceLocation & sourceLocation )

Prints sourceLocation to the debug stream debug.

This function was introduced in Qt 4.4.

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

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