|
Blender V5.0
|
#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 draw_text_main(), make_new_line(), text_check_format_len(), text_copy_data(), text_find_and_replace(), text_from_buf(), text_init_data(), text_replace_all(), text_update_line_edited(), txt_delete_line(), txt_from_buf_for_undo(), txt_new_linen(), txt_split_curline(), txtfmt_glsl_format_line(), txtfmt_osl_format_line(), txtfmt_pov_format_line(), txtfmt_pov_ini_format_line(), and txtfmt_py_format_line().
| int TextLine::len |
Definition at line 22 of file DNA_text_types.h.
Referenced by cleanup_textline(), ED_space_text_region_location_from_cursor(), make_new_line(), space_text_get_cursor_rel(), space_text_wrap_offset_in_line(), text_autocomplete_modal(), text_convert_whitespace_exec(), text_copy_data(), text_from_buf(), text_init_data(), text_jump_to_file_at_point_exec(), text_select_word_exec(), txt_add_char_intern(), txt_backspace_char(), txt_combine_lines(), txt_cursor_is_line_end(), txt_delete_char(), txt_delete_sel(), txt_move_eof(), txt_new_linen(), txt_replace_char(), txt_sel_all(), txt_sel_line(), txt_sel_set(), txt_sel_to_buf(), txt_select_prefix(), txt_select_unprefix(), and txt_split_curline().
| char* TextLine::line |
Definition at line 19 of file DNA_text_types.h.
Referenced by cleanup_textline(), confirm_suggestion(), draw_brackets(), draw_suggestion_list(), draw_text_decoration(), draw_text_main(), ED_space_text_region_location_from_cursor(), ED_space_text_scroll_to_cursor(), get_suggest_prefix(), make_new_line(), space_text_get_cursor_rel(), space_text_get_span_wrap(), space_text_update_drawcache(), space_text_wrap_offset_in_line(), text_autocomplete_build(), text_autocomplete_modal(), text_convert_whitespace_exec(), text_copy_data(), text_delete_exec(), text_from_buf(), text_indent_or_autocomplete_exec(), text_init_data(), text_jump_to_file_at_point_exec(), text_select_word_exec(), text_text_search_exec(), txt_add_char_intern(), txt_add_object(), txt_backspace_char(), txt_calc_tab_left(), txt_calc_tab_right(), txt_combine_lines(), txt_delete_char(), txt_delete_line(), txt_delete_sel(), txt_duplicate_line(), txt_find_string(), txt_from_buf_for_undo(), txt_new_linen(), txt_replace_char(), txt_sel_set(), txt_sel_to_buf(), txt_select_prefix(), txt_select_unprefix(), txt_setcurr_tab_spaces(), txt_split_curline(), txtfmt_glsl_format_line(), txtfmt_osl_format_line(), txtfmt_pov_format_line(), txtfmt_pov_ini_format_line(), and txtfmt_py_format_line().
| struct TextLine* TextLine::next |
Definition at line 17 of file DNA_text_types.h.
Referenced by draw_text_main(), space_text_get_span_wrap(), space_text_update_drawcache(), text_init_data(), text_insert_invoke(), text_span_is_blank(), txt_add_object(), txt_backspace_char(), txt_clean_text(), txt_delete_char(), txt_delete_sel(), txt_find_string(), txt_from_buf_for_undo(), txt_get_span(), txt_move_lines(), txt_new_linen(), txt_sel_to_buf(), txt_select_prefix(), txt_select_unprefix(), txtfmt_glsl_format_line(), txtfmt_osl_format_line(), txtfmt_pov_format_line(), txtfmt_pov_ini_format_line(), and txtfmt_py_format_line().
| struct TextLine * TextLine::prev |
Definition at line 17 of file DNA_text_types.h.
Referenced by space_text_do_suggest_select(), text_init_data(), text_line_break_exec(), txt_backspace_char(), txt_delete_sel(), txt_get_span(), txt_move_lines(), txt_new_linen(), txt_select_prefix(), txt_select_unprefix(), txtfmt_glsl_format_line(), txtfmt_osl_format_line(), txtfmt_pov_format_line(), txtfmt_pov_ini_format_line(), and txtfmt_py_format_line().