Blender  V3.3
Public Attributes | List of all members
UndoFont Struct Reference

Public Attributes

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

Detailed Description

Definition at line 52 of file editfont_undo.c.

Member Data Documentation

◆ len

int UndoFont::len

◆ pos

int UndoFont::pos

Definition at line 56 of file editfont_undo.c.

Referenced by undofont_from_editfont(), and undofont_to_editfont().

◆ selend

int UndoFont::selend

Definition at line 56 of file editfont_undo.c.

Referenced by undofont_from_editfont(), and undofont_to_editfont().

◆ selstart

int UndoFont::selstart

Definition at line 56 of file editfont_undo.c.

Referenced by undofont_from_editfont(), and undofont_to_editfont().

◆ 

struct { ... } UndoFont::store

◆ textbuf [1/2]

char32_t* UndoFont::textbuf

◆ textbuf [2/2]

BArrayState* UndoFont::textbuf

Definition at line 60 of file editfont_undo.c.

◆ textbufinfo [1/2]

struct CharInfo* UndoFont::textbufinfo

◆ textbufinfo [2/2]

BArrayState* UndoFont::textbufinfo

Definition at line 61 of file editfont_undo.c.

◆ undo_size

size_t UndoFont::undo_size

Definition at line 65 of file editfont_undo.c.

Referenced by font_undosys_step_encode(), and undofont_from_editfont().


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