Public Member Functions | |
| PasswordDialogView (Window *pParent, const String &szCaption, const String &szText, const Rect &rFrame) | |
| ~PasswordDialogView () | |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | OnCommand (const MessageCommand *pMessage) |
| virtual void | OnCancel () |
| virtual void | OnAction () |
| void | SetUsername (const String &szName) |
| void | SetPassword (const String &szPassword) |
| String | GetUsername () |
| String | GetPassword () |
| void | AddCheckBox (const String &szText, bool bSet) |
| bool | GetCheck () |
| void | SetCheck (bool bCheck) |
Classes | |
| class | Private |
| PasswordDialogView::PasswordDialogView | ( | Window * | pParent, | |
| const String & | szCaption, | |||
| const String & | szText, | |||
| const Rect & | rFrame | |||
| ) |
| PasswordDialogView::~PasswordDialogView | ( | ) |
| Point PasswordDialogView::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void PasswordDialogView::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
| void PasswordDialogView::OnCancel | ( | ) | [virtual] |
| void PasswordDialogView::OnAction | ( | ) | [virtual] |
| void PasswordDialogView::SetUsername | ( | const String & | szName | ) |
| void PasswordDialogView::SetPassword | ( | const String & | szPassword | ) |
| String PasswordDialogView::GetUsername | ( | ) |
| String PasswordDialogView::GetPassword | ( | ) |
| void PasswordDialogView::AddCheckBox | ( | const String & | szText, | |
| bool | bSet | |||
| ) |
| bool PasswordDialogView::GetCheck | ( | ) |
| void PasswordDialogView::SetCheck | ( | bool | bCheck | ) |
1.5.1-p1