YAPETUI::PasswordWidget Class Reference

A password input widget. More...

#include <passwordwidget.h>

Inheritance diagram for YAPETUI::PasswordWidget:

YAPETUI::InputWidget

List of all members.

Public Member Functions

 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 50 of file passwordwidget.h.


Constructor & Destructor Documentation

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

Definition at line 24 of file passwordwidget.cc.

PasswordWidget::~PasswordWidget (  )  [virtual]

Definition at line 27 of file passwordwidget.cc.


Member Function Documentation

const PasswordWidget& YAPETUI::PasswordWidget::operator= ( const PasswordWidget  )  [inline, private]

Definition at line 52 of file passwordwidget.h.

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

Reimplemented from YAPETUI::InputWidget.

Definition at line 32 of file passwordwidget.cc.

References YAPETUI::InputWidget::getPos(), YAPETUI::InputWidget::getWidth(), and YAPETUI::InputWidget::getWindow().

Referenced by PasswordDialog::refresh().


The documentation for this class was generated from the following files:
Generated on Wed Feb 27 16:15:42 2008 for YAPET by  doxygen 1.5.4