All Frameworks Class Hierarchy This Framework Indexes
ManufacturingInterfaces Interface CATIMfgUndoManager
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgUndoManager
Interface dedicated to undo management of manufacturing operation.
Role: This interface offers service to get the undo object.
Method Index
- o
GetGlobalUndo(CATCommandGlobalUndo*&)
- Gets the associated global undo object.
Methods
o GetGlobalUndo
| public virtual GetGlobalUndo( | | oUndoObject) |
-
Gets the associated global undo object.
Call this method in the GetGlobalUndo() method of your CATStateCommand.
- Parameters:
-
- oUndoObject
- Associated global undo object.
- Returns:
- HRESULT value.
Legal values:
- S_OK if the operation succeeds
- E_FAIL otherwise
.
This object is included in the file: CATIMfgUndoManager.h
If needed, your Imakefile.mk should include the module: MfgItfEnv