#include <TreeSettingsPage.h>
Inheritance diagram for CTreeSettingsPage:

Public Member Functions | |
| CTreeSettingsPage (CString name, UINT nIDTemplate) | |
| CTreeSettingsPage (CString TreeName, CString HeaderName, UINT nIDTemplate) | |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
| virtual void | OnCancel () |
| virtual bool | OnSetActive () |
| virtual bool | OnKillActive () |
| virtual bool | OnQueryCancel () |
| virtual void | GetMinSize (int &width, int &height) |
| virtual CString | GetName () |
| name of this page | |
| virtual CString | GetHeaderName () |
| UINT | GetDlgID () |
| dialog template id for the dialog | |
Protected Attributes | |
| CString | m_name |
| CString | m_HeaderName |
| UINT | m_dlgID |
| int | m_minWidth |
| int | m_minHeight |
| bool | m_bInitMinSize |
Friends | |
| class | CTreeSettingsDlg |
|
||||||||||||
|
Constructor.
|
|
||||||||||||
|
This function is used by CTreeSettingsDlg to get the minimum allowed size of the page. The default implementation of this function gets the windows size at first call and then uses that for width and height.
|
|
|
Called when the page is about to be deactivated.
|
|
|
Called when cancel is pressed in CTreeSettingsDlg but before the dialog is closed. This function allows the page to abort the cancel.
|
|
|
Called when the page is about to be activated.
Reimplemented in CTreeSettingsOleProperties. |
1.3.4