|
Blender V4.5
|
Classes | |
| union | [union].col |
Public Attributes | |
| View2DString * | next |
| union | col |
| rcti | rect |
| int | mval [2] |
| char | str [0] |
| union View2DString::[union].col View2DString::col |
Referenced by UI_view2d_text_cache_add(), UI_view2d_text_cache_add_rectf(), and UI_view2d_text_cache_draw().
| int View2DString::mval[2] |
Definition at line 2071 of file view2d.cc.
Referenced by UI_view2d_text_cache_add(), UI_view2d_text_cache_add_rectf(), and UI_view2d_text_cache_draw().
| View2DString* View2DString::next |
Definition at line 2065 of file view2d.cc.
Referenced by UI_view2d_text_cache_draw().
| rcti View2DString::rect |
Definition at line 2070 of file view2d.cc.
Referenced by UI_view2d_text_cache_add(), UI_view2d_text_cache_add_rectf(), and UI_view2d_text_cache_draw().
| char View2DString::str[0] |
Definition at line 2074 of file view2d.cc.
Referenced by UI_view2d_text_cache_add(), UI_view2d_text_cache_add_rectf(), and UI_view2d_text_cache_draw().