#include <LoginDialog.h>
Inheritance diagram for LoginDialog:


Public Member Functions | |
| LoginDialog (Surface *) | |
| ~LoginDialog () | |
| void | OnEvent (surface_event_t *) |
| void | Draw () |
| void | UpdateData (bool dlg2vars=true) |
Private Attributes | |
| Static | m_st1 |
| Edit | m_login |
| Static | m_st2 |
| Edit | m_passwd |
| Button | m_ok |
| Button | m_cancel |
|
|
Definition at line 35 of file LoginDialog.cpp. References LoginDialog(), m_cancel, m_login, m_ok, m_passwd, m_st1, m_st2, and UpdateData(). Referenced by LoginDialog().
|
|
|
Definition at line 71 of file LoginDialog.cpp.
|
|
|
Definition at line 103 of file LoginDialog.cpp.
|
|
|
Definition at line 76 of file LoginDialog.cpp. References FormSurface::GetForm(), m_cancel, m_ok, OnEvent(), and UpdateData(). Referenced by OnEvent().
|
|
|
Definition at line 112 of file LoginDialog.cpp. References DEB, FormSurface::GetForm(), m_login, m_passwd, and UpdateData(). Referenced by LoginDialog(), OnEvent(), and UpdateData().
|
|
|
Definition at line 52 of file LoginDialog.h. Referenced by LoginDialog(), and OnEvent(). |
|
|
Definition at line 48 of file LoginDialog.h. Referenced by LoginDialog(), and UpdateData(). |
|
|
Definition at line 51 of file LoginDialog.h. Referenced by LoginDialog(), and OnEvent(). |
|
|
Definition at line 50 of file LoginDialog.h. Referenced by LoginDialog(), and UpdateData(). |
|
|
Definition at line 47 of file LoginDialog.h. Referenced by LoginDialog(). |
|
|
Definition at line 49 of file LoginDialog.h. Referenced by LoginDialog(). |
1.3.6