|
Blender V4.3
|
Public Attributes | ||
| char32_t * | textbuf | |
| CharInfo * | textbufinfo | |
| int | len | |
| int | pos | |
| int | selstart | |
| int | selend | |
| struct { | ||
| BArrayState * textbuf | ||
| BArrayState * textbufinfo | ||
| } | store | |
| size_t | undo_size | |
Definition at line 53 of file editfont_undo.cc.
| int UndoFont::len |
Definition at line 57 of file editfont_undo.cc.
Referenced by uf_arraystore_compact_ex(), uf_arraystore_expand(), undofont_from_editfont(), and undofont_to_editfont().
| int UndoFont::pos |
Definition at line 57 of file editfont_undo.cc.
Referenced by undofont_from_editfont(), and undofont_to_editfont().
| int UndoFont::selend |
Definition at line 57 of file editfont_undo.cc.
Referenced by undofont_from_editfont(), and undofont_to_editfont().
| int UndoFont::selstart |
Definition at line 57 of file editfont_undo.cc.
Referenced by undofont_from_editfont(), and undofont_to_editfont().
| struct { ... } UndoFont::store |
| char32_t* UndoFont::textbuf |
Definition at line 54 of file editfont_undo.cc.
Referenced by undofont_free_data(), undofont_from_editfont(), and undofont_to_editfont().
| BArrayState* UndoFont::textbuf |
Definition at line 61 of file editfont_undo.cc.
| CharInfo* UndoFont::textbufinfo |
Definition at line 55 of file editfont_undo.cc.
Referenced by undofont_free_data(), undofont_from_editfont(), and undofont_to_editfont().
| BArrayState* UndoFont::textbufinfo |
Definition at line 62 of file editfont_undo.cc.
| size_t UndoFont::undo_size |
Definition at line 66 of file editfont_undo.cc.
Referenced by font_undosys_step_encode(), and undofont_from_editfont().