Skip to content
- [Main Page](index.md) - [Classes](annotated.md) - [Files](files.md) - [Directories](dirs.md) - [Related Pages](pages.md)
- [Class List](annotated.md) - [Alphabetical List](classes.md) - [Class Hierarchy](hierarchy.md) - [Class Members](functions.md)

HHashObject Class Reference

Father class for all hierarchical collections of Hash objects. More...

#include <HHashObj.h>

Inheritance diagram for HHashObject:

Inheritance graph

[legend]

Collaboration diagram for HHashObject:

Collaboration graph

[legend]

List of all members.


Public Member Functions

char *  GetName ()
void  SetName (const char *name)
ObjectType  GetObjectType ()
BOOL  IsKindOfBoneCache ()
HHashObject GetChild ()
void  SetChild (HHashObject *child)
HHashObject GetSibling ()
void  SetSibling (HHashObject *sibling)
HHashObject GetSiblingSame ()
HHashObject GetParentOfType (ObjectType ot)
HHashObject GetHeadInstance ()
  Retrieves the first work-object (instance) of an HHashObject.
HHashObject GetNextInstance (HHashObject *instance)
  Retrieves the next HObject.
HCategoryProperty GetPluginProperties ()
HUserCategoryProperty CreateUserCategoryProperty ()
HUserCategoryProperty GetUserCategoryProperty ()
void  InsertChildAtTail (HHashObject *child, BOOL modify=TRUE)
void  InsertChildAtHead (HHashObject *child)
void  InsertChildAtTailOfType (HHashObject *child)
void  InsertChildAtHeadOfType (HHashObject *child)
void  InsertChildAfterObject (HHashObject *child, HHashObject *after)
void  InsertChildAlpha (HHashObject *child, BOOL modify=TRUE)
void  InsertChildOfTypeAlpha (HHashObject *child)
void  InsertSibling (HHashObject *child)
void  Unstitch ()
void  UnstitchWithChildren (BOOL markparentmodified=TRUE)
void  Move (HHashObject *parent, HHashObject *oldersibling, BOOL select=TRUE, BOOL markparentmodified=TRUE)
void  MoveWithChildren (HHashObject *parent, HHashObject *oldersibling, BOOL select=TRUE, BOOL markparentmodified=TRUE)
void  MarkViewsNeedDrawn ()