Blender V4.5
UndoImageHandle Struct Reference

Public Attributes

UndoImageHandlenext
UndoImageHandleprev
UndoRefID_Image image_ref
ImageUser iuser
ListBase buffers

Detailed Description

Definition at line 582 of file image_undo.cc.

Member Data Documentation

◆ buffers

ListBase UndoImageHandle::buffers

List of UndoImageBuf's to support multiple buffers per image.

Definition at line 597 of file image_undo.cc.

Referenced by uhandle_add_ubuf(), and uhandle_lookup_ubuf().

◆ image_ref

UndoRefID_Image UndoImageHandle::image_ref

Each undo handle refers to a single image which may have multiple buffers.

Definition at line 586 of file image_undo.cc.

Referenced by uhandle_add().

◆ iuser

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 592 of file image_undo.cc.

Referenced by uhandle_add().

◆ next

UndoImageHandle* UndoImageHandle::next

Definition at line 583 of file image_undo.cc.

◆ prev

UndoImageHandle * UndoImageHandle::prev

Definition at line 583 of file image_undo.cc.


The documentation for this struct was generated from the following file: