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

#include <CPathTreeCtrl.h>

Public Member Functions

 idPathTreeStack (void)
 
void PushRoot (HTREEITEM root)
 
void Push (HTREEITEM item, const char *name)
 
void Pop (void)
 
HTREEITEM TopItem (void) const
 
const char * TopName (void) const
 
int TopNameLength (void) const
 
int Num (void) const
 

Private Attributes

int size
 
HTREEITEM stackItem [128]
 
idStr stackName [128]
 

Detailed Description

Definition at line 40 of file CPathTreeCtrl.h.

Constructor & Destructor Documentation

idPathTreeStack::idPathTreeStack ( void  )
inline

Definition at line 42 of file CPathTreeCtrl.h.

Member Function Documentation

int idPathTreeStack::Num ( void  ) const
inline

Definition at line 50 of file CPathTreeCtrl.h.

void idPathTreeStack::Pop ( void  )
inline

Definition at line 46 of file CPathTreeCtrl.h.

ID_INLINE void idPathTreeStack::Push ( HTREEITEM  item,
const char *  name 
)

Definition at line 65 of file CPathTreeCtrl.h.

ID_INLINE void idPathTreeStack::PushRoot ( HTREEITEM  root)

Definition at line 58 of file CPathTreeCtrl.h.

HTREEITEM idPathTreeStack::TopItem ( void  ) const
inline

Definition at line 47 of file CPathTreeCtrl.h.

const char* idPathTreeStack::TopName ( void  ) const
inline

Definition at line 48 of file CPathTreeCtrl.h.

int idPathTreeStack::TopNameLength ( void  ) const
inline

Definition at line 49 of file CPathTreeCtrl.h.

Member Data Documentation

int idPathTreeStack::size
private

Definition at line 53 of file CPathTreeCtrl.h.

HTREEITEM idPathTreeStack::stackItem[128]
private

Definition at line 54 of file CPathTreeCtrl.h.

idStr idPathTreeStack::stackName[128]
private

Definition at line 55 of file CPathTreeCtrl.h.


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