#include <TreeSettingsDlg.h>
Collaboration diagram for CTreeSettingsDlg:

Public Types | |
| enum | { IDD = IDD_TREESETTING } |
Public Member Functions | |
| CTreeSettingsDlg (CString caption, CWnd *pParent=NULL) | |
| int | AddPage (CTreeSettingsPage *pPage, int parent=-1, int imageIndex=0, int imageIndexSelected=0) |
| bool | ShowPage (int iPage) |
| void | SetStartPage (int iStartPage) |
Static Public Member Functions | |
| void | ShowTreeSettingsDlg (int iSettingsMask) |
Public Attributes | |
| CTreeCtrl | m_tree |
| CGradientStatic | m_PageHeader |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
| virtual void | OnCancel () |
| afx_msg void | OnSelchangingTree (NMHDR *pNMHDR, LRESULT *pResult) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnHelpBtn () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
|
||||||||||||||||||||
|
Adds a new page to the tree.
|
|
|
|
1.3.4