|
VizKit
3.3.7
|
UI (Windows): Property sheet which contains various panes. More...
#include <VisualPropertySheet.h>
Public Member Functions | |
| CVisualPropertySheet (UINT nIDCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| A constructor. | |
| CVisualPropertySheet (LPCTSTR pszCaption, CWnd *pParentWnd=NULL, UINT iSelectPage=0) | |
| A constructor. | |
| virtual | ~CVisualPropertySheet () |
| The destructor. | |
| virtual BOOL | OnInitDialog () |
| Called when property sheet is initialized. | |
Static Public Member Functions | |
| static CVisualPropertySheet * | getInstance () |
| Constructs a VisualPropertySheet. The VisualPropertySheet internally is a singleton. Returns a pointer to the initialized VisualPropertySheet. | |
| static void | dispose (void) |
| Disposes the VisualPropertySheet. | |
| static bool | isInitialized (void) |
| Ansers the question whether the property sheet is initialized. | |
Protected Member Functions | |
| afx_msg void | OnClose () |
| virtual BOOL | DestroyWindow () |
| Override of DestroyWindow(). | |
| virtual void | PostNcDestroy () |
| We delete any allocated memory here. | |
Static Protected Attributes | |
| static bool | propertysheetIsInitialized = false |
| Ansers the question whether the property sheet is initialized. | |
Private Attributes | |
| CAboutPane | mAboutPane |
| About pane. | |
| COptionsPane | mOptionsPane |
| Options pane. | |
| CUpdatePane | mUpdatePane |
| Check for update pane. | |
UI (Windows): Property sheet which contains various panes.
| CVisualPropertySheet::CVisualPropertySheet | ( | UINT | nIDCaption, |
| CWnd * | pParentWnd = NULL, |
||
| UINT | iSelectPage = 0 |
||
| ) |
A constructor.
| CVisualPropertySheet::CVisualPropertySheet | ( | LPCTSTR | pszCaption, |
| CWnd * | pParentWnd = NULL, |
||
| UINT | iSelectPage = 0 |
||
| ) |
A constructor.
| CVisualPropertySheet::~CVisualPropertySheet | ( | ) | [virtual] |
The destructor.
| BOOL CVisualPropertySheet::DestroyWindow | ( | ) | [protected, virtual] |
Override of DestroyWindow().
| void CVisualPropertySheet::dispose | ( | void | ) | [static] |
Disposes the VisualPropertySheet.
| CVisualPropertySheet * CVisualPropertySheet::getInstance | ( | ) | [static] |
Constructs a VisualPropertySheet. The VisualPropertySheet internally is a singleton. Returns a pointer to the initialized VisualPropertySheet.
| bool CVisualPropertySheet::isInitialized | ( | void | ) | [static] |
Ansers the question whether the property sheet is initialized.
| void CVisualPropertySheet::OnClose | ( | ) | [protected] |
| BOOL CVisualPropertySheet::OnInitDialog | ( | ) | [virtual] |
Called when property sheet is initialized.
| void CVisualPropertySheet::PostNcDestroy | ( | ) | [protected, virtual] |
We delete any allocated memory here.
About pane.
Options pane.
Check for update pane.
bool CVisualPropertySheet::propertysheetIsInitialized = false [static, protected] |
Ansers the question whether the property sheet is initialized.