29 #ifndef __DIALOGDECLBROWSER_H__
30 #define __DIALOGDECLBROWSER_H__
59 afx_msg
void OnSize(
UINT nType,
int cx,
int cy );
62 afx_msg
void OnTreeDblclk( NMHDR *pNMHDR, LRESULT *pResult );
void GetDeclName(HTREEITEM item, idStr &typeName, idStr &declName) const
afx_msg void OnBnClickedCancel()
void AddGUIsToTree(CPathTreeCtrl &tree)
CONST PIXELFORMATDESCRIPTOR UINT
void AddDeclTypeToTree(declType_t type, const char *root, CPathTreeCtrl &tree)
afx_msg void OnBnClickedOk()
afx_msg void OnMove(int x, int y)
static toolTip_t toolTips[]
afx_msg void OnBnClickedReload()
afx_msg void OnTreeDblclk(NMHDR *pNMHDR, LRESULT *pResult)
afx_msg void OnTreeSelChanged(NMHDR *pNMHDR, LRESULT *pResult)
GLuint GLuint GLsizei GLenum type
virtual BOOL OnInitDialog()
virtual ~DialogDeclBrowser()
afx_msg void OnSetFocus(CWnd *pOldWnd)
DialogDeclBrowser(CWnd *pParent=NULL)
afx_msg void OnSizing(UINT nSide, LPRECT lpRect)
const idDecl * GetDeclFromTreeItem(HTREEITEM item) const
bool CompareDecl(HTREEITEM item, const char *name) const
afx_msg void OnBnClickedEdit()
const idDecl * GetSelectedDecl(void) const
#define IDD_DIALOG_DECLBROWSER
void EditSelected(void) const
void AddScriptsToTree(CPathTreeCtrl &tree)
afx_msg BOOL OnToolTipNotify(UINT id, NMHDR *pNMHDR, LRESULT *pResult)
void ReloadDeclarations(void)
CPathTreeCtrl baseDeclTree
afx_msg void OnBnClickedFind()
virtual void DoDataExchange(CDataExchange *pDX)
afx_msg void OnActivate(UINT nState, CWnd *pWndOther, BOOL bMinimized)
afx_msg void OnBnClickedNew()
afx_msg void OnSize(UINT nType, int cx, int cy)
void InitBaseDeclTree(void)