#include <FlowVisView.h>
Public Member Functions | |
CFlowVisDoc * | GetDocument () const |
virtual void | OnDraw (CDC *pDC) |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
virtual | ~CFlowVisView () |
Protected Member Functions | |
CFlowVisView () | |
virtual BOOL | OnPreparePrinting (CPrintInfo *pInfo) |
virtual void | OnBeginPrinting (CDC *pDC, CPrintInfo *pInfo) |
virtual void | OnEndPrinting (CDC *pDC, CPrintInfo *pInfo) |
CFlowVisView::CFlowVisView | ( | ) | [protected] |
CFlowVisView::~CFlowVisView | ( | ) | [virtual] |
CFlowVisDoc * CFlowVisView::GetDocument | ( | ) | const [inline] |
void CFlowVisView::OnBeginPrinting | ( | CDC * | pDC, | |
CPrintInfo * | pInfo | |||
) | [protected, virtual] |
void CFlowVisView::OnDraw | ( | CDC * | pDC | ) | [virtual] |
void CFlowVisView::OnEndPrinting | ( | CDC * | pDC, | |
CPrintInfo * | pInfo | |||
) | [protected, virtual] |
BOOL CFlowVisView::OnPreparePrinting | ( | CPrintInfo * | pInfo | ) | [protected, virtual] |
BOOL CFlowVisView::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [virtual] |