|
Blender
V2.59
|
#include <DNA_space_types.h>
Public Attributes | |
| SpaceLink * | next |
| SpaceLink * | prev |
| ListBase | regionbase |
| int | spacetype |
| float | blockscale |
| short | blockhandler [8] |
| struct Text * | text |
| int | top |
| int | viewlines |
| short | flags |
| short | menunr |
| short | lheight |
| char | cwidth |
| char | linenrs_tot |
| int | left |
| int | showlinenrs |
| int | tabnumber |
| short | showsyntax |
| short | line_hlight |
| short | overwrite |
| short | live_edit |
| float | pix_per_line |
| struct rcti txtscroll | txtbar |
| int | wordwrap |
| int | doplugins |
| char | findstr [256] |
| char | replacestr [256] |
| short | margin_column |
| char | pad [6] |
| void * | drawcache |
Definition at line 295 of file DNA_space_types.h.
| short SpaceText::blockhandler[8] |
Definition at line 301 of file DNA_space_types.h.
| float SpaceText::blockscale |
Definition at line 299 of file DNA_space_types.h.
| char SpaceText::cwidth |
Definition at line 309 of file DNA_space_types.h.
Referenced by draw_brackets(), draw_cursor(), draw_documentation(), draw_markers(), draw_suggestion_list(), draw_text_main(), scroll_apply(), scroll_invoke(), set_cursor_to_pos(), text_do_suggest_select(), text_draw(), text_draw_wrapped(), text_font_draw_character(), text_update_character_width(), text_update_cursor_moved(), text_update_drawcache(), and wrap_width().
Definition at line 322 of file DNA_space_types.h.
Referenced by do_texttools().
| void* SpaceText::drawcache |
Definition at line 330 of file DNA_space_types.h.
Referenced by lib_link_screen(), text_drawcache_init(), text_drawcache_tag_update(), text_duplicate(), text_free_caches(), text_get_total_lines(), text_get_visible_lines_no(), and text_update_drawcache().
| char SpaceText::findstr[256] |
Definition at line 324 of file DNA_space_types.h.
Referenced by find_and_replace(), and find_set_selected_exec().
| short SpaceText::flags |
Definition at line 306 of file DNA_space_types.h.
Referenced by area_add_window_regions(), draw_text_main(), draw_textscroll(), find_and_replace(), scroll_bar_invoke(), scroll_exit(), and scroll_invoke().
| int SpaceText::left |
Definition at line 310 of file DNA_space_types.h.
Referenced by draw_brackets(), draw_cursor(), draw_documentation(), draw_markers(), draw_suggestion_list(), draw_text_main(), scroll_apply(), set_cursor_apply(), set_cursor_to_pos(), text_do_suggest_select(), and text_update_cursor_moved().
| short SpaceText::lheight |
Definition at line 308 of file DNA_space_types.h.
Referenced by do_versions(), draw_brackets(), draw_cursor(), draw_documentation(), draw_markers(), draw_suggestion_list(), draw_text_main(), scroll_apply(), scroll_invoke(), set_cursor_to_pos(), text_do_suggest_select(), text_draw_wrapped(), text_font_begin(), text_new(), and text_update_drawcache().
| short SpaceText::line_hlight |
Definition at line 315 of file DNA_space_types.h.
Referenced by draw_cursor().
Definition at line 309 of file DNA_space_types.h.
Referenced by draw_text_main(), and text_update_drawcache().
| short SpaceText::live_edit |
Definition at line 317 of file DNA_space_types.h.
| short SpaceText::margin_column |
Definition at line 327 of file DNA_space_types.h.
Referenced by draw_text_main(), and text_new().
| short SpaceText::menunr |
Definition at line 306 of file DNA_space_types.h.
Definition at line 296 of file DNA_space_types.h.
| short SpaceText::overwrite |
Definition at line 316 of file DNA_space_types.h.
Referenced by do_textmarkers(), do_texttools(), draw_cursor(), insert_exec(), and toggle_overwrite_exec().
| char SpaceText::pad[6] |
Definition at line 328 of file DNA_space_types.h.
| float SpaceText::pix_per_line |
Definition at line 318 of file DNA_space_types.h.
Referenced by calc_text_rcts(), scroll_apply(), and set_cursor_apply().
Definition at line 296 of file DNA_space_types.h.
Definition at line 297 of file DNA_space_types.h.
Referenced by text_new().
| char SpaceText::replacestr[256] |
Definition at line 325 of file DNA_space_types.h.
Referenced by find_and_replace(), and replace_set_selected_exec().
Definition at line 311 of file DNA_space_types.h.
Referenced by draw_brackets(), draw_cursor(), draw_documentation(), draw_markers(), draw_suggestion_list(), draw_text_main(), line_number_invoke(), set_cursor_to_pos(), text_do_suggest_select(), text_draw(), text_update_drawcache(), and wrap_width().
| short SpaceText::showsyntax |
Definition at line 314 of file DNA_space_types.h.
Referenced by draw_brackets(), draw_text_main(), text_draw(), and text_draw_wrapped().
Definition at line 298 of file DNA_space_types.h.
Referenced by text_new().
Definition at line 312 of file DNA_space_types.h.
Referenced by convert_whitespace_exec(), do_versions(), draw_cursor(), flatten_string(), line_break_exec(), set_cursor_to_pos(), text_get_char_pos(), text_get_cursor_rel(), text_get_visible_lines(), text_new(), text_update_drawcache(), wrap_move_bol(), wrap_move_eol(), wrap_offset(), and wrap_offset_in_line().
| struct Text* SpaceText::text |
Definition at line 303 of file DNA_space_types.h.
Referenced by calc_text_rcts(), do_textmarkers(), do_texttools(), draw_brackets(), draw_cursor(), draw_documentation(), draw_markers(), draw_suggestion_list(), draw_text_main(), find_and_replace(), first_visible_line(), lib_link_screen(), lib_link_screen_restore(), move_cursor(), new_exec(), open_exec(), set_cursor_apply(), set_cursor_exec(), set_cursor_exit(), set_cursor_to_pos(), set_selection_invoke(), text_context(), text_do_suggest_select(), text_drawcache_init(), text_drawcache_tag_update(), text_free(), text_listener(), text_update_cursor_moved(), text_update_drawcache(), toggle_overwrite_exec(), unlink_exec(), unlink_text(), wrap_move_bol(), wrap_move_down(), wrap_move_eol(), wrap_move_up(), wrap_offset(), and wrap_offset_in_line().
| int SpaceText::top |
Definition at line 305 of file DNA_space_types.h.
Referenced by calc_text_rcts(), draw_brackets(), draw_cursor(), draw_documentation(), draw_markers(), draw_suggestion_list(), draw_text_main(), first_visible_line(), new_exec(), open_exec(), screen_skip(), scroll_modal(), set_cursor_to_pos(), text_do_suggest_select(), text_update_cursor_moved(), unlink_text(), and wrap_offset().
| struct rcti txtscroll SpaceText::txtbar |
Definition at line 320 of file DNA_space_types.h.
Referenced by calc_text_rcts(), draw_textscroll(), scroll_bar_invoke(), and set_cursor_invoke().
Definition at line 305 of file DNA_space_types.h.
Referenced by calc_text_rcts(), draw_markers(), draw_text_main(), move_cursor(), screen_skip(), scroll_modal(), and text_update_cursor_moved().
Definition at line 322 of file DNA_space_types.h.
Referenced by cursor_skip(), draw_cursor(), draw_text_main(), first_visible_line(), move_cursor(), scroll_apply(), set_cursor_apply(), set_cursor_to_pos(), text_get_span_wrap(), text_update_cursor_moved(), text_update_drawcache(), wrap_offset(), and wrap_offset_in_line().