Blender V2.61 - r43446
|
Public Attributes | |
struct UndoElem * | next |
struct UndoElem * | prev |
char | str [FILE_MAX] |
char | name [MAXUNDONAME] |
MemFile | memfile |
uintptr_t | undosize |
ListBase | elems |
UndoRestoreCb | restore |
UndoFreeCb | free |
ID | id |
Object * | ob |
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 *) |
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().
void*(* UndoElem::getdata)(bContext *C) |
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 456 of file blender.c.
Referenced by BKE_reset_undo(), BKE_undo_get_main(), BKE_undo_save_quit(), BKE_write_undo(), and read_undosave().
char UndoElem::name |
Definition at line 455 of file blender.c.
Referenced by BKE_undo_get_name(), BKE_undo_menu_string(), BKE_undo_step(), BKE_write_undo(), ED_undo_paint_valid(), undo_editmode_get_name(), undo_editmode_name(), undo_editmode_push(), undo_editmode_step(), undo_editmode_valid(), undo_stack_push_begin(), and undo_stack_step().
struct UndoElem * UndoElem::next |
Definition at line 453 of file blender.c.
Referenced by BKE_reset_undo(), BKE_undo_menu_string(), BKE_undo_step(), BKE_write_undo(), undo_clean_stack(), undo_editmode_clear(), undo_editmode_number(), undo_editmode_step(), undo_stack_free(), and undo_stack_step().
Definition at line 92 of file editmode_undo.c.
Referenced by undo_clean_stack(), undo_editmode_get_prev(), and undo_editmode_push().
struct UndoElem * UndoElem::prev |
Definition at line 453 of file blender.c.
Referenced by BKE_undo_name(), BKE_undo_step(), BKE_undo_valid(), BKE_write_undo(), undo_editmode_get_prev(), undo_editmode_name(), undo_editmode_push(), undo_editmode_step(), undo_editmode_valid(), undo_stack_push_begin(), undo_stack_push_end(), and undo_stack_step().
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().
int UndoElem::type |
Definition at line 93 of file editmode_undo.c.
Referenced by object_add_collision_fields(), undo_clean_stack(), and undo_editmode_push().
void* UndoElem::undodata |
Definition at line 94 of file editmode_undo.c.
Referenced by undo_clean_stack(), undo_editmode_clear(), undo_editmode_get_prev(), undo_editmode_push(), and undo_restore().
uintptr_t UndoElem::undosize |
Definition at line 457 of file blender.c.
Referenced by BKE_write_undo(), undo_editmode_push(), undo_paint_push_count_alloc(), and undo_stack_push_end().
int(* UndoElem::validate_undo)(void *, void *) |
Definition at line 101 of file editmode_undo.c.
Referenced by undo_clean_stack(), and undo_editmode_push().