#include <DialogDeclEditor.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 void | OnEditGoToLine () |
|
afx_msg void | OnEditFind () |
|
afx_msg void | OnEditFindNext () |
|
afx_msg void | OnEditReplace () |
|
afx_msg LRESULT | OnFindDialogMessage (WPARAM wParam, LPARAM lParam) |
|
afx_msg void | OnEnChangeEdit (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnEnInputEdit (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnBnClickedTest () |
|
afx_msg void | OnBnClickedOk () |
|
afx_msg void | OnBnClickedCancel () |
|
|
enum | { IDD = IDD_DIALOG_DECLEDITOR
} |
|
Definition at line 38 of file DialogDeclEditor.h.
DialogDeclEditor::DialogDeclEditor |
( |
CWnd * |
pParent = NULL | ) |
|
DialogDeclEditor::~DialogDeclEditor |
( |
| ) |
|
|
virtual |
void DialogDeclEditor::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
virtual |
void DialogDeclEditor::OnActivate |
( |
UINT |
nState, |
|
|
CWnd * |
pWndOther, |
|
|
BOOL |
bMinimized |
|
) |
| |
|
protected |
void DialogDeclEditor::OnBnClickedCancel |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnBnClickedOk |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnBnClickedTest |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnDestroy |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnEditFind |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnEditFindNext |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnEditGoToLine |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnEditReplace |
( |
| ) |
|
|
protected |
void DialogDeclEditor::OnEnChangeEdit |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
void DialogDeclEditor::OnEnInputEdit |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
LRESULT DialogDeclEditor::OnFindDialogMessage |
( |
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
protected |
BOOL DialogDeclEditor::OnInitDialog |
( |
| ) |
|
|
virtual |
void DialogDeclEditor::OnSetFocus |
( |
CWnd * |
pOldWnd | ) |
|
|
protected |
void DialogDeclEditor::OnSizing |
( |
UINT |
nSide, |
|
|
LPRECT |
lpRect |
|
) |
| |
|
protected |
BOOL DialogDeclEditor::OnToolTipNotify |
( |
UINT |
id, |
|
|
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
BOOL DialogDeclEditor::PreTranslateMessage |
( |
MSG * |
pMsg | ) |
|
|
virtual |
void DialogDeclEditor::UpdateStatusBar |
( |
void |
| ) |
|
|
private |
CButton DialogDeclEditor::cancelButton |
|
private |
idDecl* DialogDeclEditor::decl |
|
private |
CFindReplaceDialog* DialogDeclEditor::findDlg |
|
private |
CString DialogDeclEditor::findStr |
|
private |
int DialogDeclEditor::firstLine |
|
private |
CRect DialogDeclEditor::initialRect |
|
private |
HACCEL DialogDeclEditor::m_hAccel |
|
private |
bool DialogDeclEditor::matchCase |
|
private |
bool DialogDeclEditor::matchWholeWords |
|
private |
CButton DialogDeclEditor::okButton |
|
private |
CString DialogDeclEditor::replaceStr |
|
private |
bool DialogDeclEditor::searchForward |
|
private |
CStatusBarCtrl DialogDeclEditor::statusBar |
|
private |
CButton DialogDeclEditor::testButton |
|
private |
Initial value:= {
{ IDOK, "save decl" },
{ IDCANCEL, "cancel" },
}
Definition at line 88 of file DialogDeclEditor.h.
The documentation for this class was generated from the following files: