#include <HObject.h>
Inheritance diagram for HObjectCache:
A:M differenciates between an object that you find in the Objects folder in the PWS and rerefences to the object that you find in Actions or Choreographies folders of the PWS for example and named "Shortcut to ...". The actual object found in the Objects folder of the PWS is a HObjectCache or a cache for short.
So the HObjectCache or any derived classes contain the original definition and attributes of an object. It acts as a reference definition from which any later modifications (like for an Action) are based. Every HObjectCache have an internal list of every checked out HObject currently instanciated in a project.
Less obvious is the fact that when an object is displayed in a view to allow the user to edit it, an HObject is created from the HObjectCache and the HObject is the one displayed.
Definition at line 19 of file HObject.h.
Generated on Thu Oct 27 11:46:56 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001