
Public Member Functions | |
| PasswordDialog (Password &crc, bool _firstTime, bool _cancelAllowed, bool _defaultAllowed, const ASCString &username) | |
| bool | getSuccess () |
| int | RunModal () |
Protected Attributes | |
| bool | firstTime |
| bool | cancelAllowed |
| bool | defaultAllowed |
Definition at line 28 of file pwd_dlg.cpp.
| PasswordDialog::PasswordDialog | ( | Password & | crc, | |
| bool | _firstTime, | |||
| bool | _cancelAllowed, | |||
| bool | _defaultAllowed, | |||
| const ASCString & | username | |||
| ) | [inline] |
Definition at line 103 of file pwd_dlg.cpp.
References cancelAllowed, defaultAllowed, and firstTime.
| bool PasswordDialog::getSuccess | ( | ) | [inline] |
| int PasswordDialog::RunModal | ( | ) | [inline] |
Reimplemented from ASC_PG_Dialog.
Definition at line 150 of file pwd_dlg.cpp.
References ASC_PG_Dialog::RunModal().
Referenced by enterpassword().
bool PasswordDialog::firstTime [protected] |
bool PasswordDialog::cancelAllowed [protected] |
bool PasswordDialog::defaultAllowed [protected] |
1.5.1