KWritePermsIcon Class Reference
Auth icon for write permission display. More...
#include <kauthicon.h>
Inheritance diagram for KWritePermsIcon:


| Public Slots | |
| void | updateStatus () | 
| Public Member Functions | |
| KWritePermsIcon (const QString &fileName, QWidget *parent=0, const char *name=0) | |
| bool | status () const | 
| void | setFileName (const QString &fileName) | 
| Protected Member Functions | |
| virtual void | virtual_hook (int id, void *data) | 
| Protected Attributes | |
| bool | writable | 
| QFileInfo | fi | 
Detailed Description
Auth icon for write permission display.
- See also:
- KAuthIcon
- Author:
- Preston Brown <pbrown@kde.org>
Definition at line 131 of file kauthicon.h.
Member Function Documentation
| 
 | 
| 
 
 Implements KAuthIcon. Definition at line 141 of file kauthicon.h. | 
| 
 | 
| make the icon watch a new filename. 
 
 Definition at line 147 of file kauthicon.h. References QFileInfo::setFile(), and updateStatus(). | 
| 
 | 
| Re-implement this method if you want the icon to update itself when something external has changed (i.e. a file on disk, uid/gid). Implements KAuthIcon. Definition at line 182 of file kauthicon.cpp. References KAuthIcon::authChanged(), QFileInfo::isWritable(), QLabel::setPixmap(), QLabel::setText(), and QWidget::update(). Referenced by setFileName(). | 
The documentation for this class was generated from the following files:

