#include <NSFlexPropertyPage.h>
Collaboration diagram for CNSFlexPropertyPage:

Public Member Functions | |
| CNSFlexPropertyPage () | |
| CNSFlexPropertyPage (UINT nIDTemplate, UINT nIDCaption=0) | |
| CNSFlexPropertyPage (LPCTSTR lpszTemplateName, UINT nIDCaption=0) | |
| virtual | ~CNSFlexPropertyPage () |
| void | AddFlexConstraint (UINT nControlID, const CNSFlexHorizontalConstraint &HorizontalConstraint, const CNSFlexVerticalConstraint &VerticalConstraint) |
| CDocument * | GetDocument () const |
| CView * | GetView () const |
| virtual void | OnUpdate (CView *pSender, LPARAM lHint, CObject *pHint) |
| virtual BOOL | OnSetActive () |
Protected Member Functions | |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| virtual BOOL | OnInitDialog () |
Definition at line 21 of file NSFlexPropertyPage.h.
| CNSFlexPropertyPage::CNSFlexPropertyPage | ( | ) |
Definition at line 24 of file NSFlexPropertyPage.cpp.
| CNSFlexPropertyPage::CNSFlexPropertyPage | ( | UINT | nIDTemplate, | |
| UINT | nIDCaption = 0 | |||
| ) |
Definition at line 30 of file NSFlexPropertyPage.cpp.
| CNSFlexPropertyPage::CNSFlexPropertyPage | ( | LPCTSTR | lpszTemplateName, | |
| UINT | nIDCaption = 0 | |||
| ) |
Definition at line 36 of file NSFlexPropertyPage.cpp.
| CNSFlexPropertyPage::~CNSFlexPropertyPage | ( | ) | [virtual] |
Definition at line 42 of file NSFlexPropertyPage.cpp.
| void CNSFlexPropertyPage::AddFlexConstraint | ( | UINT | nControlID, | |
| const CNSFlexHorizontalConstraint & | HorizontalConstraint, | |||
| const CNSFlexVerticalConstraint & | VerticalConstraint | |||
| ) |
Definition at line 47 of file NSFlexPropertyPage.cpp.
References CNSFlexConstraintList::AddConstraint().
| CDocument * CNSFlexPropertyPage::GetDocument | ( | ) | const |
Definition at line 55 of file NSFlexPropertyPage.cpp.
References NULL.
Referenced by OnInitDialog().
| CView * CNSFlexPropertyPage::GetView | ( | ) | const |
| void CNSFlexPropertyPage::OnUpdate | ( | CView * | pSender, | |
| LPARAM | lHint, | |||
| CObject * | pHint | |||
| ) | [virtual] |
| BOOL CNSFlexPropertyPage::OnSetActive | ( | ) | [virtual] |
| int CNSFlexPropertyPage::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 101 of file NSFlexPropertyPage.cpp.
| void CNSFlexPropertyPage::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
Definition at line 140 of file NSFlexPropertyPage.cpp.
References CNSFlexConstraintList::PositionControls().
| BOOL CNSFlexPropertyPage::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 112 of file NSFlexPropertyPage.cpp.
References GetDocument(), NULL, and OnUpdate().
1.5.1