|
Blender V5.0
|
Go to the source code of this file.
Enumerations | |
| enum | { LINE_BEGIN , LINE_END , PREV_CHAR , NEXT_CHAR , PREV_WORD , NEXT_WORD } |
| enum | { DEL_NEXT_CHAR , DEL_PREV_CHAR , DEL_NEXT_WORD , DEL_PREV_WORD , DEL_SELECTION , DEL_NEXT_SEL , DEL_PREV_SEL } |
| anonymous enum |
| Enumerator | |
|---|---|
| LINE_BEGIN | |
| LINE_END | |
| PREV_CHAR | |
| NEXT_CHAR | |
| PREV_WORD | |
| NEXT_WORD | |
Definition at line 60 of file console_intern.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| DEL_NEXT_CHAR | |
| DEL_PREV_CHAR | |
| DEL_NEXT_WORD | |
| DEL_PREV_WORD | |
| DEL_SELECTION | |
| DEL_NEXT_SEL | |
| DEL_PREV_SEL | |
Definition at line 61 of file console_intern.hh.
| int console_char_pick | ( | SpaceConsole * | sc, |
| const ARegion * | region, | ||
| const int | mval[2] ) |
Definition at line 248 of file console_draw.cc.
References console_textview_main__internal().
Referenced by console_cursor_set_to_pos(), console_select_set_invoke(), and console_selectword_invoke().
| ConsoleLine * console_history_add_str | ( | SpaceConsole * | sc, |
| char * | str, | ||
| bool | own ) |
Definition at line 278 of file console_ops.cc.
References console_lb_add_str__internal(), SpaceConsole::history, and str.
Referenced by console_history_append_exec(), and report_replay_exec().
| void console_history_free | ( | SpaceConsole * | sc, |
| ConsoleLine * | cl ) |
Definition at line 162 of file console_ops.cc.
References BLI_remlink(), SpaceConsole::history, ConsoleLine::line, and MEM_freeN().
Referenced by console_clear_exec(), console_free(), console_history_append_exec(), and console_history_cycle_exec().
| ConsoleLine * console_history_verify | ( | const bContext * | C | ) |
Definition at line 289 of file console_ops.cc.
References C, console_history_add(), CTX_wm_space_console(), SpaceConsole::history, and ListBase::last.
Referenced by console_clear_exec(), console_clear_line_exec(), console_delete_exec(), console_history_append_exec(), console_history_cycle_exec(), console_indent_exec(), console_indent_or_autocomplete_exec(), console_insert_exec(), console_main_region_draw(), console_move_exec(), console_paste_exec(), console_scrollback_append_exec(), and console_unindent_exec().
| void CONSOLE_OT_clear | ( | wmOperatorType * | ot | ) |
Definition at line 920 of file console_ops.cc.
References console_clear_exec(), ED_operator_console_active(), ot, and RNA_def_boolean().
Referenced by console_operatortypes().
| void CONSOLE_OT_clear_line | ( | wmOperatorType * | ot | ) |
Definition at line 877 of file console_ops.cc.
References console_clear_line_exec(), ED_operator_console_active(), and ot.
Referenced by console_operatortypes().
| void CONSOLE_OT_copy | ( | wmOperatorType * | ot | ) |
Definition at line 1171 of file console_ops.cc.
References console_copy_exec(), console_copy_poll(), ot, PROP_SKIP_SAVE, RNA_def_boolean(), and RNA_def_property_flag().
Referenced by console_operatortypes().
| void CONSOLE_OT_delete | ( | wmOperatorType * | ot | ) |
Definition at line 833 of file console_ops.cc.
References console_delete_exec(), console_delete_type_items, DEL_NEXT_CHAR, ED_operator_console_active(), ot, and RNA_def_enum().
Referenced by console_operatortypes().
| void CONSOLE_OT_history_append | ( | wmOperatorType * | ot | ) |
Definition at line 1069 of file console_ops.cc.
References console_history_append_exec(), ED_operator_console_active(), ot, RNA_def_boolean(), RNA_def_int(), and RNA_def_string().
Referenced by console_operatortypes().
| void CONSOLE_OT_history_cycle | ( | wmOperatorType * | ot | ) |
Definition at line 1007 of file console_ops.cc.
References console_history_cycle_exec(), ED_operator_console_active(), ot, and RNA_def_boolean().
Referenced by console_operatortypes().
| void CONSOLE_OT_indent | ( | wmOperatorType * | ot | ) |
Definition at line 672 of file console_ops.cc.
References console_indent_exec(), ED_operator_console_active(), and ot.
Referenced by console_operatortypes().
| void CONSOLE_OT_indent_or_autocomplete | ( | wmOperatorType * | ot | ) |
Definition at line 616 of file console_ops.cc.
References console_indent_or_autocomplete_exec(), ED_operator_console_active(), and ot.
Referenced by console_operatortypes().
| void CONSOLE_OT_insert | ( | wmOperatorType * | ot | ) |
Definition at line 566 of file console_ops.cc.
References console_insert_exec(), console_insert_invoke(), ED_operator_console_active(), ot, PROP_SKIP_SAVE, RNA_def_property_flag(), and RNA_def_string().
Referenced by console_operatortypes().
| void CONSOLE_OT_move | ( | wmOperatorType * | ot | ) |
Definition at line 483 of file console_ops.cc.
References console_move_exec(), console_move_type_items, ED_operator_console_active(), LINE_BEGIN, ot, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_enum(), and RNA_def_property_flag().
Referenced by console_operatortypes().
| void CONSOLE_OT_paste | ( | wmOperatorType * | ot | ) |
Definition at line 1234 of file console_ops.cc.
References console_paste_exec(), ED_operator_console_active(), ot, PROP_SKIP_SAVE, RNA_def_boolean(), and RNA_def_property_flag().
Referenced by console_operatortypes().
| void CONSOLE_OT_scrollback_append | ( | wmOperatorType * | ot | ) |
Definition at line 1116 of file console_ops.cc.
References CONSOLE_LINE_ERROR, CONSOLE_LINE_INFO, CONSOLE_LINE_INPUT, CONSOLE_LINE_OUTPUT, console_scrollback_append_exec(), ED_operator_console_active(), ot, RNA_def_enum(), and RNA_def_string().
Referenced by console_operatortypes().
| void CONSOLE_OT_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 1438 of file console_ops.cc.
References console_modal_select_all_invoke(), ED_operator_console_active(), and ot.
Referenced by console_operatortypes().
| void CONSOLE_OT_select_set | ( | wmOperatorType * | ot | ) |
Definition at line 1398 of file console_ops.cc.
References console_select_set_cancel(), console_select_set_invoke(), console_select_set_modal(), ED_operator_console_active(), and ot.
Referenced by console_operatortypes().
| void CONSOLE_OT_select_word | ( | wmOperatorType * | ot | ) |
Definition at line 1497 of file console_ops.cc.
References console_selectword_invoke(), ED_operator_console_active(), and ot.
Referenced by console_operatortypes().
| void CONSOLE_OT_unindent | ( | wmOperatorType * | ot | ) |
Definition at line 728 of file console_ops.cc.
References console_unindent_exec(), ED_operator_console_active(), and ot.
Referenced by console_operatortypes().
| ConsoleLine * console_scrollback_add_str | ( | SpaceConsole * | sc, |
| char * | str, | ||
| bool | own ) |
Definition at line 282 of file console_ops.cc.
References console_lb_add_str__internal(), console_select_offset(), ConsoleLine::len, SpaceConsole::scrollback, and str.
Referenced by console_scrollback_append_exec().
| void console_scrollback_free | ( | SpaceConsole * | sc, |
| ConsoleLine * | cl ) |
Definition at line 168 of file console_ops.cc.
References BLI_remlink(), ConsoleLine::line, MEM_freeN(), and SpaceConsole::scrollback.
Referenced by console_clear_exec(), console_free(), and console_scrollback_limit().
| void console_scrollback_prompt_begin | ( | SpaceConsole * | sc, |
| ConsoleLine * | cl_dummy ) |
Definition at line 58 of file console_draw.cc.
References BLI_addtail(), CONSOLE_LINE_INPUT, SpaceConsole::history, ListBase::last, ConsoleLine::len, ConsoleLine::len_alloc, ConsoleLine::line, MEM_malloc_arrayN(), SpaceConsole::prompt, SpaceConsole::scrollback, and ConsoleLine::type.
Referenced by console_select_to_buffer(), console_selectword_invoke(), and console_textview_main__internal().
| void console_scrollback_prompt_end | ( | SpaceConsole * | sc, |
| ConsoleLine * | cl_dummy ) |
Definition at line 72 of file console_draw.cc.
References BLI_remlink(), ConsoleLine::line, MEM_freeN(), and SpaceConsole::scrollback.
Referenced by console_select_to_buffer(), console_selectword_invoke(), and console_textview_main__internal().
| int console_textview_height | ( | SpaceConsole * | sc, |
| const ARegion * | region ) |
Definition at line 242 of file console_draw.cc.
References console_textview_main__internal().
Referenced by console_textview_update_rect().
| void console_textview_main | ( | SpaceConsole * | sc, |
| const ARegion * | region ) |
Definition at line 236 of file console_draw.cc.
References console_textview_main__internal().
Referenced by console_main_region_draw().
| void console_textview_update_rect | ( | SpaceConsole * | sc, |
| ARegion * | region ) |
Definition at line 149 of file console_ops.cc.
References console_textview_height(), UI_view2d_totRect_set(), ARegion::v2d, and ARegion::winx.
Referenced by console_clear_exec(), console_clear_line_exec(), console_delete_exec(), console_history_cycle_exec(), console_indent_exec(), console_insert_exec(), console_main_region_listener(), console_paste_exec(), console_scrollback_append_exec(), and console_unindent_exec().