Blender
V3.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 19 of file DNA_text_types.h.
char TextLine::_pad0[4] |
Definition at line 26 of file DNA_text_types.h.
char* TextLine::format |
May be NULL if syntax is off or not yet formatted.
Definition at line 24 of file DNA_text_types.h.
Referenced by make_new_line(), text_check_format_len(), text_convert_whitespace_exec(), 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_lua_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 25 of file DNA_text_types.h.
Referenced by blo_do_versions_260(), cleanup_textline(), cursor_skip(), make_new_line(), paste_text_exec(), text_autocomplete_build(), text_convert_whitespace_exec(), text_copy_data(), text_cursor_set_to_pos_wrapped(), text_from_buf(), text_get_cursor_rel(), text_init_data(), txt_add_char_intern(), txt_backspace_char(), txt_combine_lines(), txt_cursor_is_line_end(), txt_delete_char(), txt_delete_sel(), txt_new_linen(), txt_replace_char(), txt_sel_all(), txt_sel_line(), txt_sel_to_buf(), txt_select_prefix(), txt_select_unprefix(), and txt_split_curline().
char* TextLine::line |
Definition at line 22 of file DNA_text_types.h.
Referenced by blo_do_versions_260(), cleanup_textline(), confirm_suggestion(), ED_text_to_object(), get_line_pos_wrapped(), get_suggest_prefix(), make_new_line(), text_autocomplete_build(), text_convert_whitespace_exec(), text_copy_data(), text_cursor_set_to_pos_wrapped(), text_delete_exec(), text_from_buf(), text_get_cursor_rel(), text_indent_or_autocomplete_exec(), text_init_data(), 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(), txt_write_file(), txtfmt_lua_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 20 of file DNA_text_types.h.
Referenced by blo_do_versions_260(), cursor_skip(), cursor_skip_find_line(), text_autocomplete_build(), text_convert_whitespace_exec(), text_cursor_set_to_pos(), text_init_data(), text_update_edited(), 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_down(), txt_move_lines(), txt_move_to(), txt_new_linen(), txt_sel_to_buf(), txt_select_prefix(), txt_select_unprefix(), txt_wrap_move_down(), txt_write_file(), txtfmt_lua_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 20 of file DNA_text_types.h.
Referenced by cursor_skip(), cursor_skip_find_line(), text_cursor_set_to_pos(), text_do_suggest_select(), text_init_data(), text_line_break_exec(), txt_backspace_char(), txt_delete_sel(), txt_get_span(), txt_move_lines(), txt_move_up(), txt_new_linen(), txt_select_prefix(), txt_select_unprefix(), txt_wrap_move_up(), txtfmt_lua_format_line(), txtfmt_osl_format_line(), txtfmt_pov_format_line(), txtfmt_pov_ini_format_line(), and txtfmt_py_format_line().