|
Blender
V2.59
|
#include <BLO_undofile.h>
Public Attributes | |
| void * | next |
| void * | prev |
| char * | buf |
| unsigned int | ident |
| unsigned int | size |
Definition at line 38 of file BLO_undofile.h.
| char* MemFileChunk::buf |
Definition at line 41 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BKE_undo_save_quit(), BLO_free_memfile(), and fd_read_from_memfile().
| unsigned int MemFileChunk::ident |
Definition at line 42 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BLO_free_memfile(), and BLO_merge_memfile().
| void* MemFileChunk::next |
Definition at line 39 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BKE_undo_save_quit(), BLO_merge_memfile(), and fd_read_from_memfile().
| void * MemFileChunk::prev |
Definition at line 39 of file BLO_undofile.h.
| unsigned int MemFileChunk::size |
Definition at line 42 of file BLO_undofile.h.
Referenced by add_memfilechunk(), BKE_undo_save_quit(), MakeCursor::App::changesize(), MakeCursor::App::doit(), fd_read_from_memfile(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().