#include <TreeCtrlEx.h>
Public Member Functions | |
| CTreeCtrlEx () | |
| BOOL | IsChecked (HTREEITEM hItem) |
| void | SetCheck (HTREEITEM hItem, BOOL bCheck=TRUE) |
| virtual | ~CTreeCtrlEx () |
Protected Member Functions | |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
Definition at line 13 of file TreeCtrlEx.h.
| CTreeCtrlEx::CTreeCtrlEx | ( | ) |
Definition at line 16 of file TreeCtrlEx.cpp.
| CTreeCtrlEx::~CTreeCtrlEx | ( | ) | [virtual] |
Definition at line 20 of file TreeCtrlEx.cpp.
| BOOL CTreeCtrlEx::IsChecked | ( | HTREEITEM | hItem | ) |
Definition at line 50 of file TreeCtrlEx.cpp.
Referenced by CZipPreviewDlg::ApplyTreeChecks(), CCreateDownloadsDlg::CreateDownloads(), CZipPreviewDlg::OnCheckuncheckall(), and OnLButtonDown().
| void CTreeCtrlEx::SetCheck | ( | HTREEITEM | hItem, | |
| BOOL | bCheck = TRUE | |||
| ) |
Definition at line 45 of file TreeCtrlEx.cpp.
Referenced by CCreateDownloadsDlg::AddToList(), CZipPreviewDlg::CheckAllItems(), OnLButtonDown(), CCreateDownloadsDlg::OnSelectfolder(), CCreateDownloadsDlg::OnUnselectfolder(), and CZipPreviewDlg::TreeToDlg().
| void CTreeCtrlEx::OnLButtonDown | ( | UINT | nFlags, | |
| CPoint | point | |||
| ) | [protected] |
1.5.6