org.kde.qt

Class QFileInfo

public class QFileInfo extends Object implements QtSupport

Field Summary
static intExeGroup
static intExeOther
static intExeOwner
static intExeUser
static intReadGroup
static intReadOther
static intReadOwner
static intReadUser
static intWriteGroup
static intWriteOther
static intWriteOwner
static intWriteUser
Constructor Summary
protected QFileInfo(Class dummy)
QFileInfo()
QFileInfo(String file)
QFileInfo(QFile arg1)
QFileInfo(QDir arg1, String fileName)
QFileInfo(QFileInfo arg1)
Method Summary
StringabsFilePath()
StringbaseName(boolean complete)
StringbaseName()
booleancaching()
booleanconvertToAbs()
Calendarcreated()
QDirdir(boolean absPath)
QDirdir()
StringdirPath(boolean absPath)
StringdirPath()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleanexists()
Stringextension(boolean complete)
Stringextension()
StringfileName()
StringfilePath()
protected voidfinalize()
Deletes the wrapped C++ instance
Stringgroup()
intgroupId()
booleanisDir()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisExecutable()
booleanisFile()
booleanisHidden()
booleanisReadable()
booleanisRelative()
booleanisSymLink()
booleanisWritable()
CalendarlastModified()
CalendarlastRead()
Stringowner()
intownerId()
booleanpermission(int permissionSpec)
StringreadLink()
voidrefresh()
voidsetCaching(boolean arg1)
voidsetFile(String file)
voidsetFile(QFile arg1)
voidsetFile(QDir arg1, String fileName)
longsize()

Field Detail

ExeGroup

public static final int ExeGroup

ExeOther

public static final int ExeOther

ExeOwner

public static final int ExeOwner

ExeUser

public static final int ExeUser

ReadGroup

public static final int ReadGroup

ReadOther

public static final int ReadOther

ReadOwner

public static final int ReadOwner

ReadUser

public static final int ReadUser

WriteGroup

public static final int WriteGroup

WriteOther

public static final int WriteOther

WriteOwner

public static final int WriteOwner

WriteUser

public static final int WriteUser

Constructor Detail

QFileInfo

protected QFileInfo(Class dummy)

QFileInfo

public QFileInfo()

QFileInfo

public QFileInfo(String file)

QFileInfo

public QFileInfo(QFile arg1)

QFileInfo

public QFileInfo(QDir arg1, String fileName)

QFileInfo

public QFileInfo(QFileInfo arg1)

Method Detail

absFilePath

public String absFilePath()

baseName

public String baseName(boolean complete)

baseName

public String baseName()

caching

public boolean caching()

convertToAbs

public boolean convertToAbs()

created

public Calendar created()

dir

public QDir dir(boolean absPath)

dir

public QDir dir()

dirPath

public String dirPath(boolean absPath)

dirPath

public String dirPath()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

exists

public boolean exists()

extension

public String extension(boolean complete)

extension

public String extension()

fileName

public String fileName()

filePath

public String filePath()

finalize

protected void finalize()
Deletes the wrapped C++ instance

group

public String group()

groupId

public int groupId()

isDir

public boolean isDir()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isExecutable

public boolean isExecutable()

isFile

public boolean isFile()

isHidden

public boolean isHidden()

isReadable

public boolean isReadable()

isRelative

public boolean isRelative()

isSymLink

public boolean isSymLink()

isWritable

public boolean isWritable()

lastModified

public Calendar lastModified()

lastRead

public Calendar lastRead()

owner

public String owner()

ownerId

public int ownerId()

permission

public boolean permission(int permissionSpec)

readLink

public String readLink()

refresh

public void refresh()

setCaching

public void setCaching(boolean arg1)

setFile

public void setFile(String file)

setFile

public void setFile(QFile arg1)

setFile

public void setFile(QDir arg1, String fileName)

size

public long size()