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

#include <DNA_text_types.h>

Public Attributes

ID id
 
char * filepath
 
voidcompiled
 
int flags
 
char _pad0 [4]
 
ListBase lines
 
TextLinecurl
 
TextLinesell
 
int curc
 
int selc
 
double mtime
 

Detailed Description

Definition at line 29 of file DNA_text_types.h.

Member Data Documentation

◆ _pad0

char Text::_pad0[4]

Definition at line 46 of file DNA_text_types.h.

◆ compiled

void* Text::compiled

Python code object for this text (cached result of #Py_CompileStringObject).

Definition at line 43 of file DNA_text_types.h.

Referenced by BPY_text_free_code(), python_script_exec(), text_blend_read_data(), text_blend_write(), text_copy_data(), text_reload_exec(), and txt_make_dirty().

◆ curc

int Text::curc

◆ curl

TextLine* Text::curl

◆ filepath

char* Text::filepath

◆ flags

int Text::flags

◆ id

ID Text::id

◆ lines

ListBase Text::lines

◆ mtime

double Text::mtime

◆ selc

int Text::selc

◆ sell

TextLine * Text::sell

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