#include <DialogDeclNew.h>
|
| enum | { IDD = IDD_DIALOG_DECLNEW
} |
| |
Definition at line 37 of file DialogDeclNew.h.
| DialogDeclNew::DialogDeclNew |
( |
CWnd * |
pParent = NULL | ) |
|
| DialogDeclNew::~DialogDeclNew |
( |
| ) |
|
|
virtual |
| void DialogDeclNew::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
virtual |
| void DialogDeclNew::InitTypeList |
( |
void |
| ) |
|
|
private |
| void DialogDeclNew::OnActivate |
( |
UINT |
nState, |
|
|
CWnd * |
pWndOther, |
|
|
BOOL |
bMinimized |
|
) |
| |
|
protected |
| void DialogDeclNew::OnBnClickedCancel |
( |
| ) |
|
|
protected |
| void DialogDeclNew::OnBnClickedFile |
( |
| ) |
|
|
protected |
| void DialogDeclNew::OnBnClickedOk |
( |
| ) |
|
|
protected |
| void DialogDeclNew::OnDestroy |
( |
| ) |
|
|
protected |
| BOOL DialogDeclNew::OnInitDialog |
( |
| ) |
|
|
virtual |
| void DialogDeclNew::OnSetFocus |
( |
CWnd * |
pOldWnd | ) |
|
|
protected |
| BOOL DialogDeclNew::OnToolTipNotify |
( |
UINT |
id, |
|
|
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
| void DialogDeclNew::SetDefaultFile |
( |
const char * |
file | ) |
|
|
inline |
| void DialogDeclNew::SetDefaultName |
( |
const char * |
name | ) |
|
|
inline |
| void DialogDeclNew::SetDefaultType |
( |
const char * |
type | ) |
|
|
inline |
| CButton DialogDeclNew::cancelButton |
|
private |
| idStr DialogDeclNew::defaultFile |
|
private |
| idStr DialogDeclNew::defaultName |
|
private |
| idStr DialogDeclNew::defaultType |
|
private |
| CButton DialogDeclNew::fileButton |
|
private |
| CEdit DialogDeclNew::fileEdit |
|
private |
| CEdit DialogDeclNew::nameEdit |
|
private |
| idDecl* DialogDeclNew::newDecl |
|
private |
| CButton DialogDeclNew::okButton |
|
private |
Initial value:= {
{ IDOK, "create new declaration" },
{ IDCANCEL, "cancel" },
}
Definition at line 81 of file DialogDeclNew.h.
| CComboBox DialogDeclNew::typeList |
|
private |
The documentation for this class was generated from the following files: