classHHashObject 02
Member Function Documentation¶
| 
 | 
| 
 | 
| Retrieves the First child HHashObject in the childs list independent of its type. To test for its type use HHashObject::GetSibling(). Skips user containers, and doesn't include classes not derived off HashObject (CPs) 
 
 | 
| 
 | 
| Retrieves the first work-object (instance) of an HHashObject. Each HObjectCache have a list of all work-object instanciated from itself anywhere in a project. For example if you have a HModelCache under the Objects folder, the GetHeadInstance would return the first HModel (an work-objectinstance of a HModelCache) from an internal list. HModels are found in choreographies or if you are editing a HModelCache in a view. If you drop a HModelCache into a choreography, an HModel is created, and it is added to the internal list of checked out instances (GetHeadInstance()). | 
| 
 | 
| Reimplemented in HActionCache. | 
| 
 | 
| Retrieves the next HObject. Each HObjectCache have a list of all instanciation of itself anywhere in a project. This member function retrieves the next instance of the object. This instance may reside anywhere in the project, choreographies, open Model or Actions views as referenced by "Shortcut to ...". 
 | 
| 
 | 
| Returns the object type 
 
 Reimplemented from HTreeObject. Reimplemented in HShading. | 
| 
 | 
| Skips user containers, and doesn't include classes not derived off HashObject (CPs) | 
| 
 | 
| 
 | 
| Retrieves the Next child HHashObject independent of its type in the list starting where the current HHashObject is in the list. To test for its type use HHashObject::GetSibling(). Skips user containers, and doesn't include classes not derived off HashObject (CPs) 
 | 
| 
 | 
| Retrieves the Next child HHashObject of the same type as the current HHashObject in the list starting where the current HHashObject is in the list. Skips user containers, and doesn't include classes not derived off HashObject (CPs) | 
| 
 | 
| 
 |