|
Blender
V2.93
|
Public Attributes | |
| struct uiUndoStack_Text_State * | next |
| struct uiUndoStack_Text_State * | prev |
| int | cursor_index |
| char | text [0] |
Definition at line 40 of file interface_undo.c.
| int uiUndoStack_Text_State::cursor_index |
Definition at line 42 of file interface_undo.c.
Referenced by ui_textedit_redo_impl(), ui_textedit_undo_impl(), and ui_textedit_undo_push().
| struct uiUndoStack_Text_State* uiUndoStack_Text_State::next |
Definition at line 41 of file interface_undo.c.
Referenced by ui_textedit_redo_impl(), and ui_textedit_undo_push().
| struct uiUndoStack_Text_State * uiUndoStack_Text_State::prev |
Definition at line 41 of file interface_undo.c.
Referenced by ui_textedit_undo_impl().
| char uiUndoStack_Text_State::text[0] |
Definition at line 43 of file interface_undo.c.
Referenced by ui_textedit_redo_impl(), ui_textedit_undo_impl(), and ui_textedit_undo_push().