Blender
V3.3
|
Public Attributes | |
UndoStep | step |
UndoRefID_Text | text_ref |
TextState | states [2] |
Definition at line 105 of file text_undo.c.
TextState TextUndoStep::states[2] |
First state is optional (initial state), the second is the state after the operation is done.
Definition at line 112 of file text_undo.c.
Referenced by text_undosys_step_decode(), text_undosys_step_encode(), text_undosys_step_encode_init(), and text_undosys_step_free().
UndoStep TextUndoStep::step |
Definition at line 106 of file text_undo.c.
Referenced by text_undosys_step_encode(), and text_undosys_step_encode_init().
UndoRefID_Text TextUndoStep::text_ref |
Definition at line 107 of file text_undo.c.
Referenced by text_undosys_foreach_ID_ref(), text_undosys_step_decode(), text_undosys_step_encode(), and text_undosys_step_encode_init().