Blender V2.61 - r43446
Public Attributes

UndoElem Struct Reference

List of all members.

Public Attributes

struct UndoElemnext
struct UndoElemprev
char str [FILE_MAX]
char name [MAXUNDONAME]
MemFile memfile
uintptr_t undosize
ListBase elems
UndoRestoreCb restore
UndoFreeCb free
ID id
Objectob
int type
void * undodata
void *(* getdata )(bContext *C)
void(* freedata )(void *)
void(* to_editmode )(void *, void *)
void *(* from_editmode )(void *)
int(* validate_undo )(void *, void *)

Detailed Description

Definition at line 452 of file blender.c.


Member Data Documentation

Definition at line 55 of file paint_undo.c.

Referenced by undo_elem_free(), undo_paint_push_get_list(), and undo_restore().

Definition at line 58 of file paint_undo.c.

Referenced by undo_elem_free(), and undo_stack_push_begin().

void(* UndoElem::freedata)(void *)

Definition at line 98 of file editmode_undo.c.

Referenced by undo_clean_stack(), undo_editmode_clear(), and undo_editmode_push().

void*(* UndoElem::from_editmode)(void *)

Definition at line 100 of file editmode_undo.c.

Referenced by undo_editmode_push().

Definition at line 97 of file editmode_undo.c.

Referenced by undo_clean_stack(), undo_editmode_push(), and undo_editmode_step().

Definition at line 91 of file editmode_undo.c.

Referenced by undo_clean_stack(), and undo_editmode_push().

Definition at line 92 of file editmode_undo.c.

Referenced by undo_clean_stack(), undo_editmode_get_prev(), and undo_editmode_push().

Definition at line 57 of file paint_undo.c.

Referenced by undo_restore(), and undo_stack_push_begin().

char UndoElem::str[FILE_MAX]

Definition at line 454 of file blender.c.

Referenced by BKE_write_undo(), and read_undosave().

void(* UndoElem::to_editmode)(void *, void *)

Definition at line 99 of file editmode_undo.c.

Referenced by undo_editmode_push(), and undo_restore().

uintptr_t UndoElem::undosize
int(* UndoElem::validate_undo)(void *, void *)

Definition at line 101 of file editmode_undo.c.

Referenced by undo_clean_stack(), and undo_editmode_push().


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