doom3-gpl
Doom 3 GPL source release
|
#include <DialogPDAEditor.h>
Public Member Functions | |
CDialogPDAEditor (CWnd *pParent=NULL) | |
virtual BOOL | OnInitDialog () |
virtual void | DoDataExchange (CDataExchange *pDX) |
Protected Member Functions | |
afx_msg void | OnActivate (UINT nState, CWnd *pWndOther, BOOL bMinimized) |
afx_msg void | OnMove (int x, int y) |
afx_msg void | OnDestroy () |
afx_msg void | OnSelChangePDA () |
afx_msg void | OnBtnClickedSave () |
afx_msg void | OnBtnClickedRandom () |
afx_msg void | OnBtnClickedPDAAdd () |
afx_msg void | OnBtnClickedPDADel () |
afx_msg void | OnBtnClickedEmailAdd () |
afx_msg void | OnBtnClickedEmailEdit () |
afx_msg void | OnBtnClickedEmailDel () |
afx_msg void | OnBtnClickedAudioAdd () |
afx_msg void | OnBtnClickedAudioEdit () |
afx_msg void | OnBtnClickedAudioDel () |
afx_msg void | OnBtnClickedVideoAdd () |
afx_msg void | OnBtnClickedVideoEdit () |
afx_msg void | OnBtnClickedVideoDel () |
Private Types | |
enum | { IDD = IDD_DIALOG_PDA_EDITOR } |
Private Member Functions | |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
void | PopulatePDAList () |
Private Attributes | |
CListBox | pdaList |
CListBox | emailList |
CListBox | audioList |
CListBox | videoList |
CString | fullName |
CString | shortName |
CString | post |
CString | title |
CString | security |
CString | idnum |
CButton | saveButton |
Definition at line 39 of file DialogPDAEditor.h.
|
private |
Enumerator | |
---|---|
IDD |
Definition at line 79 of file DialogPDAEditor.h.
CDialogPDAEditor::CDialogPDAEditor | ( | CWnd * | pParent = NULL | ) |
Definition at line 51 of file DialogPDAEditor.cpp.
|
virtual |
Definition at line 59 of file DialogPDAEditor.cpp.
Definition at line 156 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 421 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 429 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 425 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 348 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 417 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 386 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 330 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 344 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 316 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 264 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 433 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 441 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 437 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 171 of file DialogPDAEditor.cpp.
|
virtual |
Definition at line 178 of file DialogPDAEditor.cpp.
Definition at line 162 of file DialogPDAEditor.cpp.
|
protected |
Definition at line 208 of file DialogPDAEditor.cpp.
|
private |
Definition at line 196 of file DialogPDAEditor.cpp.
|
privatevirtual |
Definition at line 191 of file DialogPDAEditor.cpp.
|
private |
Definition at line 82 of file DialogPDAEditor.h.
|
private |
Definition at line 81 of file DialogPDAEditor.h.
|
private |
Definition at line 85 of file DialogPDAEditor.h.
|
private |
Definition at line 90 of file DialogPDAEditor.h.
|
private |
Definition at line 80 of file DialogPDAEditor.h.
|
private |
Definition at line 87 of file DialogPDAEditor.h.
|
private |
Definition at line 92 of file DialogPDAEditor.h.
|
private |
Definition at line 89 of file DialogPDAEditor.h.
|
private |
Definition at line 86 of file DialogPDAEditor.h.
|
private |
Definition at line 88 of file DialogPDAEditor.h.
|
private |
Definition at line 83 of file DialogPDAEditor.h.