|
Blender
V2.93
|
#include <DNA_space_types.h>
Public Attributes | |
| SpaceLink * | next |
| SpaceLink * | prev |
| ListBase | regionbase |
| char | spacetype |
| char | link_flag |
| char | _pad0 [6] |
| struct Text * | text |
| int | top |
| int | left |
| char | _pad1 [4] |
| short | flags |
| short | lheight |
| int | tabnumber |
| char | wordwrap |
| char | doplugins |
| char | showlinenrs |
| char | showsyntax |
| char | line_hlight |
| char | overwrite |
| char | live_edit |
| char | _pad2 [1] |
| char | findstr [256] |
| char | replacestr [256] |
| short | margin_column |
| char | _pad3 [2] |
| SpaceText_Runtime | runtime |
Definition at line 1392 of file DNA_space_types.h.
| char SpaceText::_pad0[6] |
Definition at line 1398 of file DNA_space_types.h.
| char SpaceText::_pad1[4] |
Definition at line 1408 of file DNA_space_types.h.
| char SpaceText::_pad2[1] |
Definition at line 1426 of file DNA_space_types.h.
| char SpaceText::_pad3[2] |
Definition at line 1435 of file DNA_space_types.h.
| char SpaceText::doplugins |
Definition at line 1419 of file DNA_space_types.h.
Referenced by text_autocomplete_free(), text_autocomplete_invoke(), and text_autocomplete_modal().
| char SpaceText::findstr[256] |
ST_MAX_FIND_STR.
Definition at line 1429 of file DNA_space_types.h.
Referenced by text_find_and_replace(), text_find_set_selected_exec(), and text_replace_all().
| short SpaceText::flags |
Definition at line 1410 of file DNA_space_types.h.
Referenced by area_add_window_regions(), scroll_exit(), text_find_and_replace(), text_properties_region_draw(), text_replace_all(), text_scroll_bar_invoke(), text_scroll_invoke(), and text_text_search_exec().
| int SpaceText::left |
Determines the horizontal scroll (in columns).
Definition at line 1407 of file DNA_space_types.h.
Referenced by text_cursor_set_to_pos(), text_do_suggest_select(), text_new_exec(), text_open_exec(), text_scroll_apply(), and text_scroll_state_init().
| short SpaceText::lheight |
User preference, is font_size!
Definition at line 1413 of file DNA_space_types.h.
Referenced by blo_do_versions_pre250(), and text_create().
| char SpaceText::line_hlight |
Definition at line 1422 of file DNA_space_types.h.
| char SpaceText::link_flag |
Definition at line 1397 of file DNA_space_types.h.
| char SpaceText::live_edit |
Run python while editing, evil.
Definition at line 1425 of file DNA_space_types.h.
Referenced by text_delete_exec().
| short SpaceText::margin_column |
Column number to show right margin at.
Definition at line 1434 of file DNA_space_types.h.
Referenced by text_create().
| SpaceLink* SpaceText::next |
Definition at line 1393 of file DNA_space_types.h.
| char SpaceText::overwrite |
Definition at line 1423 of file DNA_space_types.h.
Referenced by text_insert_exec(), and text_toggle_overwrite_exec().
| SpaceLink * SpaceText::prev |
Definition at line 1393 of file DNA_space_types.h.
| ListBase SpaceText::regionbase |
Storage of regions for inactive spaces.
Definition at line 1395 of file DNA_space_types.h.
Referenced by text_create().
| char SpaceText::replacestr[256] |
ST_MAX_FIND_STR.
Definition at line 1431 of file DNA_space_types.h.
Referenced by text_find_and_replace(), text_replace_all(), and text_replace_set_selected_exec().
| SpaceText_Runtime SpaceText::runtime |
Keep last.
Definition at line 1438 of file DNA_space_types.h.
Referenced by direct_link_area(), scroll_exit(), text_cursor(), text_cursor_set_invoke(), text_do_suggest_select(), text_draw_context_init(), text_duplicate(), text_line_number_invoke(), text_move_cursor(), text_new_exec(), text_open_exec(), text_pixel_x_to_column(), text_scroll_apply(), text_scroll_bar_invoke(), text_scroll_invoke(), text_scroll_modal(), text_scroll_state_init(), text_selection_set_invoke(), and txt_screen_clamp().
| char SpaceText::showlinenrs |
Definition at line 1420 of file DNA_space_types.h.
Referenced by blo_update_defaults_screen(), text_create(), and text_line_number_invoke().
| char SpaceText::showsyntax |
Definition at line 1421 of file DNA_space_types.h.
Referenced by blo_update_defaults_screen(), text_create(), and text_draw_context_init().
| char SpaceText::spacetype |
Definition at line 1396 of file DNA_space_types.h.
Referenced by text_create().
| int SpaceText::tabnumber |
Definition at line 1415 of file DNA_space_types.h.
Referenced by blo_do_versions_pre250(), flatten_column_to_offset(), flatten_string(), flatten_width(), text_convert_whitespace_exec(), text_create(), text_cursor_set_to_pos_wrapped(), text_get_cursor_rel(), text_line_break_exec(), txt_wrap_move_bol(), and txt_wrap_move_eol().
| struct Text* SpaceText::text |
Definition at line 1401 of file DNA_space_types.h.
Referenced by BKE_screen_area_blend_read_lib(), BKE_screen_foreach_id_screen_area(), get_line_pos_wrapped(), lib_link_workspace_layout_restore(), text_autocomplete_invoke(), text_autocomplete_modal(), text_context(), text_cursor(), text_cursor_set_apply(), text_cursor_set_exec(), text_cursor_set_exit(), text_cursor_set_to_pos(), text_cursor_set_to_pos_wrapped(), text_do_suggest_select(), text_draw_context_init(), text_find_and_replace(), text_free(), text_id_remap(), text_listener(), text_move_cursor(), text_new_exec(), text_open_exec(), text_replace_all(), text_selection_set_invoke(), text_toggle_overwrite_exec(), text_undosys_step_decode(), text_unlink_exec(), txt_wrap_move_bol(), txt_wrap_move_down(), txt_wrap_move_eol(), and txt_wrap_move_up().
| int SpaceText::top |
Determines at what line the top of the text is displayed.
Definition at line 1404 of file DNA_space_types.h.
Referenced by get_line_pos_wrapped(), scroll_exit(), text_cursor_set_to_pos(), text_do_suggest_select(), text_new_exec(), text_open_exec(), text_reload_exec(), text_scroll_apply(), text_scroll_state_init(), txt_screen_clamp(), and txt_screen_skip().
| char SpaceText::wordwrap |
Definition at line 1418 of file DNA_space_types.h.
Referenced by cursor_skip(), text_cursor_set_apply(), text_cursor_set_to_pos(), text_move_cursor(), and text_scroll_apply().