|
Blender V4.3
|
Public Attributes | |
| UndoImageHandle * | next |
| UndoImageHandle * | prev |
| UndoRefID_Image | image_ref |
| ImageUser | iuser |
| ListBase | buffers |
Definition at line 578 of file image_undo.cc.
| ListBase UndoImageHandle::buffers |
List of UndoImageBuf's to support multiple buffers per image.
Definition at line 593 of file image_undo.cc.
Referenced by uhandle_add_ubuf(), and uhandle_lookup_ubuf().
| UndoRefID_Image UndoImageHandle::image_ref |
Each undo handle refers to a single image which may have multiple buffers.
Definition at line 582 of file image_undo.cc.
Referenced by uhandle_add().
| ImageUser UndoImageHandle::iuser |
Each tile of a tiled image has its own UndoImageHandle. The tile number of this IUser is used to distinguish them.
Definition at line 588 of file image_undo.cc.
Referenced by uhandle_add().
| UndoImageHandle* UndoImageHandle::next |
Definition at line 579 of file image_undo.cc.
| UndoImageHandle * UndoImageHandle::prev |
Definition at line 579 of file image_undo.cc.