#include <dlgmgr.h>
Public Member Functions | |
CamelotTreeItemData (CCObject *pObj=NULL) | |
CCObject * | GetObject () |
Private Attributes | |
CCObject * | m_pObject |
Definition at line 296 of file dlgmgr.h.
|
Definition at line 299 of file dlgmgr.h. 00299 {m_pObject = pObj;}
|
|
Definition at line 301 of file dlgmgr.h. 00301 {return m_pObject;}
|
|
|