Blender  V2.93
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 2070 of file view2d.c.

Member Data Documentation

◆ 

union { ... } View2DString::col

◆ mval

int View2DString::mval[2]

◆ next

struct View2DString* View2DString::next

Definition at line 2071 of file view2d.c.

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 2073 of file view2d.c.

Referenced by UI_view2d_text_cache_draw().


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