|
Blender V4.3
|
Public Attributes | ||
| UndoImageBuf * | next | |
| UndoImageBuf * | prev | |
| UndoImageBuf * | post | |
| char | ibuf_filepath [IMB_FILEPATH_SIZE] | |
| UndoImageTile ** | tiles | |
| uint32_t | tiles_len | |
| uint32_t | tiles_dims [2] | |
| uint32_t | image_dims [2] | |
| struct { | ||
| short source | ||
| bool use_float | ||
| } | image_state | |
Definition at line 459 of file image_undo.cc.
| char UndoImageBuf::ibuf_filepath[IMB_FILEPATH_SIZE] |
Definition at line 467 of file image_undo.cc.
Referenced by ubuf_from_image_no_tiles(), and ubuf_lookup_from_reference().
| uint32_t UndoImageBuf::image_dims[2] |
Definition at line 475 of file image_undo.cc.
Referenced by image_undosys_step_encode(), ubuf_ensure_compat_ibuf(), ubuf_from_image_no_tiles(), and ubuf_lookup_from_reference().
| struct { ... } UndoImageBuf::image_state |
Store variables from the image.
Referenced by ubuf_ensure_compat_ibuf(), and ubuf_from_image_no_tiles().
| UndoImageBuf* UndoImageBuf::next |
Definition at line 460 of file image_undo.cc.
| UndoImageBuf* UndoImageBuf::post |
The buffer after the undo step has executed.
Definition at line 465 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_free(), ubuf_lookup_from_reference(), uhandle_add_ubuf(), and uhandle_restore_list().
| UndoImageBuf * UndoImageBuf::prev |
Definition at line 460 of file image_undo.cc.
| short UndoImageBuf::source |
Definition at line 479 of file image_undo.cc.
Referenced by ubuf_from_image_no_tiles().
| UndoImageTile** UndoImageBuf::tiles |
Definition at line 469 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_free(), ubuf_from_image_all_tiles(), ubuf_from_image_no_tiles(), and uhandle_restore_list().
| uint32_t UndoImageBuf::tiles_dims[2] |
Definition at line 473 of file image_undo.cc.
Referenced by image_undosys_step_encode(), ubuf_from_image_all_tiles(), ubuf_from_image_no_tiles(), and uhandle_restore_list().
| uint32_t UndoImageBuf::tiles_len |
Can calculate these from dims, just for convenience.
Definition at line 472 of file image_undo.cc.
Referenced by ED_image_undo_push_begin_with_image(), image_undosys_step_encode(), ubuf_free(), ubuf_from_image_all_tiles(), and ubuf_from_image_no_tiles().
| bool UndoImageBuf::use_float |
Definition at line 480 of file image_undo.cc.
Referenced by ubuf_ensure_compat_ibuf(), and ubuf_from_image_no_tiles().