CCalques3DDoc Class Reference
Inheritance diagram for CCalques3DDoc:

Collaboration diagram for CCalques3DDoc:

Detailed Description
Implement the functionality for storing, retrieving and managing Calques 3D documents.Public Types | |
| enum | TUndo { UndoNone, UndoDelete, UndoAppend, UndoModify, UndoMove, UndoRedefine } |
| Used to identify the current undoable action. More... | |
Public Attributes | |
| int | m_nDocUndoState |
| Current undoable action. | |
| CxUndoObjectSet | m_cNewUndoSet |
| List of the actions to undo. | |
| CxUndoObjectSet | m_cNewRedoSet |
| List of the actions to redo. | |
| CxObject3DSet | m_cObjectSet |
| List of all objects in the universe. | |
| CxObject3DSet | m_cPolygonSet |
| List of all polygons in the universe. | |
| CxObjectCount | m_cObjectSize |
| The number of objects present in the document. | |
| CxWindowLoc | m_cWinPos |
| The location of every view used with this document. | |
Protected Attributes | |
| BOOL | m_bMathPadUsed |
| The document contains MathPad objects. | |
Member Enumeration Documentation
| enum TUndo |
Member Data Documentation
| int m_nDocUndoState |
Current undoable action.
List of the actions to undo.
List of the actions to redo.
List of all objects in the universe.
List of all polygons in the universe.
The number of objects present in the document.
The location of every view used with this document.
BOOL m_bMathPadUsed [protected] |
The document contains MathPad objects.



