Overview   Project   Class   Tree   Deprecated   Index 
MFC Hello C++ 1.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFCHelloCpp
Class CMFCHelloCppView

CView
   |
   +--CMFCHelloCppView

   in MFCHelloCppView.h
   in MFCHelloCppView.cpp

class CMFCHelloCppView
extends CView


Constructor Summary
protected  CMFCHelloCppView()
          
  virtual ~CMFCHelloCppView()
          
 
Method Summary
 inline CMFCHelloCppDoc* GetDocument() const
          
protected virtual void OnBeginPrinting( CDC* pDC, CPrintInfo* pInfo )
          
 virtual void OnDraw( CDC* pDC )
          
protected virtual void OnEndPrinting( CDC* pDC, CPrintInfo* pInfo )
          
protected virtual BOOL OnPreparePrinting( CPrintInfo* pInfo )
          
 virtual BOOL PreCreateWindow( CREATESTRUCT& cs )
          
 

Constructor Detail

CMFCHelloCppView

protected CMFCHelloCppView();

~CMFCHelloCppView

public virtual ~CMFCHelloCppView();


Method Detail

GetDocument

public inline CMFCHelloCppDoc* GetDocument() const;

OnBeginPrinting

protected virtual void OnBeginPrinting( CDC* pDC, CPrintInfo* pInfo );

OnDraw

public virtual void OnDraw( CDC* pDC );

OnEndPrinting

protected virtual void OnEndPrinting( CDC* pDC, CPrintInfo* pInfo );

OnPreparePrinting

protected virtual BOOL OnPreparePrinting( CPrintInfo* pInfo );

PreCreateWindow

public virtual BOOL PreCreateWindow( CREATESTRUCT& cs );

 Overview   Project   Class   Tree   Deprecated   Index 
MFC Hello C++ 1.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD