doom3-gpl
Doom 3 GPL source release
|
#include <DialogDeclNew.h>
Public Member Functions | |
DialogDeclNew (CWnd *pParent=NULL) | |
virtual | ~DialogDeclNew () |
void | SetDeclTree (CPathTreeCtrl *tree) |
void | SetDefaultType (const char *type) |
void | SetDefaultName (const char *name) |
void | SetDefaultFile (const char *file) |
idDecl * | GetNewDecl (void) const |
virtual BOOL | OnInitDialog () |
virtual void | DoDataExchange (CDataExchange *pDX) |
Protected Member Functions | |
afx_msg BOOL | OnToolTipNotify (UINT id, NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnSetFocus (CWnd *pOldWnd) |
afx_msg void | OnDestroy () |
afx_msg void | OnActivate (UINT nState, CWnd *pWndOther, BOOL bMinimized) |
afx_msg void | OnBnClickedFile () |
afx_msg void | OnBnClickedOk () |
afx_msg void | OnBnClickedCancel () |
Private Types | |
enum | { IDD = IDD_DIALOG_DECLNEW } |
Private Member Functions | |
void | InitTypeList (void) |
Private Attributes | |
CComboBox | typeList |
CEdit | nameEdit |
CEdit | fileEdit |
CButton | fileButton |
CButton | okButton |
CButton | cancelButton |
CPathTreeCtrl * | declTree |
idStr | defaultType |
idStr | defaultName |
idStr | defaultFile |
idDecl * | newDecl |
Static Private Attributes | |
static toolTip_t | toolTips [] |
Definition at line 37 of file DialogDeclNew.h.
|
private |
Enumerator | |
---|---|
IDD |
Definition at line 72 of file DialogDeclNew.h.
DialogDeclNew::DialogDeclNew | ( | CWnd * | pParent = NULL | ) |
Definition at line 63 of file DialogDeclNew.cpp.
|
virtual |
Definition at line 75 of file DialogDeclNew.cpp.
|
virtual |
Definition at line 83 of file DialogDeclNew.cpp.
Definition at line 49 of file DialogDeclNew.h.
Definition at line 100 of file DialogDeclNew.cpp.
Definition at line 150 of file DialogDeclNew.cpp.
|
protected |
Definition at line 277 of file DialogDeclNew.cpp.
|
protected |
Definition at line 186 of file DialogDeclNew.cpp.
|
protected |
Definition at line 230 of file DialogDeclNew.cpp.
|
protected |
Definition at line 177 of file DialogDeclNew.cpp.
|
virtual |
Definition at line 114 of file DialogDeclNew.cpp.
|
protected |
Definition at line 168 of file DialogDeclNew.cpp.
Definition at line 159 of file DialogDeclNew.cpp.
|
inline |
Definition at line 45 of file DialogDeclNew.h.
Definition at line 48 of file DialogDeclNew.h.
Definition at line 47 of file DialogDeclNew.h.
Definition at line 46 of file DialogDeclNew.h.
|
private |
Definition at line 78 of file DialogDeclNew.h.
|
private |
Definition at line 83 of file DialogDeclNew.h.
|
private |
Definition at line 86 of file DialogDeclNew.h.
|
private |
Definition at line 85 of file DialogDeclNew.h.
|
private |
Definition at line 84 of file DialogDeclNew.h.
|
private |
Definition at line 76 of file DialogDeclNew.h.
|
private |
Definition at line 75 of file DialogDeclNew.h.
|
private |
Definition at line 74 of file DialogDeclNew.h.
|
private |
Definition at line 87 of file DialogDeclNew.h.
|
private |
Definition at line 77 of file DialogDeclNew.h.
|
staticprivate |
Definition at line 81 of file DialogDeclNew.h.
|
private |
Definition at line 73 of file DialogDeclNew.h.