Objective Edit : Chapter 3 The Objective Edit Architecture : Document/View Integration
Document/View Integration
The SECEditView class gives Objective Edit complete document/view integration. Through the document/view framework, you can create several different views (editor windows) on a single document (source file). For example, Figure 9 shows an Objective Edit MDI application with a splitter window that has four views open of the same file. This enables the user to manipulate several different areas of the file simultaneously.
The tight document/view integration in Objective Edit is also used for printing and print preview support. Printing and print preview is available for SECEditView.
Figure 9 – Four SECEditViews on the same document.