CDx3DDirectView Class Reference

#include <Dx3DDirectView.h>

Inheritance diagram for CDx3DDirectView:
Inheritance graph
[legend]
Collaboration diagram for CDx3DDirectView:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CDx3DDirectView ()
virtual ~CDx3DDirectView ()
virtual void OnInitialUpdate ()

Protected Member Functions

virtual void OnDraw (CDC *)

Detailed Description

Definition at line 12 of file Dx3DDirectView.h.


Constructor & Destructor Documentation

CDx3DDirectView (  ) 

Definition at line 17 of file Dx3DDirectView.cpp.

00018 {
00019 
00020 }

~CDx3DDirectView (  )  [virtual]

Definition at line 24 of file Dx3DDirectView.cpp.

00025 {
00026 }


Member Function Documentation

void OnDraw ( CDC *   )  [protected, virtual]

Reimplemented from CDxVTXBaseView.

Definition at line 38 of file Dx3DDirectView.cpp.

00039 {
00040     // TODO: ここに特定なコードを追加するか、もしくは基本クラスを呼び出してください.
00041 }

void OnInitialUpdate ( void   )  [virtual]

Reimplemented from CDxVTXBaseView.

Definition at line 45 of file Dx3DDirectView.cpp.

00046 {
00047     CDxVTXBaseView::OnInitialUpdate();
00048 
00049     // TODO: ここに特定なコードを追加するか、もしくは基本クラスを呼び出してください.
00050 }


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