Blender V2.61 - r43446
|
#include <DNA_text_types.h>
Public Attributes | |
struct TextLine * | next |
struct TextLine * | prev |
char * | line |
char * | format |
int | len |
int | blen |
Definition at line 39 of file DNA_text_types.h.
int TextLine::blen |
Definition at line 44 of file DNA_text_types.h.
char* TextLine::format |
Definition at line 43 of file DNA_text_types.h.
Referenced by add_empty_text(), add_text(), copy_text(), direct_link_text(), draw_brackets(), draw_text_main(), free_text(), make_new_line(), reopen_text(), text_check_format_len(), text_convert_whitespace_exec(), text_update_line_edited(), txt_delete_line(), txt_format_line(), txt_new_line(), txt_new_linen(), and txt_split_curline().
int TextLine::len |
Definition at line 44 of file DNA_text_types.h.
Referenced by add_empty_text(), add_text(), cleanup_textline(), copy_text(), cursor_skip(), direct_link_text(), do_versions(), draw_brackets(), draw_markers(), make_new_line(), reopen_text(), text_convert_whitespace_exec(), text_cursor_set_to_pos_wrapped(), text_get_cursor_rel(), txt_add_char_intern(), txt_backspace_char(), txt_combine_lines(), txt_comment(), txt_copy_selected(), txt_delete_char(), txt_delete_sel(), txt_indent(), txt_move_down(), txt_move_up(), txt_new_line(), txt_new_linen(), txt_replace_char(), txt_sel_all(), txt_sel_line(), txt_sel_to_buf(), txt_split_curline(), txt_to_buf(), txt_uncomment(), txt_unindent(), and write_texts().
char* TextLine::line |
Definition at line 42 of file DNA_text_types.h.
Referenced by add_empty_text(), add_text(), cleanup_textline(), confirm_suggestion(), copy_text(), direct_link_text(), do_versions(), draw_brackets(), draw_cursor(), draw_markers(), ED_text_to_object(), free_text(), get_first_visible_line(), get_suggest_prefix(), make_new_line(), reopen_text(), setcurr_tab_spaces(), text_convert_whitespace_exec(), text_cursor_set_to_pos_wrapped(), text_get_cursor_rel(), text_get_span_wrap(), text_scroll_to_cursor(), text_update_drawcache(), txt_add_char_intern(), txt_add_object(), txt_backspace_char(), txt_combine_lines(), txt_comment(), txt_copy_selected(), txt_delete_char(), txt_delete_line(), txt_delete_sel(), txt_find_string(), txt_format_line(), txt_indent(), txt_new_line(), txt_new_linen(), txt_replace_char(), txt_sel_to_buf(), txt_split_curline(), txt_to_buf(), txt_uncomment(), txt_unindent(), txt_write_file(), wrap_offset(), wrap_offset_in_line(), and write_texts().
struct TextLine* TextLine::next |
Definition at line 40 of file DNA_text_types.h.
Referenced by add_empty_text(), copy_text(), cursor_skip(), cursor_skip_find_line(), direct_link_text(), do_versions(), draw_brackets(), draw_text_main(), ED_text_to_object(), first_visible_line(), free_text(), get_first_visible_line(), reopen_text(), text_convert_whitespace_exec(), text_cursor_set_to_pos(), text_cursor_set_to_pos_wrapped(), text_get_span_wrap(), text_update_drawcache(), text_update_edited(), txt_add_object(), txt_backspace_char(), txt_clean_text(), txt_comment(), txt_copy_selected(), txt_delete_char(), txt_delete_sel(), txt_do_redo(), txt_do_undo(), txt_find_string(), txt_format_line(), txt_get_span(), txt_indent(), txt_move_down(), txt_move_to(), txt_new_line(), txt_new_linen(), txt_sel_to_buf(), txt_to_buf(), txt_uncomment(), txt_unindent(), txt_wrap_move_down(), txt_write_file(), wrap_offset(), and write_texts().
struct TextLine * TextLine::prev |
Definition at line 40 of file DNA_text_types.h.
Referenced by add_empty_text(), cursor_skip(), cursor_skip_find_line(), draw_brackets(), draw_documentation(), draw_suggestion_list(), text_cursor_set_to_pos(), text_do_suggest_select(), text_line_break_exec(), txt_backspace_char(), txt_clean_text(), txt_comment(), txt_delete_sel(), txt_format_line(), txt_get_span(), txt_indent(), txt_move_up(), txt_new_line(), txt_new_linen(), txt_uncomment(), txt_unindent(), and txt_wrap_move_up().