org.kde.koala
public class KWritePermsIcon extends KAuthIcon
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 | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
String | fileName()
return the filename of the currently watched file. |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | setFileName(String fileName)
make the icon watch a new filename. |
boolean | status() |
void | updateStatus() |
UNKNOWN: return the filename of the currently watched file.
Parameters: fileName the new file to monitor / display status for.
UNKNOWN: make the icon watch a new filename.
Returns: whether or not the monitored file is writable.
UNKNOWN: