#include <DialogEntityDefEditor.h>
|
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 | OnMove (int x, int y) |
|
afx_msg void | OnSize (UINT nType, int cx, int cy) |
|
afx_msg void | OnSizing (UINT nSide, LPRECT lpRect) |
|
afx_msg LRESULT | OnFindDialogMessage (WPARAM wParam, LPARAM lParam) |
|
afx_msg void | OnEditChange () |
|
afx_msg void | OnInheritChange () |
|
afx_msg void | OnEnInputEdit (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnKeyValChange () |
|
afx_msg void | OnBnClickedAdd () |
|
afx_msg void | OnBnClickedDelete () |
|
afx_msg void | OnBnClickedTest () |
|
afx_msg void | OnBnClickedOk () |
|
afx_msg void | OnBnClickedCancel () |
|
|
enum | { IDD = IDD_DIALOG_ENTITYEDITOR
} |
|
Definition at line 38 of file DialogEntityDefEditor.h.
DialogEntityDefEditor::DialogEntityDefEditor |
( |
CWnd * |
pParent = NULL | ) |
|
DialogEntityDefEditor::~DialogEntityDefEditor |
( |
| ) |
|
|
virtual |
void DialogEntityDefEditor::BuildDeclText |
( |
idStr & |
declText | ) |
|
|
private |
void DialogEntityDefEditor::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
virtual |
void DialogEntityDefEditor::OnActivate |
( |
UINT |
nState, |
|
|
CWnd * |
pWndOther, |
|
|
BOOL |
bMinimized |
|
) |
| |
|
protected |
void DialogEntityDefEditor::OnBnClickedAdd |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnBnClickedCancel |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnBnClickedDelete |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnBnClickedOk |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnBnClickedTest |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnDestroy |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnEditChange |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnEnInputEdit |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
afx_msg LRESULT DialogEntityDefEditor::OnFindDialogMessage |
( |
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
protected |
void DialogEntityDefEditor::OnInheritChange |
( |
| ) |
|
|
protected |
BOOL DialogEntityDefEditor::OnInitDialog |
( |
| ) |
|
|
virtual |
void DialogEntityDefEditor::OnKeyValChange |
( |
| ) |
|
|
protected |
void DialogEntityDefEditor::OnMove |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
protected |
void DialogEntityDefEditor::OnSetFocus |
( |
CWnd * |
pOldWnd | ) |
|
|
protected |
void DialogEntityDefEditor::OnSizing |
( |
UINT |
nSide, |
|
|
LPRECT |
lpRect |
|
) |
| |
|
protected |
BOOL DialogEntityDefEditor::OnToolTipNotify |
( |
UINT |
id, |
|
|
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
void DialogEntityDefEditor::PopulateLists |
( |
idStr & |
declText | ) |
|
|
private |
BOOL DialogEntityDefEditor::PreTranslateMessage |
( |
MSG * |
pMsg | ) |
|
|
virtual |
void DialogEntityDefEditor::SetInherit |
( |
idStr & |
inherit | ) |
|
|
private |
void DialogEntityDefEditor::UpdateStatusBar |
( |
void |
| ) |
|
|
private |
CButton DialogEntityDefEditor::addButton |
|
private |
CButton DialogEntityDefEditor::cancelButton |
|
private |
CEdit DialogEntityDefEditor::declNameEdit |
|
private |
CButton DialogEntityDefEditor::delButton |
|
private |
int DialogEntityDefEditor::firstLine |
|
private |
CComboBox DialogEntityDefEditor::inheritCombo |
|
private |
CRect DialogEntityDefEditor::initialRect |
|
private |
CEdit DialogEntityDefEditor::keyEdit |
|
private |
CStatic DialogEntityDefEditor::keyLabel |
|
private |
CStatic DialogEntityDefEditor::line |
|
private |
HACCEL DialogEntityDefEditor::m_hAccel |
|
private |
CButton DialogEntityDefEditor::okButton |
|
private |
CComboBox DialogEntityDefEditor::spawnclassCombo |
|
private |
CStatusBarCtrl DialogEntityDefEditor::statusBar |
|
private |
CButton DialogEntityDefEditor::testButton |
|
private |
The documentation for this class was generated from the following files: