|
Blender
V2.59
|
Go to the source code of this file.
Definition in file console_intern.h.
| anonymous enum |
Definition at line 71 of file console_intern.h.
| anonymous enum |
Definition at line 72 of file console_intern.h.
| int console_char_pick | ( | struct SpaceConsole * | sc, |
| struct ARegion * | ar, | ||
| int | mval[2] | ||
| ) |
Definition at line 243 of file console_draw.c.
References CLAMPIS, CONSOLE_DRAW_MARGIN, CONSOLE_DRAW_SCROLL, console_textview_main__internal(), NULL, ARegion::winx, and ARegion::winy.
Referenced by set_cursor_to_pos().
| ConsoleLine* console_history_add_str | ( | struct SpaceConsole * | sc, |
| char * | str, | ||
| int | own | ||
| ) |
Definition at line 217 of file console_ops.c.
References console_lb_add_str__internal(), and SpaceConsole::history.
Referenced by history_append_exec(), and report_replay_exec().
| void console_history_free | ( | SpaceConsole * | sc, |
| ConsoleLine * | cl | ||
| ) |
Definition at line 70 of file console_ops.c.
References BLI_remlink(), SpaceConsole::history, ConsoleLine::line, and MEM_freeN().
Referenced by clear_exec(), console_free(), history_append_exec(), and history_cycle_exec().
| ConsoleLine* console_history_verify | ( | const struct bContext * | C | ) |
| void CONSOLE_OT_clear | ( | struct wmOperatorType * | ot | ) |
Definition at line 529 of file console_ops.c.
References clear_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_copy | ( | struct wmOperatorType * | ot | ) |
Definition at line 775 of file console_ops.c.
References copy_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_delete | ( | struct wmOperatorType * | ot | ) |
Definition at line 486 of file console_ops.c.
References DEL_NEXT_CHAR, delete_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, wmOperatorType::poll, RNA_def_enum(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_history_append | ( | struct wmOperatorType * | ot | ) |
Definition at line 643 of file console_ops.c.
References wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, history_append_exec(), wmOperatorType::idname, wmOperatorType::name, wmOperatorType::poll, RNA_def_boolean(), RNA_def_int(), RNA_def_string(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_history_cycle | ( | struct wmOperatorType * | ot | ) |
Definition at line 595 of file console_ops.c.
References wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, history_cycle_exec(), wmOperatorType::idname, wmOperatorType::name, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_insert | ( | struct wmOperatorType * | ot | ) |
Definition at line 417 of file console_ops.c.
References wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, insert_exec(), insert_invoke(), wmOperatorType::invoke, wmOperatorType::name, wmOperatorType::poll, RNA_def_string(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_move | ( | struct wmOperatorType * | ot | ) |
Definition at line 348 of file console_ops.c.
References wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, LINE_BEGIN, move_exec(), wmOperatorType::name, wmOperatorType::poll, RNA_def_enum(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_paste | ( | struct wmOperatorType * | ot | ) |
Definition at line 826 of file console_ops.c.
References wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, paste_exec(), and wmOperatorType::poll.
Referenced by console_operatortypes().
| void CONSOLE_OT_scrollback_append | ( | struct wmOperatorType * | ot | ) |
Definition at line 684 of file console_ops.c.
References CONSOLE_LINE_ERROR, CONSOLE_LINE_INFO, CONSOLE_LINE_INPUT, CONSOLE_LINE_OUTPUT, wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, NULL, wmOperatorType::poll, RNA_def_enum(), RNA_def_string(), scrollback_append_exec(), and wmOperatorType::srna.
Referenced by console_operatortypes().
| void CONSOLE_OT_select_set | ( | struct wmOperatorType * | ot | ) |
Definition at line 950 of file console_ops.c.
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, and wmOperatorType::poll.
Referenced by console_operatortypes().
| int console_report_mask | ( | SpaceConsole * | sc | ) |
| ConsoleLine* console_scrollback_add_str | ( | struct SpaceConsole * | sc, |
| char * | str, | ||
| int | own | ||
| ) |
Definition at line 221 of file console_ops.c.
References console_lb_add_str__internal(), console_select_offset(), ConsoleLine::len, and SpaceConsole::scrollback.
Referenced by scrollback_append_exec().
| void console_scrollback_free | ( | SpaceConsole * | sc, |
| ConsoleLine * | cl | ||
| ) |
Definition at line 76 of file console_ops.c.
References BLI_remlink(), ConsoleLine::line, MEM_freeN(), and SpaceConsole::scrollback.
Referenced by clear_exec(), console_free(), and console_scrollback_limit().
| void console_scrollback_prompt_begin | ( | struct SpaceConsole * | sc, |
| ConsoleLine * | cl_dummy | ||
| ) |
Definition at line 95 of file console_draw.c.
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_textview_main__internal(), and copy_exec().
| void console_scrollback_prompt_end | ( | struct SpaceConsole * | sc, |
| ConsoleLine * | cl_dummy | ||
| ) |
Definition at line 107 of file console_draw.c.
References BLI_remlink(), ConsoleLine::line, MEM_freeN(), and SpaceConsole::scrollback.
Referenced by console_textview_main__internal(), and copy_exec().
| int console_textview_height | ( | struct SpaceConsole * | sc, |
| struct ARegion * | ar | ||
| ) |
Definition at line 237 of file console_draw.c.
References console_textview_main__internal(), and NULL.
Referenced by console_textview_update_rect().
| void console_textview_main | ( | struct SpaceConsole * | sc, |
| struct ARegion * | ar | ||
| ) |
Definition at line 231 of file console_draw.c.
References console_textview_main__internal(), and NULL.
Referenced by console_main_area_draw().