|
Blender V4.3
|
#include <DNA_text_types.h>
Public Attributes | |
| ID | id |
| char * | filepath |
| void * | compiled |
| int | flags |
| char | _pad0 [4] |
| ListBase | lines |
| TextLine * | curl |
| TextLine * | sell |
| int | curc |
| int | selc |
| double | mtime |
Definition at line 26 of file DNA_text_types.h.
| char Text::_pad0[4] |
Definition at line 43 of file DNA_text_types.h.
| void* Text::compiled |
Python code object for this text (cached result of #Py_CompileStringObject).
Definition at line 40 of file DNA_text_types.h.
Referenced by text_copy_data().
| int Text::curc |
Definition at line 47 of file DNA_text_types.h.
Referenced by space_text_do_suggest_select(), text_autocomplete_modal(), text_copy_data(), and text_insert_invoke().
| TextLine* Text::curl |
Definition at line 46 of file DNA_text_types.h.
Referenced by BKE_text_load_ex(), space_text_do_suggest_select(), text_autocomplete_invoke(), text_autocomplete_modal(), text_copy_data(), and text_insert_invoke().
| char* Text::filepath |
Optional file path, when NULL text is considered internal. Otherwise this path will be used when saving/reloading.
When set this is where the file will or has been saved.
Definition at line 35 of file DNA_text_types.h.
Referenced by BKE_text_load_ex(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), and text_copy_data().
| int Text::flags |
Definition at line 42 of file DNA_text_types.h.
Referenced by BKE_text_load_ex(), text_blend_write(), and text_copy_data().
| ID Text::id |
Definition at line 27 of file DNA_text_types.h.
Referenced by BKE_text_add(), BKE_text_load_ex(), blender::ed::space_node::frame_node_draw_label(), text_blend_write(), and text_context().
| ListBase Text::lines |
Definition at line 45 of file DNA_text_types.h.
Referenced by BKE_text_load_ex(), space_text_cursor_set_to_pos_wrapped(), space_text_get_line_pos_wrapped(), text_copy_data(), and text_selection_set_invoke().
| double Text::mtime |
Definition at line 49 of file DNA_text_types.h.
Referenced by BKE_text_load_ex().
| int Text::selc |
Definition at line 47 of file DNA_text_types.h.
Referenced by text_copy_data(), text_insert_invoke(), and text_selection_set_invoke().
| TextLine * Text::sell |
Definition at line 46 of file DNA_text_types.h.
Referenced by BKE_text_load_ex(), text_copy_data(), text_insert_invoke(), and text_selection_set_invoke().