|
Blender V4.3
|
#include <BLO_undofile.hh>
Public Attributes | |
| FileReader | reader |
| MemFile * | memfile |
| int | undo_direction |
| bool | memchunk_identical |
Definition at line 75 of file BLO_undofile.hh.
| bool UndoReader::memchunk_identical |
Definition at line 81 of file BLO_undofile.hh.
Referenced by undo_read().
| MemFile* UndoReader::memfile |
Definition at line 78 of file BLO_undofile.hh.
Referenced by BLO_memfile_new_filereader(), blo_read_shared_impl(), and undo_read().
| FileReader UndoReader::reader |
Definition at line 76 of file BLO_undofile.hh.
Referenced by BLO_memfile_new_filereader(), and undo_read().
| int UndoReader::undo_direction |
Definition at line 79 of file BLO_undofile.hh.
Referenced by BLO_memfile_new_filereader(), and undo_read().