Blender
V3.3
|
Public Attributes | |
struct UndoImageHandle * | next |
struct UndoImageHandle * | prev |
UndoRefID_Image | image_ref |
ImageUser | iuser |
ListBase | buffers |
Definition at line 555 of file image_undo.cc.
ListBase UndoImageHandle::buffers |
List of UndoImageBuf's to support multiple buffers per image.
Definition at line 569 of file image_undo.cc.
Referenced by image_undosys_step_encode(), 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 559 of file image_undo.cc.
Referenced by image_undosys_foreach_ID_ref(), image_undosys_step_encode(), uhandle_add(), uhandle_lookup(), and uhandle_lookup_by_name().
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 564 of file image_undo.cc.
Referenced by image_undosys_step_encode(), uhandle_add(), uhandle_ensure(), uhandle_lookup(), and uhandle_lookup_by_name().
struct UndoImageHandle* UndoImageHandle::next |
Definition at line 556 of file image_undo.cc.
struct UndoImageHandle * UndoImageHandle::prev |
Definition at line 556 of file image_undo.cc.