MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Pop

Method Pop

neo/tools/comafx/CPathTreeCtrl.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 void PushRoot( HTREEITEM root );
45 void Push( HTREEITEM item, const char *name );
46 void Pop( void ) { size--; }
47 HTREEITEM TopItem( void ) const { return stackItem[size-1]; }
48 const char * TopName( void ) const { return stackName[size-1]; }
49 int TopNameLength( void ) const { return stackName[size-1].Length(); }

Callers 3

OnMouseMoveMethod · 0.80
AddPathToTreeMethod · 0.80
SearchTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected