#include <ServiceWin32AccountHandler.h>
Public Member Functions | |
ServiceWin32AccountHandler () | |
virtual void | embedDialogWidgets (void *pEmbeddingParent) |
virtual void | removeDialogWidgets (void *pEmbeddingParent) |
virtual void | loadProperties () |
virtual void | storeProperties () |
virtual BOOL | _onCommand (HWND hWnd, WPARAM wParam, LPARAM lParam) |
virtual bool | shouldProcessFocus () |
Static Public Member Functions | |
static AccountHandler * | static_constructor () |
Private Attributes | |
HINSTANCE | m_hInstance |
HWND | m_hEmailEntry |
HWND | m_hEmailLabel |
HWND | m_hPasswordEntry |
HWND | m_hPasswordLabel |
HWND | m_hUrlButton |
ServiceWin32AccountHandler::ServiceWin32AccountHandler | ( | ) |
References AbiCollabSessionManager::getManager(), and m_hInstance.
Referenced by static_constructor().
BOOL ServiceWin32AccountHandler::_onCommand | ( | HWND | hWnd, | |
WPARAM | wParam, | |||
LPARAM | lParam | |||
) | [virtual] |
void ServiceWin32AccountHandler::embedDialogWidgets | ( | void * | pEmbeddingParent | ) | [virtual] |
Implements AccountHandler.
References ABI_RID_DIALOG_COLLABSERVICE_EMAILENTRY, ABI_RID_DIALOG_COLLABSERVICE_EMAILLABEL, ABI_RID_DIALOG_COLLABSERVICE_PASSWORDENTRY, ABI_RID_DIALOG_COLLABSERVICE_PASSWORDLABEL, ABI_RID_DIALOG_COLLABSERVICE_URLBUTTON, m_hEmailEntry, m_hEmailLabel, m_hInstance, m_hPasswordEntry, m_hPasswordLabel, m_hUrlButton, UT_DEBUGMSG, and UT_return_if_fail.
void ServiceWin32AccountHandler::loadProperties | ( | ) | [virtual] |
Implements AccountHandler.
References UT_ASSERT_HARMLESS, UT_DEBUGMSG, and UT_NOT_IMPLEMENTED.
void ServiceWin32AccountHandler::removeDialogWidgets | ( | void * | pEmbeddingParent | ) | [virtual] |
Implements AccountHandler.
References DESTROY_WINDOW, m_hEmailEntry, m_hEmailLabel, m_hPasswordEntry, m_hPasswordLabel, m_hUrlButton, UT_DEBUGMSG, and UT_return_if_fail.
bool ServiceWin32AccountHandler::shouldProcessFocus | ( | ) | [virtual] |
References m_hUrlButton.
AccountHandler * ServiceWin32AccountHandler::static_constructor | ( | ) | [static] |
References ServiceWin32AccountHandler().
void ServiceWin32AccountHandler::storeProperties | ( | ) | [virtual] |
Implements AccountHandler.
References AccountHandler::addProperty(), m_hEmailEntry, m_hPasswordEntry, READ_STRING, UT_DEBUGMSG, and UT_return_if_fail.
HWND ServiceWin32AccountHandler::m_hEmailEntry [private] |
Referenced by embedDialogWidgets(), removeDialogWidgets(), and storeProperties().
HWND ServiceWin32AccountHandler::m_hEmailLabel [private] |
Referenced by embedDialogWidgets(), and removeDialogWidgets().
HINSTANCE ServiceWin32AccountHandler::m_hInstance [private] |
Referenced by embedDialogWidgets(), and ServiceWin32AccountHandler().
HWND ServiceWin32AccountHandler::m_hPasswordEntry [private] |
Referenced by embedDialogWidgets(), removeDialogWidgets(), and storeProperties().
HWND ServiceWin32AccountHandler::m_hPasswordLabel [private] |
Referenced by embedDialogWidgets(), and removeDialogWidgets().
HWND ServiceWin32AccountHandler::m_hUrlButton [private] |
Referenced by embedDialogWidgets(), removeDialogWidgets(), and shouldProcessFocus().