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  ·  Classes  ·  Annotées  ·  Hiérarchie  ·  Fonctions  ·  Structure  · 

QUrlInfo Class Reference


#include <qurlinfo.h>

List of all member functions.

Public Members

  • QUrlInfo () 
  • QUrlInfo ( const QUrlOperator & path, const QString & file ) 
  • QUrlInfo ( const QUrlInfo & ui ) 
  • QUrlInfo ( const QString & name, int permissions, const QString & owner, const QString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) 
  • QUrlInfo ( const QUrl & url, int permissions, const QString & owner, const QString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable ) 
  • QUrlInfo& operator= ( const QUrlInfo & ui ) 
  • virtual ~QUrlInfo () 
  • virtual void setName ( const QString & name ) 
  • virtual void setDir ( bool b ) 
  • virtual void setFile ( bool b ) 
  • virtual void setSymLink ( bool b ) 
  • virtual void setOwner ( const QString & s ) 
  • virtual void setGroup ( const QString & s ) 
  • virtual void setSize ( uint s ) 
  • virtual void setWritable ( bool b ) 
  • virtual void setReadable ( bool b ) 
  • virtual void setPermissions ( int p ) 
  • virtual void setLastModified ( const QDateTime & dt ) 
  • QString name () const
  • int permissions () const
  • QString owner () const
  • QString group () const
  • uint size () const
  • QDateTime lastModified () const
  • QDateTime lastRead () const
  • bool isDir () const
  • bool isFile () const
  • bool isSymLink () const
  • bool isWritable () const
  • bool isReadable () const
  • bool isExecutable () const
  • bool operator== ( const QUrlInfo & i ) const

Static Public Members

  • bool greaterThan ( const QUrlInfo & i1, const QUrlInfo & i2, int sortBy ) 
  • bool lessThan ( const QUrlInfo & i1, const QUrlInfo & i2, int sortBy ) 
  • bool equal ( const QUrlInfo & i1, const QUrlInfo & i2, int sortBy ) 

Detailed Description

This class is just a container for storing information about a URLs. That's why all informations have to be passed in the constructor.

Member Function Documentation

QUrlInfo::QUrlInfo ()

Constructs an empty QUrlInfo object with default values.

QUrlInfo::QUrlInfo ( const QString & name, int permissions, const QString & owner, const QString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )

Constructs a QUrlInfo object by specifying all information of the URL.

QUrlInfo::QUrlInfo ( const QUrl & url, int permissions, const QString & owner, const QString & group, uint size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable )

Constructs a QUrlInfo object by specifying all information of the URL.

QUrlInfo::QUrlInfo ( const QUrlOperator & path, const QString & file )

Constructs a QUrlInfo object with information about the file file in the path. This constructor tries to find the infos about file, which should be stored in the QUrlOperator path. If this is not the case, an empty QUrlInfo object is created.

QUrlInfo::QUrlInfo ( const QUrlInfo & ui )

Copy constructor.

QUrlInfo::~QUrlInfo () [virtual]

Destructor.

bool QUrlInfo::equal ( const QUrlInfo & i1, const QUrlInfo & i2, int sortBy ) [static]

Returns TRUE if u1 is equal u2, else FALSE. The objects are compared by the value, which is specified by sortBy. This has to be one of QDir::Name, QDir::Time and QDir::Size.

bool QUrlInfo::greaterThan ( const QUrlInfo & i1, const QUrlInfo & i2, int sortBy ) [static]

Returns TRUE if u1 is greater than u2, else FALSE. The objects are compared by the value, which is specified by sortBy. This has to be one of QDir::Name, QDir::Time and QDir::Size.

QString QUrlInfo::group () const

Returns the group of the URL.

bool QUrlInfo::isDir () const

Returns TRUE, if the URL is a directory, else FALSE.

bool QUrlInfo::isExecutable () const

Returns TRUE, if the URL is executable, else FALSE.

bool QUrlInfo::isFile () const

Returns TRUE, if the URL is a file, else FALSE.

bool QUrlInfo::isReadable () const

Returns TRUE, if the URL is readable , else FALSE.

bool QUrlInfo::isSymLink () const

Returns TRUE, if the URL is a symbolic link, else FALSE.

bool QUrlInfo::isWritable () const

Returns TRUE, if the URL is writable, else FALSE.

QDateTime QUrlInfo::lastModified () const

Returns the last modification date of the URL.

QDateTime QUrlInfo::lastRead () const

Returns the date at which the URL was read the last time.

bool QUrlInfo::lessThan ( const QUrlInfo & i1, const QUrlInfo & i2, int sortBy ) [static]

Returns TRUE if u1 is less than u2, else FALSE. The objects are compared by the value, which is specified by sortBy. This has to be one of QDir::Name, QDir::Time and QDir::Size.

QString QUrlInfo::name () const

Returns the filename of the URL.

QUrlInfo & QUrlInfo::operator= ( const QUrlInfo & ui )

Assings the values of ui to this QUrlInfo object.

bool QUrlInfo::operator== ( const QUrlInfo & i ) const

Compares this QUrlInfo with i and returns TRUE if they are equal, else FALSE.

QString QUrlInfo::owner () const

Returns the owner of the URL.

int QUrlInfo::permissions () const

Returns the permissions of the URL.

void QUrlInfo::setDir ( bool b ) [virtual]

Specifies if the URL is a directory.

void QUrlInfo::setFile ( bool b ) [virtual]

Specifies if the URL is a file.

void QUrlInfo::setGroup ( const QString & s ) [virtual]

Sets the group if the URL to s.

void QUrlInfo::setLastModified ( const QDateTime & dt ) [virtual]

Sets the last modification date of the URL to dt.

void QUrlInfo::setName ( const QString & name ) [virtual]

Sets the filename or the URL.

void QUrlInfo::setOwner ( const QString & s ) [virtual]

Sets the owner of the URL to s.

void QUrlInfo::setPermissions ( int p ) [virtual]

Sets the permissions of the URL to p.

void QUrlInfo::setReadable ( bool b ) [virtual]

Specifies if the URL is readable.

void QUrlInfo::setSize ( uint s ) [virtual]

Sets the size of the URL to s.

void QUrlInfo::setSymLink ( bool b ) [virtual]

Specifies if the URL is a symbolic link.

void QUrlInfo::setWritable ( bool b ) [virtual]

Specifies if the URL is writable.

uint QUrlInfo::size () const

Returns the size of the URL.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


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 94
  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. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 45
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 6
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Developer Network au hasard

Logo

Installation de PySide : binaires et compilation

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