Public Member Functions | Private Member Functions

YAPET::UI::PasswordWidget Class Reference

A password input widget. More...

#include <passwordwidget.h>

Inheritance diagram for YAPET::UI::PasswordWidget:
Inheritance graph
[legend]
Collaboration diagram for YAPET::UI::PasswordWidget:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual int focus () throw (UIException)
 PasswordWidget (int sx, int sy, int w, int ml=512) throw (UIException)
virtual void refresh () throw (UIException)
virtual ~PasswordWidget ()

Private Member Functions

const PasswordWidgetoperator= (const PasswordWidget &)

Detailed Description

Basically the same as InputWidget, but shows asterisks '*' instead of the characters typed by the user.

Definition at line 52 of file passwordwidget.h.


Constructor & Destructor Documentation

PasswordWidget::PasswordWidget ( int  sx,
int  sy,
int  w,
int  ml = 512 
) throw (UIException)

Definition at line 32 of file passwordwidget.cc.

PasswordWidget::~PasswordWidget (  )  [virtual]

Definition at line 35 of file passwordwidget.cc.


Member Function Documentation

int PasswordWidget::focus (  )  throw (UIException) [virtual]
const PasswordWidget& YAPET::UI::PasswordWidget::operator= ( const PasswordWidget  )  [inline, private]

Definition at line 54 of file passwordwidget.h.

void PasswordWidget::refresh (  )  throw (UIException) [virtual]

Reimplemented from YAPET::UI::InputWidget.

Definition at line 108 of file passwordwidget.cc.

References YAPET::UI::InputWidget::getPos(), YAPET::UI::InputWidget::getWidth(), and YAPET::UI::InputWidget::getWindow().

Referenced by PasswordDialog::refresh().

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: