|
Blender V5.0
|
Public Attributes | |
| int * | line_height |
| int | total_lines |
| int | nlines |
| int | winx |
| int | wordwrap |
| int | showlinenrs |
| int | tabnumber |
| short | lheight |
| char | cwidth_px |
| char | text_id [MAX_ID_NAME - 2] |
| bool | update |
| int | valid_head |
| int | valid_tail |
Definition at line 587 of file text_draw.cc.
| char DrawCache::cwidth_px |
Definition at line 594 of file text_draw.cc.
Referenced by space_text_update_drawcache().
| short DrawCache::lheight |
Definition at line 593 of file text_draw.cc.
Referenced by space_text_update_drawcache().
| int* DrawCache::line_height |
Definition at line 588 of file text_draw.cc.
Referenced by space_text_free_caches(), space_text_get_visible_lines_no(), and space_text_update_drawcache().
| int DrawCache::nlines |
Definition at line 589 of file text_draw.cc.
Referenced by space_text_drawcache_init(), space_text_drawcache_tag_update(), and space_text_update_drawcache().
| int DrawCache::showlinenrs |
Definition at line 592 of file text_draw.cc.
Referenced by space_text_update_drawcache().
| int DrawCache::tabnumber |
Definition at line 592 of file text_draw.cc.
Referenced by space_text_update_drawcache().
| char DrawCache::text_id[MAX_ID_NAME - 2] |
Definition at line 595 of file text_draw.cc.
Referenced by space_text_drawcache_init(), and space_text_update_drawcache().
| int DrawCache::total_lines |
Definition at line 589 of file text_draw.cc.
Referenced by space_text_get_total_lines(), and space_text_update_drawcache().
| bool DrawCache::update |
For partial lines recalculation.
Definition at line 598 of file text_draw.cc.
Referenced by space_text_drawcache_tag_update(), and space_text_update_drawcache().
| int DrawCache::valid_head |
Definition at line 599 of file text_draw.cc.
Referenced by space_text_drawcache_tag_update(), and space_text_update_drawcache().
| int DrawCache::valid_tail |
Definition at line 599 of file text_draw.cc.
Referenced by space_text_drawcache_tag_update(), and space_text_update_drawcache().
| int DrawCache::winx |
Definition at line 592 of file text_draw.cc.
Referenced by space_text_drawcache_init(), and space_text_update_drawcache().
| int DrawCache::wordwrap |
Definition at line 592 of file text_draw.cc.
Referenced by space_text_update_drawcache().