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

Public Attributes

BArrayStatebuf_array_state
 
int cursor_line
 
int cursor_line_select
 
int cursor_column
 
int cursor_column_select
 

Detailed Description

Only stores the state of a text buffer.

Definition at line 53 of file text_undo.c.

Member Data Documentation

◆ buf_array_state

BArrayState* TextState::buf_array_state

Definition at line 54 of file text_undo.c.

Referenced by text_undosys_step_decode().

◆ cursor_column

int TextState::cursor_column

Definition at line 57 of file text_undo.c.

◆ cursor_column_select

int TextState::cursor_column_select

Definition at line 57 of file text_undo.c.

◆ cursor_line

int TextState::cursor_line

Definition at line 56 of file text_undo.c.

◆ cursor_line_select

int TextState::cursor_line_select

Definition at line 56 of file text_undo.c.


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