|
Blender V4.3
|
Public Attributes | |
| uiUndoStack_Text_State * | next |
| uiUndoStack_Text_State * | prev |
| int | cursor_index |
| char | text [0] |
Definition at line 25 of file interface_undo.cc.
| int uiUndoStack_Text_State::cursor_index |
Definition at line 27 of file interface_undo.cc.
Referenced by ui_textedit_redo_impl(), ui_textedit_undo_impl(), and ui_textedit_undo_push().
| uiUndoStack_Text_State* uiUndoStack_Text_State::next |
Definition at line 26 of file interface_undo.cc.
Referenced by ui_textedit_redo_impl(), and ui_textedit_undo_push().
| uiUndoStack_Text_State * uiUndoStack_Text_State::prev |
Definition at line 26 of file interface_undo.cc.
Referenced by ui_textedit_undo_impl().
| char uiUndoStack_Text_State::text[0] |
Definition at line 28 of file interface_undo.cc.
Referenced by ui_textedit_redo_impl(), ui_textedit_undo_impl(), and ui_textedit_undo_push().