doom3-gpl
Doom 3 GPL source release
|
#include <PropTreeView.h>
Public Member Functions | |
virtual void | OnDraw (CDC *pDC) |
CPropTree & | GetPropertyTreeCtrl () |
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 |
Definition at line 8 of file PropTreeView.h.
|
protected |
Definition at line 15 of file PropTreeView.cpp.
|
protectedvirtual |
Definition at line 20 of file PropTreeView.cpp.
|
virtual |
Definition at line 55 of file PropTreeView.cpp.
|
inline |
Definition at line 26 of file PropTreeView.h.
int CPropTreeView::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) |
Definition at line 71 of file PropTreeView.cpp.
|
virtual |
Reimplemented in MaterialPreviewPropView.
Definition at line 33 of file PropTreeView.cpp.
void CPropTreeView::OnPaint | ( | ) |
Definition at line 100 of file PropTreeView.cpp.
Definition at line 91 of file PropTreeView.cpp.
|
protected |
Definition at line 13 of file PropTreeView.h.