Blender V2.61 - r43446
Enumerations | Functions

console_intern.h File Reference

Go to the source code of this file.

Enumerations

enum  {
  LINE_BEGIN, LINE_END, PREV_CHAR, NEXT_CHAR,
  PREV_WORD, NEXT_WORD
}
enum  {
  DEL_ALL, DEL_NEXT_CHAR, DEL_PREV_CHAR, DEL_SELECTION,
  DEL_NEXT_SEL, DEL_PREV_SEL
}

Functions

void console_textview_main (struct SpaceConsole *sc, struct ARegion *ar)
int console_textview_height (struct SpaceConsole *sc, struct ARegion *ar)
int console_char_pick (struct SpaceConsole *sc, struct ARegion *ar, int mval[2])
void console_scrollback_prompt_begin (struct SpaceConsole *sc, ConsoleLine *cl_dummy)
void console_scrollback_prompt_end (struct SpaceConsole *sc, ConsoleLine *cl_dummy)
void console_history_free (SpaceConsole *sc, ConsoleLine *cl)
void console_scrollback_free (SpaceConsole *sc, ConsoleLine *cl)
ConsoleLineconsole_history_add_str (struct SpaceConsole *sc, char *str, int own)
ConsoleLineconsole_scrollback_add_str (struct SpaceConsole *sc, char *str, int own)
ConsoleLineconsole_history_verify (const struct bContext *C)
int console_report_mask (SpaceConsole *sc)
void CONSOLE_OT_move (struct wmOperatorType *ot)
void CONSOLE_OT_delete (struct wmOperatorType *ot)
void CONSOLE_OT_insert (struct wmOperatorType *ot)
void CONSOLE_OT_history_append (struct wmOperatorType *ot)
void CONSOLE_OT_scrollback_append (struct wmOperatorType *ot)
void CONSOLE_OT_clear (struct wmOperatorType *ot)
void CONSOLE_OT_history_cycle (struct wmOperatorType *ot)
void CONSOLE_OT_copy (struct wmOperatorType *ot)
void CONSOLE_OT_paste (struct wmOperatorType *ot)
void CONSOLE_OT_select_set (struct wmOperatorType *ot)

Detailed Description

Definition in file console_intern.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
LINE_BEGIN 
LINE_END 
PREV_CHAR 
NEXT_CHAR 
PREV_WORD 
NEXT_WORD 

Definition at line 69 of file console_intern.h.

anonymous enum
Enumerator:
DEL_ALL 
DEL_NEXT_CHAR 
DEL_PREV_CHAR 
DEL_SELECTION 
DEL_NEXT_SEL 
DEL_PREV_SEL 

Definition at line 70 of file console_intern.h.


Function Documentation

int console_char_pick ( struct SpaceConsole sc,
struct ARegion ar,
int  mval[2] 
)
ConsoleLine* console_history_add_str ( struct SpaceConsole sc,
char *  str,
int  own 
)
void console_history_free ( SpaceConsole sc,
ConsoleLine cl 
)
ConsoleLine* console_history_verify ( const struct bContext C)
void CONSOLE_OT_clear ( struct wmOperatorType ot)
void CONSOLE_OT_copy ( struct wmOperatorType ot)
void CONSOLE_OT_delete ( struct wmOperatorType ot)
void CONSOLE_OT_history_append ( struct wmOperatorType ot)
void CONSOLE_OT_history_cycle ( struct wmOperatorType ot)
void CONSOLE_OT_insert ( struct wmOperatorType ot)
void CONSOLE_OT_move ( struct wmOperatorType ot)
void CONSOLE_OT_paste ( struct wmOperatorType ot)
void CONSOLE_OT_scrollback_append ( struct wmOperatorType ot)
void CONSOLE_OT_select_set ( struct wmOperatorType ot)
int console_report_mask ( SpaceConsole sc)
ConsoleLine* console_scrollback_add_str ( struct SpaceConsole sc,
char *  str,
int  own 
)
void console_scrollback_free ( SpaceConsole sc,
ConsoleLine cl 
)
void console_scrollback_prompt_begin ( struct SpaceConsole sc,
ConsoleLine cl_dummy 
)
void console_scrollback_prompt_end ( struct SpaceConsole sc,
ConsoleLine cl_dummy 
)
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().