Blender V4.3
TextLine Struct Reference

#include <DNA_text_types.h>

Public Attributes

struct TextLinenext
 
struct TextLineprev
 
char * line
 
char * format
 
int len
 
char _pad0 [4]
 

Detailed Description

Definition at line 16 of file DNA_text_types.h.

Member Data Documentation

◆ _pad0

char TextLine::_pad0[4]

Definition at line 23 of file DNA_text_types.h.

◆ format

char* TextLine::format

May be NULL if syntax is off or not yet formatted.

Definition at line 21 of file DNA_text_types.h.

Referenced by text_copy_data(), text_from_buf(), text_init_data(), txt_from_buf_for_undo(), txt_new_linen(), and txt_split_curline().

◆ len

◆ line

◆ next

◆ prev


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