DxPolygonView Class Reference

#include <DxPolygonView.h>

List of all members.

Public Member Functions

virtual void OnDraw (CDC *pDC)
virtual void AssertValid () const
virtual void Dump (CDumpContext &dc) const

Protected Member Functions

 DxPolygonView ()
virtual ~DxPolygonView ()

Detailed Description

Definition at line 8 of file DxPolygonView.h.


Constructor & Destructor Documentation

DxPolygonView (  )  [protected]

Definition at line 15 of file DxPolygonView.cpp.

00016 {
00017 
00018 }

~DxPolygonView (  )  [protected, virtual]

Definition at line 22 of file DxPolygonView.cpp.

00023 {
00024 }


Member Function Documentation

void AssertValid (  )  const [virtual]

Definition at line 45 of file DxPolygonView.cpp.

00046 {
00047     CDxBaseView::AssertValid();
00048 }

void Dump ( CDumpContext &  dc  )  const [virtual]

Definition at line 52 of file DxPolygonView.cpp.

00053 {
00054     CDxBaseView::Dump(dc);
00055 }

void OnDraw ( CDC *  pDC  )  [virtual]

Definition at line 35 of file DxPolygonView.cpp.

00036 {
00037     CDocument* pDoc = GetDocument();
00038     // TODO: 描画コードをここに追加してください。
00039 }


The documentation for this class was generated from the following files:

Generated on 15 Nov 2023 for JunkBox_Win_Lib by  doxygen 1.6.1