Blender V2.61 - r43446
|
#include <textview.h>
Public Attributes | |
int | lheight |
int | sel_start |
int | sel_end |
int | cwidth |
int | console_width |
int | winx |
int | ymin |
int | ymax |
int(* | begin )(struct TextViewContext *tvc) |
void(* | end )(struct TextViewContext *tvc) |
void * | arg1 |
void * | arg2 |
int(* | step )(struct TextViewContext *tvc) |
int(* | line_get )(struct TextViewContext *tvc, const char **, int *) |
int(* | line_color )(struct TextViewContext *tvc, unsigned char fg[3], unsigned char bg[3]) |
void * | iter |
int | iter_index |
int | iter_char |
int | iter_char_next |
int | iter_tmp |
Definition at line 28 of file textview.h.
void* TextViewContext::arg1 |
Definition at line 42 of file textview.h.
Referenced by console_textview_begin(), console_textview_end(), console_textview_line_color(), console_textview_main__internal(), info_textview_main__internal(), and report_textview_skip__internal().
void* TextViewContext::arg2 |
Definition at line 43 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and report_textview_begin().
int(* TextViewContext::begin)(struct TextViewContext *tvc) |
Definition at line 40 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().
Definition at line 34 of file textview.h.
Referenced by console_textview_line_color(), and textview_draw().
Definition at line 33 of file textview.h.
Referenced by console_textview_line_color(), and textview_draw().
void(* TextViewContext::end)(struct TextViewContext *tvc) |
Definition at line 41 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().
void* TextViewContext::iter |
Definition at line 49 of file textview.h.
Referenced by console_textview_begin(), console_textview_line_color(), console_textview_line_get(), console_textview_step(), report_textview_begin(), report_textview_init__internal(), report_textview_line_color(), report_textview_line_get(), report_textview_skip__internal(), report_textview_step(), and textview_draw().
Definition at line 51 of file textview.h.
Referenced by report_textview_begin(), report_textview_init__internal(), report_textview_line_get(), and report_textview_step().
Definition at line 52 of file textview.h.
Referenced by report_textview_init__internal(), report_textview_line_get(), and report_textview_step().
Definition at line 50 of file textview.h.
Referenced by console_textview_line_color(), and textview_draw().
Definition at line 53 of file textview.h.
Referenced by report_textview_begin(), report_textview_line_color(), and report_textview_step().
Definition at line 29 of file textview.h.
Referenced by console_font_begin(), console_textview_begin(), console_textview_line_color(), console_textview_main__internal(), info_textview_main__internal(), report_textview_begin(), and textview_draw().
int(* TextViewContext::line_color)(struct TextViewContext *tvc, unsigned char fg[3], unsigned char bg[3]) |
Definition at line 48 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().
int(* TextViewContext::line_get)(struct TextViewContext *tvc, const char **, int *) |
Definition at line 47 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().
Definition at line 30 of file textview.h.
Referenced by console_textview_begin(), console_textview_main__internal(), info_textview_main__internal(), report_textview_begin(), and textview_draw().
Definition at line 30 of file textview.h.
Referenced by console_textview_begin(), console_textview_main__internal(), info_textview_main__internal(), report_textview_begin(), and textview_draw().
int(* TextViewContext::step)(struct TextViewContext *tvc) |
Definition at line 46 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().
Definition at line 36 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().
Definition at line 37 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().
Definition at line 37 of file textview.h.
Referenced by console_textview_main__internal(), info_textview_main__internal(), and textview_draw().