#include <DialogDeclBrowser.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 | OnTreeSelChanged (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnTreeDblclk (NMHDR *pNMHDR, LRESULT *pResult) |
|
afx_msg void | OnBnClickedFind () |
|
afx_msg void | OnBnClickedEdit () |
|
afx_msg void | OnBnClickedNew () |
|
afx_msg void | OnBnClickedReload () |
|
afx_msg void | OnBnClickedOk () |
|
afx_msg void | OnBnClickedCancel () |
|
|
enum | { IDD = IDD_DIALOG_DECLBROWSER
} |
|
Definition at line 36 of file DialogDeclBrowser.h.
DialogDeclBrowser::DialogDeclBrowser |
( |
CWnd * |
pParent = NULL | ) |
|
DialogDeclBrowser::~DialogDeclBrowser |
( |
| ) |
|
|
virtual |
bool DialogDeclBrowser::CompareDecl |
( |
HTREEITEM |
item, |
|
|
const char * |
name |
|
) |
| const |
void DialogDeclBrowser::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
virtual |
void DialogDeclBrowser::EditSelected |
( |
void |
| ) |
const |
|
private |
const idDecl * DialogDeclBrowser::GetDeclFromTreeItem |
( |
HTREEITEM |
item | ) |
const |
|
private |
void DialogDeclBrowser::GetDeclName |
( |
HTREEITEM |
item, |
|
|
idStr & |
typeName, |
|
|
idStr & |
declName |
|
) |
| const |
|
private |
void DialogDeclBrowser::InitBaseDeclTree |
( |
void |
| ) |
|
|
private |
void DialogDeclBrowser::OnActivate |
( |
UINT |
nState, |
|
|
CWnd * |
pWndOther, |
|
|
BOOL |
bMinimized |
|
) |
| |
|
protected |
void DialogDeclBrowser::OnBnClickedCancel |
( |
| ) |
|
|
protected |
void DialogDeclBrowser::OnBnClickedEdit |
( |
| ) |
|
|
protected |
void DialogDeclBrowser::OnBnClickedFind |
( |
| ) |
|
|
protected |
void DialogDeclBrowser::OnBnClickedNew |
( |
| ) |
|
|
protected |
void DialogDeclBrowser::OnBnClickedOk |
( |
| ) |
|
|
protected |
void DialogDeclBrowser::OnBnClickedReload |
( |
| ) |
|
|
protected |
void DialogDeclBrowser::OnDestroy |
( |
| ) |
|
|
protected |
BOOL DialogDeclBrowser::OnInitDialog |
( |
| ) |
|
|
virtual |
void DialogDeclBrowser::OnSetFocus |
( |
CWnd * |
pOldWnd | ) |
|
|
protected |
void DialogDeclBrowser::OnSizing |
( |
UINT |
nSide, |
|
|
LPRECT |
lpRect |
|
) |
| |
|
protected |
BOOL DialogDeclBrowser::OnToolTipNotify |
( |
UINT |
id, |
|
|
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
void DialogDeclBrowser::OnTreeDblclk |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
void DialogDeclBrowser::OnTreeSelChanged |
( |
NMHDR * |
pNMHDR, |
|
|
LRESULT * |
pResult |
|
) |
| |
|
protected |
void DialogDeclBrowser::ReloadDeclarations |
( |
void |
| ) |
|
CButton DialogDeclBrowser::cancelButton |
|
private |
CButton DialogDeclBrowser::editButton |
|
private |
CButton DialogDeclBrowser::findButton |
|
private |
CEdit DialogDeclBrowser::findNameEdit |
|
private |
CStatic DialogDeclBrowser::findNameStatic |
|
private |
idStr DialogDeclBrowser::findNameString |
|
private |
CEdit DialogDeclBrowser::findTextEdit |
|
private |
CStatic DialogDeclBrowser::findTextStatic |
|
private |
idStr DialogDeclBrowser::findTextString |
|
private |
CRect DialogDeclBrowser::initialRect |
|
private |
TCHAR* DialogDeclBrowser::m_pchTip |
|
private |
WCHAR* DialogDeclBrowser::m_pwchTip |
|
private |
CButton DialogDeclBrowser::newButton |
|
private |
int DialogDeclBrowser::numListedDecls |
|
private |
CButton DialogDeclBrowser::reloadButton |
|
private |
CStatusBarCtrl DialogDeclBrowser::statusBar |
|
private |
Initial value:= {
{ IDOK, "ok" },
{ IDCANCEL, "cancel" },
}
Definition at line 90 of file DialogDeclBrowser.h.
The documentation for this class was generated from the following files: