Blender  V3.3
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 1376 of file view2d.cc.

Member Data Documentation

◆ _hor

rcti View2DScrollers::_hor

Definition at line 1745 of file view2d_ops.cc.

◆ _vert

rcti View2DScrollers::_vert

Definition at line 1745 of file view2d_ops.cc.

◆ hor

rcti View2DScrollers::hor

Exact size of slider backdrop.

Definition at line 1384 of file view2d.cc.

Referenced by UI_view2d_scrollers_calc(), and UI_view2d_scrollers_draw_ex().

◆ hor_max

int View2DScrollers::hor_max

◆ hor_min

int View2DScrollers::hor_min

◆ vert

rcti View2DScrollers::vert

Definition at line 1384 of file view2d.cc.

Referenced by UI_view2d_scrollers_calc(), and UI_view2d_scrollers_draw_ex().

◆ vert_max

int View2DScrollers::vert_max

◆ vert_min

int View2DScrollers::vert_min

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