Blender  V3.3
Public Attributes | List of all members
View2DString Struct Reference

Public Attributes

struct View2DStringnext
 
union {
   uchar   ub [4]
 
   int   pack
 
col
 
rcti rect
 
int mval [2]
 
char str [0]
 

Detailed Description

Definition at line 2051 of file view2d.cc.

Member Data Documentation

◆ 

union { ... } View2DString::col

◆ mval

int View2DString::mval[2]

Definition at line 2058 of file view2d.cc.

Referenced by UI_view2d_text_cache_add(), and UI_view2d_text_cache_add_rectf().

◆ next

struct View2DString* View2DString::next

Definition at line 2052 of file view2d.cc.

Referenced by UI_view2d_text_cache_draw().

◆ pack

int View2DString::pack

◆ rect

rcti View2DString::rect

◆ str

char View2DString::str[0]

◆ ub

uchar View2DString::ub[4]

Definition at line 2054 of file view2d.cc.

Referenced by UI_view2d_text_cache_draw().


The documentation for this struct was generated from the following file: