![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <CPathTreeCtrl.h>
Public Member Functions | |
| CPathTreeCtrl () | |
| ~CPathTreeCtrl () | |
| HTREEITEM | FindItem (const idStr &pathName) |
| HTREEITEM | InsertPathIntoTree (const idStr &pathName, const int id) |
| HTREEITEM | AddPathToTree (const idStr &pathName, const int id, idPathTreeStack &stack) |
| int | SearchTree (treeItemCompare_t compare, void *data, CPathTreeCtrl &result) |
Protected Member Functions | |
| virtual void | PreSubclassWindow () |
| virtual int | OnToolHitTest (CPoint point, TOOLINFO *pTI) const |
| afx_msg BOOL | OnToolTipText (UINT id, NMHDR *pNMHDR, LRESULT *pResult) |
Definition at line 75 of file CPathTreeCtrl.h.
| CPathTreeCtrl::CPathTreeCtrl | ( | ) |
Definition at line 40 of file CPathTreeCtrl.cpp.
| CPathTreeCtrl::~CPathTreeCtrl | ( | ) |
Definition at line 48 of file CPathTreeCtrl.cpp.
| HTREEITEM CPathTreeCtrl::AddPathToTree | ( | const idStr & | pathName, |
| const int | id, | ||
| idPathTreeStack & | stack | ||
| ) |
Definition at line 152 of file CPathTreeCtrl.cpp.
Definition at line 68 of file CPathTreeCtrl.cpp.
Definition at line 108 of file CPathTreeCtrl.cpp.
|
protectedvirtual |
Definition at line 244 of file CPathTreeCtrl.cpp.
Definition at line 265 of file CPathTreeCtrl.cpp.
|
protectedvirtual |
Definition at line 56 of file CPathTreeCtrl.cpp.
| int CPathTreeCtrl::SearchTree | ( | treeItemCompare_t | compare, |
| void * | data, | ||
| CPathTreeCtrl & | result | ||
| ) |
Definition at line 189 of file CPathTreeCtrl.cpp.
1.8.6.