#include <boost/lexical_cast.hpp>
#include "TCPWin32AccountHandler.h"
Defines | |
#define | ABI_RID_DIALOG_COLLABTCP_SERVERENTRY 201 |
#define | ABI_RID_DIALOG_COLLABTCP_PORTENTRY 202 |
#define | ABI_RID_DIALOG_COLLABTCP_SERVERLABEL 203 |
#define | ABI_RID_DIALOG_COLLABTCP_PORTLABEL 204 |
#define | ABI_RID_DIALOG_COLLABTCP_SERVERRADIO 205 |
#define | ABI_RID_DIALOG_COLLABTCP_JOINRADIO 206 |
#define | ABI_RID_DIALOG_COLLABTCP_AUTOCONNECTCHECK 207 |
#define | ABI_RID_DIALOG_COLLABTCP_ALLOWALLCHECK 208 |
#define | DESTROY_WINDOW(M) if (M) { int res = DestroyWindow(M); UT_ASSERT_HARMLESS(res); M = 0; } |
Variables | |
AccountHandlerConstructor | TCPAccountHandlerConstructor = &TCPWin32AccountHandler::static_constructor |
#define ABI_RID_DIALOG_COLLABTCP_ALLOWALLCHECK 208 |
Referenced by TCPWin32AccountHandler::embedDialogWidgets().
#define ABI_RID_DIALOG_COLLABTCP_AUTOCONNECTCHECK 207 |
Referenced by TCPWin32AccountHandler::embedDialogWidgets().
#define ABI_RID_DIALOG_COLLABTCP_JOINRADIO 206 |
Referenced by TCPWin32AccountHandler::_onCommand(), and TCPWin32AccountHandler::embedDialogWidgets().
#define ABI_RID_DIALOG_COLLABTCP_PORTENTRY 202 |
Referenced by TCPWin32AccountHandler::_onCommand(), and TCPWin32AccountHandler::embedDialogWidgets().
#define ABI_RID_DIALOG_COLLABTCP_PORTLABEL 204 |
Referenced by TCPWin32AccountHandler::embedDialogWidgets().
#define ABI_RID_DIALOG_COLLABTCP_SERVERENTRY 201 |
Referenced by TCPWin32AccountHandler::_onCommand(), and TCPWin32AccountHandler::embedDialogWidgets().
#define ABI_RID_DIALOG_COLLABTCP_SERVERLABEL 203 |
Referenced by TCPWin32AccountHandler::embedDialogWidgets().
#define ABI_RID_DIALOG_COLLABTCP_SERVERRADIO 205 |
Referenced by TCPWin32AccountHandler::_onCommand(), and TCPWin32AccountHandler::embedDialogWidgets().
#define DESTROY_WINDOW | ( | M | ) | if (M) { int res = DestroyWindow(M); UT_ASSERT_HARMLESS(res); M = 0; } |
Referenced by TCPWin32AccountHandler::removeDialogWidgets().
AccountHandlerConstructor TCPAccountHandlerConstructor = &TCPWin32AccountHandler::static_constructor |