#include <albaGUIDialogLogin.h>
|
| albaGUIDialogLogin (const wxString &title, long style=albaCLOSEWINDOW|albaOK|albaCANCEL) |
|
virtual | ~albaGUIDialogLogin () |
|
void | OnEvent (albaEventBase *alba_event) |
|
void | SetUserCredentials (albaString &usename, albaString &pwd, int &proxyFlag, albaString &proxyHost, int &proxyPort, int &remember_me) |
|
albaString & | GetUser () |
|
albaString & | GetPwd () |
|
int | GetProxyFlag () |
|
albaString & | GetProxyHost () |
|
int | GetProxyPort () |
|
void | SetRememberUserCredentials (int remember=1) |
|
int | GetRememberUserCredentials () |
|
| albaGUIDialog (const wxString &title, long style=albaCLOSEWINDOW|albaRESIZABLE|albaCLOSE) |
|
virtual | ~albaGUIDialog () |
|
void | SetListener (albaObserver *Listener) |
|
void | OnEvent (albaEventBase *alba_event) |
|
void | Add (wxWindow *window, int option=0, int flag=wxEXPAND, int border=0) |
|
void | Add (albaGUI *window, int option=0, int flag=wxEXPAND, int border=0) |
|
void | Add (wxSizer *sizer, int option=0, int flag=wxEXPAND, int border=0) |
|
bool | Remove (wxWindow *window) |
|
bool | Remove (wxSizer *sizer) |
|
int | ShowModal () |
|
void | EnableOk (bool enable) |
|
void | EnableCancel (bool enable) |
|
void | EnableClose (bool enable) |
|
virtual void | WXSetInitialFittingClientSize (int flags, wxSizer *sizer=NULL) |
|
virtual void | OnOK (wxCommandEvent &event) |
|
virtual void | OnCancel (wxCommandEvent &event) |
|
virtual void | OnCloseWindow (wxCloseEvent &event) |
|
virtual void | OnSize (wxSizeEvent &event) |
|
| albaObserver () |
|
virtual | ~albaObserver () |
|
virtual void | OnEvent (albaEventBase *e)=0 |
|
albaGUIDialogLogin - a dialog widget with a find VME GUI.
- See also
- albaGUIDialog
Definition at line 31 of file albaGUIDialogLogin.h.
◆ albaGUIDialogLogin()
◆ ~albaGUIDialogLogin()
virtual albaGUIDialogLogin::~albaGUIDialogLogin |
( |
| ) |
|
|
virtual |
◆ OnEvent()
process the events sent by subjects
Reimplemented from albaGUIDialog.
◆ SetUserCredentials()
void albaGUIDialogLogin::SetUserCredentials |
( |
albaString & |
usename, |
|
|
albaString & |
pwd, |
|
|
int & |
proxyFlag, |
|
|
albaString & |
proxyHost, |
|
|
int & |
proxyPort, |
|
|
int & |
remember_me |
|
) |
| |
Set the user credentials.
◆ GetUser()
Return the username information.
◆ GetPwd()
Return the password information.
◆ GetProxyFlag()
int albaGUIDialogLogin::GetProxyFlag |
( |
| ) |
|
|
inline |
◆ GetProxyHost()
Select image type during saving of the views.
◆ GetProxyPort()
int albaGUIDialogLogin::GetProxyPort |
( |
| ) |
|
Get Port in proxy connection.
◆ SetRememberUserCredentials()
void albaGUIDialogLogin::SetRememberUserCredentials |
( |
int |
remember = 1 | ) |
|
|
inline |
◆ GetRememberUserCredentials()
int albaGUIDialogLogin::GetRememberUserCredentials |
( |
| ) |
|
|
inline |
◆ EnableItems()
void albaGUIDialogLogin::EnableItems |
( |
| ) |
|
|
protected |
Used to enable/disable items according to the current widgets state.
◆ m_Gui
◆ m_Username
◆ m_Pwd
◆ m_UsernameOld
◆ m_PwdOld
◆ m_ProxyHost
◆ m_ProxyFlag
int albaGUIDialogLogin::m_ProxyFlag |
|
protected |
◆ m_ProxyPort
int albaGUIDialogLogin::m_ProxyPort |
|
protected |
◆ m_InformationsInserted
bool albaGUIDialogLogin::m_InformationsInserted |
|
protected |
Flag used to check if the user insert some information or not.
Definition at line 76 of file albaGUIDialogLogin.h.
◆ m_RememberMe
int albaGUIDialogLogin::m_RememberMe |
|
protected |
The documentation for this class was generated from the following file: