#include <DxPolygonView.h>
Public Member Functions | |
virtual void | OnDraw (CDC *pDC) |
virtual void | AssertValid () const |
virtual void | Dump (CDumpContext &dc) const |
Protected Member Functions | |
DxPolygonView () | |
virtual | ~DxPolygonView () |
Definition at line 8 of file DxPolygonView.h.
DxPolygonView | ( | ) | [protected] |
Definition at line 15 of file DxPolygonView.cpp.
~DxPolygonView | ( | ) | [protected, virtual] |
Definition at line 22 of file DxPolygonView.cpp.
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.