GME
13
|
#include <RegistryTree.h>
Public Member Functions | |
CRegistryTree () | |
void | RemoveSubTree (HTREEITEM hItem) |
virtual | ~CRegistryTree () |
Public Attributes | |
HTREEITEM | m_cntxSelected |
Protected Member Functions | |
afx_msg void | OnSelchanged (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnCntxAddnode () |
afx_msg void | OnCntxClearnode () |
afx_msg void | OnCntxRemoveall () |
afx_msg void | OnCntxRemovetree () |
afx_msg void | OnEndlabeledit (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnCntxRenamenode () |
afx_msg void | OnBeginlabeledit (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
Definition at line 15 of file RegistryTree.h.
Definition at line 17 of file RegistryTree.cpp.
CRegistryTree::~CRegistryTree | ( | ) | [virtual] |
Definition at line 21 of file RegistryTree.cpp.
void CRegistryTree::OnBeginlabeledit | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 307 of file RegistryTree.cpp.
void CRegistryTree::OnCntxAddnode | ( | ) | [protected] |
Definition at line 151 of file RegistryTree.cpp.
void CRegistryTree::OnCntxClearnode | ( | ) | [protected] |
Definition at line 181 of file RegistryTree.cpp.
void CRegistryTree::OnCntxRemoveall | ( | ) | [protected] |
Definition at line 199 of file RegistryTree.cpp.
void CRegistryTree::OnCntxRemovetree | ( | ) | [protected] |
Definition at line 215 of file RegistryTree.cpp.
void CRegistryTree::OnCntxRenamenode | ( | ) | [protected] |
Definition at line 299 of file RegistryTree.cpp.
void CRegistryTree::OnEndlabeledit | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 244 of file RegistryTree.cpp.
void CRegistryTree::OnKeyDown | ( | UINT | nChar, |
UINT | nRepCnt, | ||
UINT | nFlags | ||
) | [protected] |
Definition at line 321 of file RegistryTree.cpp.
void CRegistryTree::OnRButtonDown | ( | UINT | nFlags, |
CPoint | point | ||
) | [protected] |
Definition at line 100 of file RegistryTree.cpp.
void CRegistryTree::OnSelchanged | ( | NMHDR * | pNMHDR, |
LRESULT * | pResult | ||
) | [protected] |
Definition at line 46 of file RegistryTree.cpp.
void CRegistryTree::RemoveSubTree | ( | HTREEITEM | hItem | ) |
Definition at line 226 of file RegistryTree.cpp.
HTREEITEM CRegistryTree::m_cntxSelected |
Definition at line 35 of file RegistryTree.h.