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 | List of all members
CPathTreeCtrl Class Reference

#include <CPathTreeCtrl.h>

Inheritance diagram for CPathTreeCtrl:

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)
 

Detailed Description

Definition at line 75 of file CPathTreeCtrl.h.

Constructor & Destructor Documentation

CPathTreeCtrl::CPathTreeCtrl ( )

Definition at line 40 of file CPathTreeCtrl.cpp.

CPathTreeCtrl::~CPathTreeCtrl ( )

Definition at line 48 of file CPathTreeCtrl.cpp.

Member Function Documentation

HTREEITEM CPathTreeCtrl::AddPathToTree ( const idStr pathName,
const int  id,
idPathTreeStack stack 
)

Definition at line 152 of file CPathTreeCtrl.cpp.

HTREEITEM CPathTreeCtrl::FindItem ( const idStr pathName)

Definition at line 68 of file CPathTreeCtrl.cpp.

HTREEITEM CPathTreeCtrl::InsertPathIntoTree ( const idStr pathName,
const int  id 
)

Definition at line 108 of file CPathTreeCtrl.cpp.

int CPathTreeCtrl::OnToolHitTest ( CPoint  point,
TOOLINFO *  pTI 
) const
protectedvirtual

Definition at line 244 of file CPathTreeCtrl.cpp.

BOOL CPathTreeCtrl::OnToolTipText ( UINT  id,
NMHDR *  pNMHDR,
LRESULT *  pResult 
)
protected

Definition at line 265 of file CPathTreeCtrl.cpp.

void CPathTreeCtrl::PreSubclassWindow ( )
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.


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