Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

CView Class Reference
["MFC" MFC Base classes we commonly use]

#include <doxygen_pp2mfc.h>

Inheritance diagram for CView:

Inheritance graph
[legend]
Collaboration diagram for CView:

Collaboration graph
[legend]

Detailed Description

MFC base class for client areas of a CFrameWnd. The CView class provides the basic functionality for user-defined view classes. A view is attached to a document and acts as an intermediary between the document and the user: the view renders an image of the document on the screen or printer and interprets user input as operations upon the document.

A view is a child of a frame window. More than one view can share a frame window, as in the case of a splitter window. The relationship between a view class, a frame window class, and a document class is established by a CDocTemplate object. When the user opens a new window or splits an existing one, the framework constructs a new view and attaches it to the document.


The documentation for this class was generated from the following file:
Generated on Mon Jul 22 18:20:35 2002 for PP2MFC by doxygen1.2.17