Class which stores one saved state of the shape canvas. The instaces of this class are managed by the wxSFCanvasHistory class which performs all related Undo/Redo operations.
More...
#include <CanvasState.h>
List of all members.
Detailed Description
Class which stores one saved state of the shape canvas. The instaces of this class are managed by the wxSFCanvasHistory class which performs all related Undo/Redo operations.
- See also:
- wxSFShapeCanvas
Constructor & Destructor Documentation
Constructor for 'histUSE_SERIALIZATION' mode.
- Parameters:
-
data | Pointer to the stream buffer containig serialized content of the shape canvas |
Constructor for 'histUSE_CLONING' mode.
- Parameters:
-
data | Pointer to temporal data manager |
Member Function Documentation
Restore stored canvas state.
- Parameters:
-
canvas | Pointer to the shape canvas which content will be replaced by the stored one |
Friends And Related Function Documentation
Member Data Documentation
Memory buffer used during the serialization/deserialization operations.
Data manager used for storing of temporal canvas state.
The documentation for this class was generated from the following file: