#include <passwordwidget.h>
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 PasswordWidget & | operator= (const PasswordWidget &) |
InputWidget
, but shows asterisks '*'
instead of the characters typed by the user.
Definition at line 50 of file passwordwidget.h.
PasswordWidget::PasswordWidget | ( | int | sx, | |
int | sy, | |||
int | w, | |||
int | ml = 512 | |||
) | throw (UIException) |
Definition at line 29 of file passwordwidget.cc.
PasswordWidget::~PasswordWidget | ( | ) | [virtual] |
Definition at line 32 of file passwordwidget.cc.
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 37 of file passwordwidget.cc.
References YAPETUI::InputWidget::getPos(), YAPETUI::InputWidget::getWidth(), and YAPETUI::InputWidget::getWindow().
Referenced by PasswordDialog::refresh().