#include <NSFlexFormView.h>
Collaboration diagram for CNSFlexFormView:

Public Member Functions | |
| CNSFlexFormView (UINT nIDTemplate) | |
| CNSFlexFormView (LPCTSTR lpszTemplateName) | |
| virtual | ~CNSFlexFormView () |
| void | AddFlexConstraint (UINT nControlID, const CNSFlexHorizontalConstraint &HorizontalConstraint, const CNSFlexVerticalConstraint &VerticalConstraint) |
| virtual void | OnInitialUpdate () |
Protected Member Functions | |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
Definition at line 20 of file NSFlexFormView.h.
| CNSFlexFormView::CNSFlexFormView | ( | UINT | nIDTemplate | ) |
Definition at line 24 of file NSFlexFormView.cpp.
| CNSFlexFormView::CNSFlexFormView | ( | LPCTSTR | lpszTemplateName | ) |
Definition at line 34 of file NSFlexFormView.cpp.
| CNSFlexFormView::~CNSFlexFormView | ( | ) | [virtual] |
Definition at line 44 of file NSFlexFormView.cpp.
| void CNSFlexFormView::AddFlexConstraint | ( | UINT | nControlID, | |
| const CNSFlexHorizontalConstraint & | HorizontalConstraint, | |||
| const CNSFlexVerticalConstraint & | VerticalConstraint | |||
| ) |
Definition at line 49 of file NSFlexFormView.cpp.
References CNSFlexConstraintList::AddConstraint().
| void CNSFlexFormView::OnInitialUpdate | ( | ) | [virtual] |
| int CNSFlexFormView::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 57 of file NSFlexFormView.cpp.
| void CNSFlexFormView::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
Definition at line 101 of file NSFlexFormView.cpp.
References CNSFlexConstraintList::PositionControls().
1.5.1