Blender V5.0
uiUndoStack_Text_State Struct Reference

Public Attributes

uiUndoStack_Text_Statenext
uiUndoStack_Text_Stateprev
int cursor_index
char text [0]

Detailed Description

Definition at line 25 of file interface_undo.cc.

Member Data Documentation

◆ cursor_index

int uiUndoStack_Text_State::cursor_index

◆ next

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().

◆ prev

uiUndoStack_Text_State * uiUndoStack_Text_State::prev

Definition at line 26 of file interface_undo.cc.

Referenced by ui_textedit_undo_impl().

◆ text

char uiUndoStack_Text_State::text[0]

The documentation for this struct was generated from the following file: