doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CPropTreeView Class Reference

#include <PropTreeView.h>

Inheritance diagram for CPropTreeView:
MaterialPreviewPropView MaterialPropTreeView

Public Member Functions

virtual void OnDraw (CDC *pDC)
 
CPropTreeGetPropertyTreeCtrl ()
 
virtual BOOL Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *pContext=NULL)
 
afx_msg int OnCreate (LPCREATESTRUCT lpCreateStruct)
 
afx_msg void OnSize (UINT nType, int cx, int cy)
 
afx_msg void OnPaint ()
 

Protected Member Functions

 CPropTreeView ()
 
virtual ~CPropTreeView ()
 

Protected Attributes

CPropTree m_Tree
 

Detailed Description

Definition at line 8 of file PropTreeView.h.

Constructor & Destructor Documentation

CPropTreeView::CPropTreeView ( )
protected

Definition at line 15 of file PropTreeView.cpp.

CPropTreeView::~CPropTreeView ( )
protectedvirtual

Definition at line 20 of file PropTreeView.cpp.

Member Function Documentation

BOOL CPropTreeView::Create ( LPCTSTR  lpszClassName,
LPCTSTR  lpszWindowName,
DWORD  dwStyle,
const RECT &  rect,
CWnd *  pParentWnd,
UINT  nID,
CCreateContext *  pContext = NULL 
)
virtual

Definition at line 55 of file PropTreeView.cpp.

CPropTree& CPropTreeView::GetPropertyTreeCtrl ( )
inline

Definition at line 26 of file PropTreeView.h.

int CPropTreeView::OnCreate ( LPCREATESTRUCT  lpCreateStruct)

Definition at line 71 of file PropTreeView.cpp.

void CPropTreeView::OnDraw ( CDC *  pDC)
virtual

Reimplemented in MaterialPreviewPropView.

Definition at line 33 of file PropTreeView.cpp.

void CPropTreeView::OnPaint ( )

Definition at line 100 of file PropTreeView.cpp.

void CPropTreeView::OnSize ( UINT  nType,
int  cx,
int  cy 
)

Definition at line 91 of file PropTreeView.cpp.

Member Data Documentation

CPropTree CPropTreeView::m_Tree
protected

Definition at line 13 of file PropTreeView.h.


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