#include <Dx3DDirectView.h>
Public Member Functions | |
CDx3DDirectView () | |
virtual | ~CDx3DDirectView () |
virtual void | OnInitialUpdate () |
Protected Member Functions | |
virtual void | OnDraw (CDC *) |
Definition at line 12 of file Dx3DDirectView.h.
CDx3DDirectView | ( | ) |
Definition at line 17 of file Dx3DDirectView.cpp.
~CDx3DDirectView | ( | ) | [virtual] |
Definition at line 24 of file Dx3DDirectView.cpp.
void OnDraw | ( | CDC * | ) | [protected, virtual] |
Reimplemented from CDxVTXBaseView.
Definition at line 38 of file Dx3DDirectView.cpp.
void OnInitialUpdate | ( | void | ) | [virtual] |
Reimplemented from CDxVTXBaseView.
Definition at line 45 of file Dx3DDirectView.cpp.
00046 { 00047 CDxVTXBaseView::OnInitialUpdate(); 00048 00049 // TODO: ここに特定なコードを追加するか、もしくは基本クラスを呼び出してください. 00050 }