Collaboration diagram for PinDialog:

Signals | |
| void | passwordEntered (const QString &) |
| emitted when we press the Enter button | |
| void | skip () |
| emitted when we press the Skip button | |
Public Member Functions | |
| PinDialog (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| Constructs a PinDialog widget, and initializes things. | |
| ~PinDialog () | |
| nothing to do | |
| void | clear () |
| void | setPrompt (const QString &) |
Protected Member Functions | |
| bool | eventFilter (QObject *, QEvent *) |
| Record the pressed numbers, and the Skip and Enter commands. | |
Private Member Functions | |
| void | input (QString) |
Private Attributes | |
| QString | text |
Friends | |
| class | PinPlugin |
Inherits the PinDialogBase class defined originally in pinDialogBase.ui interface file.
http://dudu.dyn.2-h.org/opiedoxydoc/library_2password_8cpp-source.html
Definition at line 56 of file pin.cpp.
|
||||||||||||||||
|
Constructs a PinDialog widget, and initializes things.
|
|
|
nothing to do
|
|
|
Definition at line 148 of file pin.cpp. Referenced by PinDlg::reset(). |
|
||||||||||||
|
Record the pressed numbers, and the Skip and Enter commands.
Definition at line 119 of file pin.cpp. References FALSE, input(), isSkip, l, passwordEntered(), skip(), text, and TRUE. |
|
|
Definition at line 137 of file pin.cpp. References text. Referenced by clear(), and eventFilter(). |
|
|
emitted when we press the Enter button
Referenced by eventFilter(). |
|
|
Definition at line 143 of file pin.cpp. Referenced by PinPlugin::getPIN(). |
|
|
emitted when we press the Skip button
Referenced by eventFilter(). |
|
|
|
|
|
Definition at line 79 of file pin.cpp. Referenced by PinPlugin::authenticate(), clear(), eventFilter(), PinPlugin::getPIN(), and input(). |
1.4.2