class KWritePermsIcon

Auth icon for write permission display. More...

Definition#include <kauthicon.h>
InheritsKAuthIcon
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Protected Members


Detailed Description

Auth icon for write permission display.

 KWritePermsIcon (QString fileName, QWidget *parent = 0, const char *name = 0)

KWritePermsIcon ()

bool  status ()

[const]

Returns: whether or not the monitored file is writable.

Reimplemented from KAuthIcon.

void  setFileName (QString fileName)

make the icon watch a new filename.

Parameters:
fileNamethe new file to monitor / display status for.

void  updateStatus ()

[slot]

Reimplemented from KAuthIcon.

bool writable

[protected]

QFileInfo fi

[protected]