Blender V4.3
UndoFont Struct Reference

Public Attributes

char32_t * textbuf
 
CharInfotextbufinfo
 
int len
 
int pos
 
int selstart
 
int selend
 
struct { 
 
   BArrayState *   textbuf 
 
   BArrayState *   textbufinfo 
 
store 
 
size_t undo_size
 

Detailed Description

Definition at line 53 of file editfont_undo.cc.

Member Data Documentation

◆ len

◆ pos

int UndoFont::pos

Definition at line 57 of file editfont_undo.cc.

Referenced by undofont_from_editfont(), and undofont_to_editfont().

◆ selend

int UndoFont::selend

Definition at line 57 of file editfont_undo.cc.

Referenced by undofont_from_editfont(), and undofont_to_editfont().

◆ selstart

int UndoFont::selstart

Definition at line 57 of file editfont_undo.cc.

Referenced by undofont_from_editfont(), and undofont_to_editfont().

◆ [struct]

struct { ... } UndoFont::store

◆ textbuf [1/2]

char32_t* UndoFont::textbuf

◆ textbuf [2/2]

BArrayState* UndoFont::textbuf

Definition at line 61 of file editfont_undo.cc.

◆ textbufinfo [1/2]

CharInfo* UndoFont::textbufinfo

◆ textbufinfo [2/2]

BArrayState* UndoFont::textbufinfo

Definition at line 62 of file editfont_undo.cc.

◆ undo_size

size_t UndoFont::undo_size

Definition at line 66 of file editfont_undo.cc.

Referenced by font_undosys_step_encode(), and undofont_from_editfont().


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