Blender V2.61 - r43446
|
Go to the source code of this file.
Definition in file console_intern.h.
anonymous enum |
Definition at line 69 of file console_intern.h.
anonymous enum |
Definition at line 70 of file console_intern.h.
int console_char_pick | ( | struct SpaceConsole * | sc, |
struct ARegion * | ar, | ||
int | mval[2] | ||
) |
Definition at line 241 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 console_cursor_set_to_pos().
ConsoleLine* console_history_add_str | ( | struct SpaceConsole * | sc, |
char * | str, | ||
int | own | ||
) |
Definition at line 223 of file console_ops.c.
References console_lb_add_str__internal(), and SpaceConsole::history.
Referenced by console_history_append_exec(), and report_replay_exec().
void console_history_free | ( | SpaceConsole * | sc, |
ConsoleLine * | cl | ||
) |
Definition at line 76 of file console_ops.c.
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 struct bContext * | C | ) |
void CONSOLE_OT_clear | ( | struct wmOperatorType * | ot | ) |
Definition at line 544 of file console_ops.c.
References console_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 804 of file console_ops.c.
References console_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 501 of file console_ops.c.
References console_delete_exec(), DEL_NEXT_CHAR, 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 667 of file console_ops.c.
References console_history_append_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::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 612 of file console_ops.c.
References console_history_cycle_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_insert | ( | struct wmOperatorType * | ot | ) |
Definition at line 430 of file console_ops.c.
References console_insert_exec(), console_insert_invoke(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, 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 359 of file console_ops.c.
References console_move_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, LINE_BEGIN, wmOperatorType::name, wmOperatorType::poll, RNA_def_enum(), and wmOperatorType::srna.
Referenced by console_operatortypes().
void CONSOLE_OT_paste | ( | struct wmOperatorType * | ot | ) |
Definition at line 857 of file console_ops.c.
References console_paste_exec(), wmOperatorType::description, ED_operator_console_active(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, and wmOperatorType::poll.
Referenced by console_operatortypes().
void CONSOLE_OT_scrollback_append | ( | struct wmOperatorType * | ot | ) |
Definition at line 713 of file console_ops.c.
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, NULL, wmOperatorType::poll, RNA_def_enum(), RNA_def_string(), and wmOperatorType::srna.
Referenced by console_operatortypes().
void CONSOLE_OT_select_set | ( | struct wmOperatorType * | ot | ) |
Definition at line 981 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 227 of file console_ops.c.
References console_lb_add_str__internal(), console_select_offset(), ConsoleLine::len, and SpaceConsole::scrollback.
Referenced by console_scrollback_append_exec().
void console_scrollback_free | ( | SpaceConsole * | sc, |
ConsoleLine * | cl | ||
) |
Definition at line 82 of file console_ops.c.
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 | ( | struct SpaceConsole * | sc, |
ConsoleLine * | cl_dummy | ||
) |
Definition at line 93 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, strlen(), and ConsoleLine::type.
Referenced by console_copy_exec(), and console_textview_main__internal().
void console_scrollback_prompt_end | ( | struct SpaceConsole * | sc, |
ConsoleLine * | cl_dummy | ||
) |
Definition at line 105 of file console_draw.c.
References BLI_remlink(), ConsoleLine::line, MEM_freeN(), and SpaceConsole::scrollback.
Referenced by console_copy_exec(), and console_textview_main__internal().
int console_textview_height | ( | struct SpaceConsole * | sc, |
struct ARegion * | ar | ||
) |
Definition at line 235 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 229 of file console_draw.c.
References console_textview_main__internal(), and NULL.
Referenced by console_main_area_draw().