|
Windows C++ Library
|
#include <PropertySheet.hpp>
Classes | |
| struct | PAGE_ENTRY |
Public Member Functions | |
| CPropertySheet () | |
| virtual | ~CPropertySheet () |
| virtual bool | RunModeless (CWnd &rParent) |
| virtual int | RunModal (CWnd &rParent) |
Protected Types | |
| typedef std::vector< PAGE_ENTRY > | Pages |
| The collection of property page. | |
| typedef std::vector < HPROPSHEETPAGE > | PageHandles |
| The collection of property page handles. | |
Protected Member Functions | |
| virtual void | OnInitDialog () |
| void | PageTable (PAGE_ENTRY *pPageTable) |
Protected Attributes | |
| CString | m_strTitle |
| Pages | m_vPages |
| The collection of pages. | |
| PageHandles | m_vHandles |
| The collection of page handles. | |
Friends | |
| int CALLBACK | PropSheetProc (HWND hWnd, UINT iMsg, LPARAM lParam) |
typedef std::vector<PAGE_ENTRY> CPropertySheet::Pages [protected] |
The collection of property page.
typedef std::vector<HPROPSHEETPAGE> CPropertySheet::PageHandles [protected] |
The collection of property page handles.
| CPropertySheet::~CPropertySheet | ( | ) | [virtual] |
| bool CPropertySheet::RunModeless | ( | CWnd & | rParent | ) | [virtual] |
| int CPropertySheet::RunModal | ( | CWnd & | rParent | ) | [virtual] |
| void CPropertySheet::OnInitDialog | ( | ) | [protected, virtual] |
| void CPropertySheet::PageTable | ( | PAGE_ENTRY * | pPageTable | ) | [protected] |
| int CALLBACK PropSheetProc | ( | HWND | hWnd, |
| UINT | iMsg, | ||
| LPARAM | lParam | ||
| ) | [friend] |
CString CPropertySheet::m_strTitle [protected] |
Pages CPropertySheet::m_vPages [protected] |
The collection of pages.
PageHandles CPropertySheet::m_vHandles [protected] |
The collection of page handles.
1.7.6.1