Blender  V2.93
Public Attributes | List of all members
View2DScrollers Struct Reference

Public Attributes

int vert_min
 
int vert_max
 
int hor_min
 
int hor_max
 
rcti hor
 
rcti vert
 
rcti _hor
 
rcti _vert
 

Detailed Description

View2DScrollers is typedef'd in UI_view2d.h

Warning
The start of this struct must not change, as view2d_ops.c uses this too. For now, we don't need to have a separate (internal) header for structs like this...

View2DScrollers is typedef'd in UI_view2d.h This is a CUT DOWN VERSION of the 'real' version, which is defined in view2d.c, as we only need focus bubble info.

Warning
: The start of this struct must not change, so that it stays in sync with the 'real' version. For now, we don't need to have a separate (internal) header for structs like this...

Definition at line 1377 of file view2d.c.

Member Data Documentation

◆ _hor

rcti View2DScrollers::_hor

Definition at line 1896 of file view2d_ops.c.

◆ _vert

rcti View2DScrollers::_vert

Definition at line 1896 of file view2d_ops.c.

◆ hor

rcti View2DScrollers::hor

Exact size of slider backdrop.

Definition at line 1383 of file view2d.c.

Referenced by UI_view2d_scrollers_calc(), and UI_view2d_scrollers_draw().

◆ hor_max

int View2DScrollers::hor_max

◆ hor_min

int View2DScrollers::hor_min

◆ vert

rcti View2DScrollers::vert

Definition at line 1383 of file view2d.c.

Referenced by UI_view2d_scrollers_calc(), and UI_view2d_scrollers_draw().

◆ vert_max

int View2DScrollers::vert_max

◆ vert_min

int View2DScrollers::vert_min

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