Home
·
All Classes
·
Modules
QUrlInfo Class Reference
[
QtNetwork
module]
Types
enum
PermissionSpec
{ ReadOwner, WriteOwner, ExeOwner, ReadGroup, ..., ExeOther }
Methods
__init__
(
self
)
__init__
(
self
, QUrlInfo)
__init__
(
self
, QString, int, QString, QString, int, QDateTime, QDateTime, bool, bool, bool, bool, bool, bool)
__init__
(
self
, QUrl, int, QString, QString, int, QDateTime, QDateTime, bool, bool, bool, bool, bool, bool)
QString
group
(
self
)
bool
isDir
(
self
)
bool
isExecutable
(
self
)
bool
isFile
(
self
)
bool
isReadable
(
self
)
bool
isSymLink
(
self
)
bool
isValid
(
self
)
bool
isWritable
(
self
)
QDateTime
lastModified
(
self
)
QDateTime
lastRead
(
self
)
QString
name
(
self
)
QString
owner
(
self
)
int
permissions
(
self
)
setDir
(
self
, bool)
setFile
(
self
, bool)
setGroup
(
self
, QString)
setLastModified
(
self
, QDateTime)
setLastRead
(
self
, QDateTime)
setName
(
self
, QString)
setOwner
(
self
, QString)
setPermissions
(
self
, int)
setReadable
(
self
, bool)
setSize
(
self
, int)
setSymLink
(
self
, bool)
setWritable
(
self
, bool)
int
size
(
self
)
Static Methods
bool
equal
(QUrlInfo, QUrlInfo, int)
bool
greaterThan
(QUrlInfo, QUrlInfo, int)
bool
lessThan
(QUrlInfo, QUrlInfo, int)
Special Methods
bool
__eq__
(
self
, QUrlInfo)
bool
__ne__
(
self
, QUrlInfo)
Detailed Description
Type Documentation
QUrlInfo.PermissionSpec
Method Documentation
QUrlInfo.__init__ (
self
)
QUrlInfo.__init__ (
self
,
QUrlInfo
)
QUrlInfo.__init__ (
self
, QString, int, QString, QString, int,
QDateTime
,
QDateTime
, bool, bool, bool, bool, bool, bool)
QUrlInfo.__init__ (
self
,
QUrl
, int, QString, QString, int,
QDateTime
,
QDateTime
, bool, bool, bool, bool, bool, bool)
bool QUrlInfo.equal (
QUrlInfo
,
QUrlInfo
, int)
bool QUrlInfo.greaterThan (
QUrlInfo
,
QUrlInfo
, int)
QString QUrlInfo.group (
self
)
bool QUrlInfo.isDir (
self
)
bool QUrlInfo.isExecutable (
self
)
bool QUrlInfo.isFile (
self
)
bool QUrlInfo.isReadable (
self
)
bool QUrlInfo.isSymLink (
self
)
bool QUrlInfo.isValid (
self
)
bool QUrlInfo.isWritable (
self
)
QDateTime
QUrlInfo.lastModified (
self
)
QDateTime
QUrlInfo.lastRead (
self
)
bool QUrlInfo.lessThan (
QUrlInfo
,
QUrlInfo
, int)
QString QUrlInfo.name (
self
)
QString QUrlInfo.owner (
self
)
int QUrlInfo.permissions (
self
)
QUrlInfo.setDir (
self
, bool)
QUrlInfo.setFile (
self
, bool)
QUrlInfo.setGroup (
self
, QString)
QUrlInfo.setLastModified (
self
,
QDateTime
)
QUrlInfo.setLastRead (
self
,
QDateTime
)
QUrlInfo.setName (
self
, QString)
QUrlInfo.setOwner (
self
, QString)
QUrlInfo.setPermissions (
self
, int)
QUrlInfo.setReadable (
self
, bool)
QUrlInfo.setSize (
self
, int)
QUrlInfo.setSymLink (
self
, bool)
QUrlInfo.setWritable (
self
, bool)
int QUrlInfo.size (
self
)
bool QUrlInfo.__eq__ (
self
,
QUrlInfo
)
bool QUrlInfo.__ne__ (
self
,
QUrlInfo
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0