|
Blender V4.3
|
#include <DNA_text_types.h>
Public Attributes | |
| struct TextLine * | next |
| struct TextLine * | prev |
| char * | line |
| char * | format |
| int | len |
| char | _pad0 [4] |
Definition at line 16 of file DNA_text_types.h.
| char TextLine::_pad0[4] |
Definition at line 23 of file DNA_text_types.h.
| 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().
| int TextLine::len |
Definition at line 22 of file DNA_text_types.h.
Referenced by cleanup_textline(), space_text_cursor_set_to_pos_wrapped(), space_text_cursor_skip(), space_text_get_cursor_rel(), text_autocomplete_modal(), text_copy_data(), text_from_buf(), text_init_data(), txt_combine_lines(), txt_move_eof(), txt_new_linen(), txt_sel_all(), txt_sel_set(), txt_sel_to_buf(), and txt_split_curline().
| char* TextLine::line |
Definition at line 19 of file DNA_text_types.h.
Referenced by cleanup_textline(), space_text_cursor_set_to_pos_wrapped(), space_text_get_cursor_rel(), space_text_get_line_pos_wrapped(), text_autocomplete_modal(), text_copy_data(), text_from_buf(), text_init_data(), txt_add_object(), txt_calc_tab_left(), txt_calc_tab_right(), txt_combine_lines(), txt_find_string(), txt_from_buf_for_undo(), txt_new_linen(), txt_sel_set(), txt_sel_to_buf(), and txt_split_curline().
| struct TextLine* TextLine::next |
Definition at line 17 of file DNA_text_types.h.
Referenced by cursor_skip_find_line(), space_text_cursor_skip(), space_text_get_line_pos_wrapped(), text_cursor_set_to_pos(), text_init_data(), text_insert_invoke(), text_span_is_blank(), txt_add_object(), txt_clean_text(), txt_delete_sel(), txt_find_string(), txt_from_buf_for_undo(), txt_get_span(), txt_move_down(), txt_move_lines(), txt_move_to(), txt_new_linen(), txt_sel_to_buf(), and txt_wrap_move_down().
| struct TextLine * TextLine::prev |
Definition at line 17 of file DNA_text_types.h.
Referenced by cursor_skip_find_line(), space_text_cursor_skip(), space_text_do_suggest_select(), text_cursor_set_to_pos(), text_init_data(), txt_delete_sel(), txt_get_span(), txt_move_up(), txt_new_linen(), and txt_wrap_move_up().