CUndoObject Class Reference
Inheritance diagram for CUndoObject:

Collaboration diagram for CUndoObject:

Detailed Description
CUndoObject:.Public Attributes | |
| CxObject3DSet | m_cUndoSet |
| List of objects to undo. | |
| BOOL | m_bCanDelete |
| Can delete the objects when clearing the UndoObject. | |
| int | m_nUndoState |
| Type of action to undo. | |
| CVector4 | m_ptOldPos |
| Old position of the object (for dragging). | |
| CObject3DAttr | m_pAttr |
| Old attributes (name, color, shape) of the object. | |
Member Data Documentation
List of objects to undo.
| BOOL m_bCanDelete |
Can delete the objects when clearing the UndoObject.
| int m_nUndoState |
Type of action to undo.
Old position of the object (for dragging).
Old attributes (name, color, shape) of the object.



