#include <ConfigUser.h>
Public Types | |
enum | { IDD = IDD_USER_TAB } |
Public Member Functions | |
CConfigUser (CWnd *pParent=NULL) | |
virtual | ~CConfigUser () |
void | loadListsFromReg (void) |
void | saveListsToReg (void) |
afx_msg void | OnOK () |
afx_msg void | OnAddAdmin () |
afx_msg void | OnRemoveAdmin () |
afx_msg void | OnAddUser () |
afx_msg void | OnRemoveUser () |
afx_msg void | OnSave () |
Public Attributes | |
CListBox | m_AdminList |
CString | m_NewAdmin |
CListBox | m_UserList |
CString | m_newUser |
bool | hasLoaded |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
|
Definition at line 43 of file ConfigUser.h. |
|
Definition at line 38 of file ConfigUser.cpp. References hasLoaded. |
|
Definition at line 46 of file ConfigUser.cpp. |
|
Definition at line 50 of file ConfigUser.cpp. References hasLoaded, IDC_ADMINLIST, IDC_NEWADMIN, IDC_NEWUSER, IDC_USERLIST, loadListsFromReg(), m_AdminList, m_NewAdmin, m_newUser, and m_UserList. |
|
Definition at line 120 of file ConfigUser.cpp. References m_AdminList, m_UserList, and regReadString(). Referenced by DoDataExchange(). |
|
Definition at line 80 of file ConfigUser.cpp. References m_AdminList, and m_NewAdmin. |
|
Definition at line 100 of file ConfigUser.cpp. References m_newUser, and m_UserList. |
|
Definition at line 75 of file ConfigUser.cpp. |
|
Definition at line 93 of file ConfigUser.cpp. References m_AdminList. |
|
Definition at line 113 of file ConfigUser.cpp. References m_UserList. |
|
Definition at line 200 of file ConfigUser.cpp. References m_AdminList, m_UserList, regDelValue(), regReadString(), and regWriteString(). |
|
Definition at line 151 of file ConfigUser.cpp. References m_AdminList, m_UserList, regDelValue(), regReadString(), and regWriteString(). |
|
Definition at line 54 of file ConfigUser.h. Referenced by CConfigUser(), and DoDataExchange(). |
|
Definition at line 50 of file ConfigUser.h. Referenced by DoDataExchange(), loadListsFromReg(), OnAddAdmin(), OnRemoveAdmin(), OnSave(), and saveListsToReg(). |
|
Definition at line 51 of file ConfigUser.h. Referenced by DoDataExchange(), and OnAddAdmin(). |
|
Definition at line 53 of file ConfigUser.h. Referenced by DoDataExchange(), and OnAddUser(). |
|
Definition at line 52 of file ConfigUser.h. Referenced by DoDataExchange(), loadListsFromReg(), OnAddUser(), OnRemoveUser(), OnSave(), and saveListsToReg(). |