Blender
V3.3
|
Public Attributes | |
struct uiUndoStack_Text_State * | next |
struct uiUndoStack_Text_State * | prev |
int | cursor_index |
char | text [0] |
Definition at line 24 of file interface_undo.c.
int uiUndoStack_Text_State::cursor_index |
Definition at line 26 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 25 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 25 of file interface_undo.c.
Referenced by ui_textedit_undo_impl().
char uiUndoStack_Text_State::text[0] |
Definition at line 27 of file interface_undo.c.
Referenced by ui_textedit_redo_impl(), ui_textedit_undo_impl(), and ui_textedit_undo_push().