kget
bt::AuthenticationMonitor Class Reference
#include <authenticationmonitor.h>
Detailed Description
Monitors ongoing authentication attempts. This class is a singleton.
Definition at line 41 of file authenticationmonitor.h.
Public Member Functions | |
| void | add (AuthenticateBase *s) |
| void | clear () |
| void | remove (AuthenticateBase *s) |
| void | update () |
| virtual | ~AuthenticationMonitor () |
Static Public Member Functions | |
| static AuthenticationMonitor & | instance () |
Constructor & Destructor Documentation
| bt::AuthenticationMonitor::~AuthenticationMonitor | ( | ) | [virtual] |
Definition at line 43 of file authenticationmonitor.cpp.
Member Function Documentation
| void bt::AuthenticationMonitor::add | ( | AuthenticateBase * | s | ) |
Add a new AuthenticateBase object.
- Parameters:
-
s
Definition at line 61 of file authenticationmonitor.cpp.
| void bt::AuthenticationMonitor::clear | ( | ) |
Clear all AuthenticateBase objects, also delets them.
Definition at line 48 of file authenticationmonitor.cpp.
| static AuthenticationMonitor& bt::AuthenticationMonitor::instance | ( | ) | [inline, static] |
Definition at line 76 of file authenticationmonitor.h.
| void bt::AuthenticationMonitor::remove | ( | AuthenticateBase * | s | ) |
Remove an AuthenticateBase object.
- Parameters:
-
s
Definition at line 66 of file authenticationmonitor.cpp.
| void bt::AuthenticationMonitor::update | ( | ) |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference