java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QFileInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
System-independent file information
Java wrapper for Qt class QFileInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQFileInfo(QFileDevice file) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QDirfinal Stringfinal Stringfinal StringbaseName()final QDateTimefinal Stringfinal booleancaching()final Stringfinal Stringclone()final Stringfinal Stringfinal QDirdir()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final booleanexists()static booleanfinal StringfileName()final StringfilePath()final QDateTimefileTime(QFileDevice.FileTime time) final Stringgroup()final intgroupId()inthashCode()final booleanfinal booleanisBundle()final booleanisDir()final booleanfinal booleanisFile()final booleanisHidden()final booleanfinal booleanfinal booleanfinal booleanfinal booleanisRoot()final booleanfinal booleanfinal booleanfinal booleanfinal Stringfinal QDateTimefinal QDateTimelastRead()final booleanfinal QDateTimefinal Stringowner()final intownerId()final Stringpath()final booleanpermission(QFileDevice.Permission... permissions) Overloaded function forpermission(io.qt.core.QFileDevice.Permissions).final booleanpermission(QFileDevice.Permissions permissions) final QFileDevice.Permissionsfinal voidrefresh()final voidsetCaching(boolean on) final voidfinal voidsetFile(QFileDevice file) final voidfinal longsize()final voidstat()final Stringsuffix()final voidfinal StringtoString()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QFileInfo
public QFileInfo() -
QFileInfo
-
QFileInfo
-
QFileInfo
-
QFileInfo
-
QFileInfo
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
absoluteDir
-
absoluteFilePath
-
absolutePath
-
baseName
-
birthTime
-
bundleName
-
caching
-
canonicalFilePath
-
canonicalPath
-
completeBaseName
-
completeSuffix
-
dir
-
exists
-
fileName
-
filePath
-
fileTime
-
group
-
groupId
-
isAbsolute
-
isBundle
-
isDir
-
isExecutable
-
isFile
-
isHidden
-
isJunction
-
isNativePath
-
isReadable
-
isRelative
-
isRoot
-
isShortcut
-
isSymLink
-
isSymbolicLink
-
isWritable
-
junctionTarget
-
lastModified
-
lastRead
-
makeAbsolute
-
metadataChangeTime
-
owner
-
ownerId
-
path
-
permission
Overloaded function for
permission(io.qt.core.QFileDevice.Permissions). -
permission
-
permissions
-
refresh
-
setCaching
-
setFile
-
setFile
-
setFile
-
size
-
stat
-
suffix
-
swap
-
symLinkTarget
-
exists
-
equals
Description copied from class:QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-