Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KPasswordEdit Class Reference

A safe password input widget. More...

#include <kpassdlg.h>

List of all members.

Public Slots

virtual void insert (const QString &)

Public Methods

 KPasswordEdit (QWidget *parent=0, const char *name=0)
 KPasswordEdit (EchoMode echoMode, QWidget *parent, const char *name)
 KPasswordEdit (QWidget *parent, const char *name, int echoMode)
 ~KPasswordEdit ()
const char * password () const
void erase ()


Detailed Description

A safe password input widget.

Author:
Geert Jansen <geertj@kde.org>
The widget uses the user's global "echo mode" setting.

Definition at line 38 of file kpassdlg.h.


Constructor & Destructor Documentation

KPasswordEdit::KPasswordEdit QWidget *    parent = 0,
const char *    name = 0
 

Constructs a password input widget using the user's global "echo mode" setting.

KPasswordEdit::KPasswordEdit EchoMode    echoMode,
QWidget *    parent,
const char *    name
 

Constructs a password input widget using echoMode as "echo mode".

Version:
New in 3.0

KPasswordEdit::KPasswordEdit QWidget *    parent,
const char *    name,
int    echoMode
 

Deprecated:
, may be removed in KDE 4.0 Creates a password input widget using echoMode as "echo mode".

KPasswordEdit::~KPasswordEdit  
 

Destructs the widget.


Member Function Documentation

void KPasswordEdit::erase  
 

Erases the current password.

virtual void KPasswordEdit::insert const QString &    [virtual, slot]
 

Reimplementation

const char* KPasswordEdit::password   const [inline]
 

Returns the password. The memory is freed in the destructor so you should make a copy.

Definition at line 69 of file kpassdlg.h.

Referenced by KPasswordDialog::password().


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:20 2003 for kdelibs by doxygen1.2.18