SECEditView::GetEdit

SECEdit* SECEditView::GetEdit(void)

Returns a pointer to the SECEdit model object for this view.

Defined in: SECEditView.cpp

Return Value

Returns a pointer to a SECEdit object.

Comments

Unlike SECEditCtrl, the model is not contained by this viewport. Multiple views can be associated with the same data, so each viewport simply references the model through a pointer.

Developer Notes

The default implementation returns NULL. This method must be overridden in a derived class to return a valid pointer.

See Also

SECEditView SECEdit