org.kde.koala

Class KWritePermsIcon

public class KWritePermsIcon extends KAuthIcon

Auth icon for write permission display.

Author: Preston Brown

See Also: KAuthIcon

UNKNOWN: Auth icon for write permission display.

Constructor Summary
protected KWritePermsIcon(Class dummy)
KWritePermsIcon(String fileName, QWidget parent, String name)
KWritePermsIcon(String fileName, QWidget parent)
KWritePermsIcon(String fileName)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
StringfileName()
return the filename of the currently watched file.
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetFileName(String fileName)
make the icon watch a new filename.
booleanstatus()
voidupdateStatus()

Constructor Detail

KWritePermsIcon

protected KWritePermsIcon(Class dummy)

KWritePermsIcon

public KWritePermsIcon(String fileName, QWidget parent, String name)

KWritePermsIcon

public KWritePermsIcon(String fileName, QWidget parent)

KWritePermsIcon

public KWritePermsIcon(String fileName)

Method Detail

className

public String className()

dispose

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

fileName

public String fileName()
return the filename of the currently watched file.

UNKNOWN: return the filename of the currently watched file.

finalize

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

isDisposed

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

metaObject

public QMetaObject metaObject()

setFileName

public void setFileName(String fileName)
make the icon watch a new filename.

Parameters: fileName the new file to monitor / display status for.

UNKNOWN: make the icon watch a new filename.

status

public boolean status()

Returns: whether or not the monitored file is writable.

UNKNOWN:

updateStatus

public void updateStatus()