Blender
V3.3
|
Public Attributes | |
int | font_id |
int | cwidth |
int | lheight |
int | lofs |
int | row_vpadding |
int | columns |
const rcti * | draw_rect |
const rcti * | draw_rect_outer |
int | scroll_ymin |
int | scroll_ymax |
int * | xy |
int * | sel |
int * | mval_pick_offset |
const int * | mval |
bool | do_draw |
Definition at line 31 of file textview.c.
int TextViewDrawState::columns |
Number of characters that fit into the width of the console (fixed width).
Definition at line 39 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
int TextViewDrawState::cwidth |
Definition at line 33 of file textview.c.
Referenced by textview_draw(), textview_draw_sel(), and textview_draw_string().
bool TextViewDrawState::do_draw |
Definition at line 50 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
const rcti* TextViewDrawState::draw_rect |
For drawing text.
Definition at line 41 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
const rcti* TextViewDrawState::draw_rect_outer |
For drawing backgrounds colors which may extend beyond text.
Definition at line 43 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
int TextViewDrawState::font_id |
Definition at line 32 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
int TextViewDrawState::lheight |
Definition at line 34 of file textview.c.
Referenced by textview_draw(), textview_draw_sel(), and textview_draw_string().
int TextViewDrawState::lofs |
Text vertical offset per line.
Definition at line 36 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
const int* TextViewDrawState::mval |
Definition at line 49 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
int* TextViewDrawState::mval_pick_offset |
Definition at line 48 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
int TextViewDrawState::row_vpadding |
Definition at line 37 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
int TextViewDrawState::scroll_ymax |
Definition at line 44 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().
int TextViewDrawState::scroll_ymin |
Definition at line 44 of file textview.c.
Referenced by textview_draw().
int* TextViewDrawState::sel |
Definition at line 46 of file textview.c.
Referenced by textview_draw(), textview_draw_sel(), textview_draw_string(), and textview_step_sel().
int* TextViewDrawState::xy |
Definition at line 45 of file textview.c.
Referenced by textview_draw(), and textview_draw_string().