|
Blender V4.3
|
Public Attributes | |
| UndoStep | step |
| UndoRefID_Text | text_ref |
| TextState | states [2] |
Definition at line 96 of file text_undo.cc.
| TextState TextUndoStep::states[2] |
First state is optional (initial state), the second is the state after the operation is done.
Definition at line 103 of file text_undo.cc.
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 97 of file text_undo.cc.
Referenced by text_undosys_step_encode(), and text_undosys_step_encode_init().
| UndoRefID_Text TextUndoStep::text_ref |
Definition at line 98 of file text_undo.cc.
Referenced by text_undosys_foreach_ID_ref(), text_undosys_step_decode(), text_undosys_step_encode(), and text_undosys_step_encode_init().