kdeui
KRootPermsIcon Class Reference
Icon to show whether or not a user has root permissions. More...
#include <kauthicon.h>
Inheritance diagram for KRootPermsIcon:
Public Slots | |
void | updateStatus () |
Public Member Functions | |
KRootPermsIcon (QWidget *parent=0, const char *name=0) | |
bool | status () const |
~KRootPermsIcon () | |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
bool | root |
Detailed Description
Icon to show whether or not a user has root permissions.
- See also:
- KAuthIcon
Definition at line 103 of file kauthicon.h.
Constructor & Destructor Documentation
KRootPermsIcon::KRootPermsIcon | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 143 of file kauthicon.cpp.
KRootPermsIcon::~KRootPermsIcon | ( | ) |
Definition at line 150 of file kauthicon.cpp.
Member Function Documentation
bool KRootPermsIcon::status | ( | ) | const [inline, virtual] |
return whether or not the current user has root permissions.
Implements KAuthIcon.
Definition at line 114 of file kauthicon.h.
void KRootPermsIcon::updateStatus | ( | ) | [virtual, slot] |
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 154 of file kauthicon.cpp.
void KRootPermsIcon::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Member Data Documentation
bool KRootPermsIcon::root [protected] |
Definition at line 120 of file kauthicon.h.
The documentation for this class was generated from the following files: