org.kde.qt
public class QFileInfo extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | ExeGroup |
| static int | ExeOther |
| static int | ExeOwner |
| static int | ExeUser |
| static int | ReadGroup |
| static int | ReadOther |
| static int | ReadOwner |
| static int | ReadUser |
| static int | WriteGroup |
| static int | WriteOther |
| static int | WriteOwner |
| static int | WriteUser |
| Constructor Summary | |
|---|---|
| protected | QFileInfo(Class dummy) |
| QFileInfo() | |
| QFileInfo(String file) | |
| QFileInfo(QFile arg1) | |
| QFileInfo(QDir arg1, String fileName) | |
| QFileInfo(QFileInfo arg1) | |
| Method Summary | |
|---|---|
| String | absFilePath() |
| String | baseName(boolean complete) |
| String | baseName() |
| boolean | caching() |
| boolean | convertToAbs() |
| Calendar | created() |
| QDir | dir(boolean absPath) |
| QDir | dir() |
| String | dirPath(boolean absPath) |
| String | dirPath() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | exists() |
| String | extension(boolean complete) |
| String | extension() |
| String | fileName() |
| String | filePath() |
| protected void | finalize() Deletes the wrapped C++ instance |
| String | group() |
| int | groupId() |
| boolean | isDir() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isExecutable() |
| boolean | isFile() |
| boolean | isHidden() |
| boolean | isReadable() |
| boolean | isRelative() |
| boolean | isSymLink() |
| boolean | isWritable() |
| Calendar | lastModified() |
| Calendar | lastRead() |
| String | owner() |
| int | ownerId() |
| boolean | permission(int permissionSpec) |
| String | readLink() |
| void | refresh() |
| void | setCaching(boolean arg1) |
| void | setFile(String file) |
| void | setFile(QFile arg1) |
| void | setFile(QDir arg1, String fileName) |
| long | size() |