kdeui Library API Documentation

KPasswordEdit Class Reference

A safe password input widget. More...

#include <kpassdlg.h>

Inheritance diagram for KPasswordEdit:

Inheritance graph
[legend]
Collaboration diagram for KPasswordEdit:

Collaboration graph
[legend]
List of all members.

Public Types

enum  EchoModes { OneStar, ThreeStars, NoEcho }

Public Slots

virtual void insert (const QString &)

Public Member Functions

 KPasswordEdit (QWidget *parent=0, const char *name=0)
 KPasswordEdit (EchoMode echoMode, QWidget *parent, const char *name)
 KPasswordEdit (EchoModes echoMode, QWidget *parent, const char *name)
 KPasswordEdit (QWidget *parent, const char *name, int echoMode) KDE_DEPRECATED
 ~KPasswordEdit ()
const char * password () const
void erase ()
void setMaxPasswordLength (int newLength)
int maxPasswordLength () const

Static Public Attributes

const int PassLen = 200

Protected Member Functions

virtual void keyPressEvent (QKeyEvent *)
virtual void focusInEvent (QFocusEvent *e)
virtual bool event (QEvent *e)

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 39 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.

Definition at line 104 of file kpassdlg.cpp.

References KGlobal::config(), KPasswordEdit(), and KConfigBase::readEntry().

Referenced by KPasswordEdit().

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

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

Note that echoMode is a QLineEdit::EchoMode.

Since:
3.0

Definition at line 134 of file kpassdlg.cpp.

References KPasswordEdit().

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

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

Note that echoMode is a KPasswordEdit::EchoModes.

Since:
3.2

Definition at line 128 of file kpassdlg.cpp.

References KPasswordEdit().

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

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

Definition at line 122 of file kpassdlg.cpp.

References KPasswordEdit().

KPasswordEdit::~KPasswordEdit  ) 
 

Destructs the widget.

Definition at line 152 of file kpassdlg.cpp.


Member Function Documentation

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 82 of file kpassdlg.h.

Referenced by KPasswordDialog::slotOk().

void KPasswordEdit::erase  ) 
 

Erases the current password.

Definition at line 176 of file kpassdlg.cpp.

Referenced by KPasswordDialog::clearPassword().

void KPasswordEdit::setMaxPasswordLength int  newLength  ) 
 

Set the current maximum password length.

If a password longer than the limit specified is currently entered, it is truncated accordingly.

The length is capped to lie between 0 and 199 inclusive.

Parameters:
newLength: The new maximum password length
Since:
3.4

Definition at line 279 of file kpassdlg.cpp.

References setMaxPasswordLength().

Referenced by KPasswordDialog::setMaximumPasswordLength(), and setMaxPasswordLength().

int KPasswordEdit::maxPasswordLength  )  const
 

Returns the current maximum password length.

Since:
3.4

Definition at line 292 of file kpassdlg.cpp.

Referenced by insert().

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

Reimplementation.

Reimplemented from QLineEdit.

Definition at line 159 of file kpassdlg.cpp.

References insert(), QCString::length(), QString::local8Bit(), and maxPasswordLength().

Referenced by insert().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdeui Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Apr 12 23:02:54 2005 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003