#include <HAction.h>
Inheritance diagram for HActionCache:
Definition at line 61 of file HAction.h.
|
|
|
|
|
|
|
Opens the Model Cache and assigns it to the action so that any edit to the action is applied to the model. Must call EndEditWithModelCache (HModel *hm) when the edit is completed. Assuming that you have this model set up with an action or relationship. You should have the ModelCache and ActionCache. Then you will call: HModel *hm = hactioncache->EditWithModelCache(hmodelcache); hactioncache->EndEditWithModelCache(hm);
|
|
Not supported anymore. Use the one that takes a HModel*.
|
|
Closes a session of edits on an action applied to a model.
|
|
|
|
|
|
|
|
|
|
Reimplemented from HHashObject. |
|
|
|
|
|
|
|
|
|
|
|
Use this over GetSibling because ActionCaches get moved if the Action is currently being edited with a model. |
|
|
|
|
|
|
|
|
|
|
|
|
Generated on Thu Oct 27 11:46:52 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001