A 3D Dynamic Geometry Software

Calques 3D C++



CUndoObject Class Reference

Inheritance diagram for CUndoObject:

Inheritance graph
Collaboration diagram for CUndoObject:

Collaboration graph

List of all members.


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.

Can delete the objects when clearing the UndoObject.

Type of action to undo.

Old position of the object (for dragging).

Old attributes (name, color, shape) of the object.