|
Blender V4.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 35 of file textview.cc.
| int TextViewDrawState::columns |
Number of characters that fit into the width of the console (fixed width).
Definition at line 43 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| int TextViewDrawState::cwidth |
Definition at line 37 of file textview.cc.
Referenced by textview_draw(), textview_draw_sel(), and textview_draw_string().
| bool TextViewDrawState::do_draw |
Definition at line 54 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| const rcti* TextViewDrawState::draw_rect |
For drawing text.
Definition at line 45 of file textview.cc.
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 47 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| int TextViewDrawState::font_id |
Definition at line 36 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| int TextViewDrawState::lheight |
Definition at line 38 of file textview.cc.
Referenced by textview_draw(), textview_draw_sel(), and textview_draw_string().
| int TextViewDrawState::lofs |
Text vertical offset per line.
Definition at line 40 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| const int* TextViewDrawState::mval |
Definition at line 53 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| int* TextViewDrawState::mval_pick_offset |
Definition at line 52 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| int TextViewDrawState::row_vpadding |
Definition at line 41 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| int TextViewDrawState::scroll_ymax |
Definition at line 48 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().
| int TextViewDrawState::scroll_ymin |
Definition at line 48 of file textview.cc.
Referenced by textview_draw().
| int* TextViewDrawState::sel |
Definition at line 50 of file textview.cc.
Referenced by textview_draw(), textview_draw_sel(), textview_draw_string(), and textview_step_sel().
| int* TextViewDrawState::xy |
Definition at line 49 of file textview.cc.
Referenced by textview_draw(), and textview_draw_string().