|
Blender V4.3
|
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 58 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 59 of file console_intern.hh.
| int console_char_pick | ( | SpaceConsole * | sc, |
| const ARegion * | region, | ||
| const int | mval[2] ) |
Definition at line 247 of file console_draw.cc.
References console_textview_main__internal().
Referenced by console_cursor_set_to_pos(), console_modal_select_invoke(), and console_selectword_invoke().
| ConsoleLine * console_history_add_str | ( | SpaceConsole * | sc, |
| char * | str, | ||
| bool | own ) |
Definition at line 282 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 164 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 293 of file console_ops.cc.
References 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 894 of file console_ops.cc.
References console_clear_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_clear_line | ( | wmOperatorType * | ot | ) |
Definition at line 851 of file console_ops.cc.
References console_clear_line_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_copy | ( | wmOperatorType * | ot | ) |
Definition at line 1145 of file console_ops.cc.
References console_copy_exec(), console_copy_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_delete | ( | wmOperatorType * | ot | ) |
Definition at line 807 of file console_ops.cc.
References console_delete_exec(), console_delete_type_items, DEL_NEXT_CHAR, wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, RNA_def_enum(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_history_append | ( | wmOperatorType * | ot | ) |
Definition at line 1043 of file console_ops.cc.
References console_history_append_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, RNA_def_boolean(), RNA_def_int(), RNA_def_string(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_history_cycle | ( | wmOperatorType * | ot | ) |
Definition at line 981 of file console_ops.cc.
References console_history_cycle_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_indent | ( | wmOperatorType * | ot | ) |
Definition at line 646 of file console_ops.cc.
References console_indent_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_indent_or_autocomplete | ( | wmOperatorType * | ot | ) |
Definition at line 590 of file console_ops.cc.
References console_indent_or_autocomplete_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_insert | ( | wmOperatorType * | ot | ) |
Definition at line 542 of file console_ops.cc.
References console_insert_exec(), console_insert_invoke(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_property_flag(), RNA_def_string(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_move | ( | wmOperatorType * | ot | ) |
Definition at line 459 of file console_ops.cc.
References console_move_exec(), console_move_type_items, wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, LINE_BEGIN, wmOperatorType::name, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_enum(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_paste | ( | wmOperatorType * | ot | ) |
Definition at line 1207 of file console_ops.cc.
References console_paste_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_scrollback_append | ( | wmOperatorType * | ot | ) |
Definition at line 1090 of file console_ops.cc.
References CONSOLE_LINE_ERROR, CONSOLE_LINE_INFO, CONSOLE_LINE_INPUT, CONSOLE_LINE_OUTPUT, console_scrollback_append_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, wmOperatorType::poll, RNA_def_enum(), RNA_def_string(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 1406 of file console_ops.cc.
References console_modal_select_all_invoke(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_select_set | ( | wmOperatorType * | ot | ) |
Definition at line 1366 of file console_ops.cc.
References wmOperatorType::cancel, console_modal_select(), console_modal_select_cancel(), console_modal_select_invoke(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_select_word | ( | wmOperatorType * | ot | ) |
Definition at line 1463 of file console_ops.cc.
References console_selectword_invoke(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_unindent | ( | wmOperatorType * | ot | ) |
Definition at line 702 of file console_ops.cc.
References console_unindent_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by console_operatortypes().
| ConsoleLine * console_scrollback_add_str | ( | SpaceConsole * | sc, |
| char * | str, | ||
| bool | own ) |
Definition at line 286 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 170 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 57 of file console_draw.cc.
References BLI_addtail(), CONSOLE_LINE_INPUT, SpaceConsole::history, ListBase::last, ConsoleLine::len, ConsoleLine::len_alloc, ConsoleLine::line, MEM_mallocN, 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 71 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 241 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 235 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 151 of file console_ops.cc.
References console_textview_height(), UI_view2d_totRect_set(), and View2D::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().