Blender V4.3
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 42 of file text_undo.cc.

Member Data Documentation

◆ buf_array_state

BArrayState* TextState::buf_array_state

Definition at line 43 of file text_undo.cc.

Referenced by text_undosys_step_decode().

◆ cursor_column

int TextState::cursor_column

Definition at line 46 of file text_undo.cc.

◆ cursor_column_select

int TextState::cursor_column_select

Definition at line 46 of file text_undo.cc.

◆ cursor_line

int TextState::cursor_line

Definition at line 45 of file text_undo.cc.

◆ cursor_line_select

int TextState::cursor_line_select

Definition at line 45 of file text_undo.cc.


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