Blender V4.3
UndoImageHandle Struct Reference

Public Attributes

UndoImageHandlenext
 
UndoImageHandleprev
 
UndoRefID_Image image_ref
 
ImageUser iuser
 
ListBase buffers
 

Detailed Description

Definition at line 578 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 593 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 582 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 588 of file image_undo.cc.

Referenced by uhandle_add().

◆ next

UndoImageHandle* UndoImageHandle::next

Definition at line 579 of file image_undo.cc.

◆ prev

UndoImageHandle * UndoImageHandle::prev

Definition at line 579 of file image_undo.cc.


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