16#ifndef __albaGUIDialogLogin_H__
17#define __albaGUIDialogLogin_H__
Implementation of the message object for the Subject/Observer design pattern.
albaGUIDialogLogin - a dialog widget with a find VME GUI.
int m_ProxyFlag
Flag used to for enable proxy.
bool m_InformationsInserted
Flag used to check if the user insert some information or not.
albaString m_Username
Current username inserted into the dialog.
int GetProxyFlag()
Select image type during saving of the views.
albaString m_UsernameOld
Last username inserted.
albaString & GetProxyHost()
Select image type during saving of the views.
albaString m_PwdOld
Last password inserted.
int GetRememberUserCredentials()
Return information to allow saving or not users' information.
albaString m_ProxyHost
Proxy Host.
void OnEvent(albaEventBase *alba_event)
process the events sent by subjects
void EnableItems()
Used to enable/disable items according to the current widgets state.
int GetProxyPort()
Get Port in proxy connection.
void SetUserCredentials(albaString &usename, albaString &pwd, int &proxyFlag, albaString &proxyHost, int &proxyPort, int &remember_me)
Set the user credentials.
albaString & GetUser()
Return the username information.
albaGUI * m_Gui
Gui variable used to plug custom widgets.
int m_ProxyPort
Proxy Host.
albaString m_Pwd
Current password inserted into the dialog.
virtual ~albaGUIDialogLogin()
void SetRememberUserCredentials(int remember=1)
Set the flag to store user credentials.
albaString & GetPwd()
Return the password information.
albaGUIDialogLogin(const wxString &title, long style=albaCLOSEWINDOW|albaOK|albaCANCEL)
albaGUIDialog is the base class for albaDialogs.
albaGUI is a panel with function to easily create GUI.
albaString - performs common string operations on c-strings.