Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Constant | Value |
---|---|
QFileInfo::ReadOwner | QFile::ReadOwner |
QFileInfo::WriteOwner | QFile::WriteOwner |
QFileInfo::ExeOwner | QFile::ExeOwner |
QFileInfo::ReadUser | QFile::ReadUser |
QFileInfo::WriteUser | QFile::WriteUser |
QFileInfo::ExeUser | QFile::ExeUser |
QFileInfo::ReadGroup | QFile::ReadGroup |
QFileInfo::WriteGroup | QFile::WriteGroup |
QFileInfo::ExeGroup | QFile::ExeGroup |
QFileInfo::ReadOther | QFile::ReadOther |
QFileInfo::WriteOther | QFile::WriteOther |
QFileInfo::ExeOther | QFile::ExeOther |
The PermissionSpec type is a typedef for QFlags<Permission>. It stores an OR combination of Permission values.
Use absoluteFilePath() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use completeBaseName() or the baseName() overload that takes no parameters instead.
Use makeAbsolute() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use absoluteDir() or the dir() overload that takes no parameters instead.
Returns the path (which may be relative). If absPath is true, returns the absolute path, i.e., from the root.
Use completeSuffix() or suffix() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use permission() instead.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |