The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Network::QUrlInfo

PUBLIC METHODS

QUrlInfo()
QUrlInfo(const QUrlInfo & ui)
QUrlInfo(const QString & name, int permissions, const QString & owner, const QString & group, qint64 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, qint64 size, const QDateTime & lastModified, const QDateTime & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable)
~QUrlInfo()
static bool equal(const QUrlInfo & i1, const QUrlInfo & i2, int sortBy)
static bool greaterThan(const QUrlInfo & i1, const QUrlInfo & i2, int sortBy)
QString group()
bool isDir()
bool isExecutable()
bool isFile()
bool isReadable()
bool isSymLink()
bool isValid()
bool isWritable()
QDateTime lastModified()
QDateTime lastRead()
static bool lessThan(const QUrlInfo & i1, const QUrlInfo & i2, int sortBy)
QString name()
bool operator!=(const QUrlInfo & i)
QUrlInfo & operator=(const QUrlInfo & ui)
bool operator==(const QUrlInfo & i)
QString owner()
int permissions()
void setDir(bool b)
void setFile(bool b)
void setGroup(const QString & s)
void setLastModified(const QDateTime & dt)
void setLastRead(const QDateTime & dt)
void setName(const QString & name)
void setOwner(const QString & s)
void setPermissions(int p)
void setReadable(bool b)
void setSize(qint64 size)
void setSymLink(bool b)
void setWritable(bool b)
qint64 size()

ENUM VALUES

ReadOwner
WriteOwner
ExeOwner
ReadGroup
WriteGroup
ExeGroup
ReadOther
WriteOther
ExeOther

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html