Blender
V3.3
|
Public Attributes | |
char32_t * | textbuf |
struct CharInfo * | textbufinfo |
int | len |
int | pos |
int | selstart |
int | selend |
struct { | |
BArrayState * textbuf | |
BArrayState * textbufinfo | |
} | store |
size_t | undo_size |
Definition at line 52 of file editfont_undo.c.
int UndoFont::len |
Definition at line 56 of file editfont_undo.c.
Referenced by uf_arraystore_compact_ex(), uf_arraystore_expand(), undofont_from_editfont(), and undofont_to_editfont().
int UndoFont::pos |
Definition at line 56 of file editfont_undo.c.
Referenced by undofont_from_editfont(), and undofont_to_editfont().
int UndoFont::selend |
Definition at line 56 of file editfont_undo.c.
Referenced by undofont_from_editfont(), and undofont_to_editfont().
int UndoFont::selstart |
Definition at line 56 of file editfont_undo.c.
Referenced by undofont_from_editfont(), and undofont_to_editfont().
struct { ... } UndoFont::store |
char32_t* UndoFont::textbuf |
Definition at line 53 of file editfont_undo.c.
Referenced by undofont_free_data(), undofont_from_editfont(), and undofont_to_editfont().
BArrayState* UndoFont::textbuf |
Definition at line 60 of file editfont_undo.c.
struct CharInfo* UndoFont::textbufinfo |
Definition at line 54 of file editfont_undo.c.
Referenced by undofont_free_data(), undofont_from_editfont(), and undofont_to_editfont().
BArrayState* UndoFont::textbufinfo |
Definition at line 61 of file editfont_undo.c.
size_t UndoFont::undo_size |
Definition at line 65 of file editfont_undo.c.
Referenced by font_undosys_step_encode(), and undofont_from_editfont().