#include <NSFlexPropertySheetView.h>
Collaboration diagram for CNSFlexPropertySheetView:

Public Member Functions | |
| CNSFlexPropertySheetView (UINT nSelectPage=0) | |
| virtual | ~CNSFlexPropertySheetView () |
| CNSFlexPropertySheet * | GetFlexPropertySheet () |
| virtual void | OnInitialUpdate () |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Protected Member Functions | |
| virtual void | OnUpdate (CView *pSender, LPARAM lHint, CObject *pHint) |
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnSetFocus (CWnd *pOldWnd) |
Definition at line 27 of file NSFlexPropertySheetView.h.
| CNSFlexPropertySheetView::CNSFlexPropertySheetView | ( | UINT | nSelectPage = 0 |
) |
Definition at line 25 of file NSFlexPropertySheetView.cpp.
| CNSFlexPropertySheetView::~CNSFlexPropertySheetView | ( | ) | [virtual] |
Definition at line 30 of file NSFlexPropertySheetView.cpp.
| CNSFlexPropertySheet * CNSFlexPropertySheetView::GetFlexPropertySheet | ( | ) |
Definition at line 35 of file NSFlexPropertySheetView.cpp.
| void CNSFlexPropertySheetView::OnInitialUpdate | ( | ) | [virtual] |
| BOOL CNSFlexPropertySheetView::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 124 of file NSFlexPropertySheetView.cpp.
| void CNSFlexPropertySheetView::OnUpdate | ( | CView * | pSender, | |
| LPARAM | lHint, | |||
| CObject * | pHint | |||
| ) | [protected, virtual] |
Definition at line 105 of file NSFlexPropertySheetView.cpp.
| BOOL CNSFlexPropertySheetView::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [protected, virtual] |
Definition at line 118 of file NSFlexPropertySheetView.cpp.
| void CNSFlexPropertySheetView::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
| void CNSFlexPropertySheetView::OnSetFocus | ( | CWnd * | pOldWnd | ) | [protected] |
Definition at line 83 of file NSFlexPropertySheetView.cpp.
1.5.1