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

Public Types

enum  AreaMoveSnapType { SNAP_NONE = 0 , SNAP_AREAGRID , SNAP_FRACTION_AND_ADJACENT , SNAP_BIGGER_SMALLER_ONLY }
 

Public Attributes

int bigger
 
int smaller
 
int origval
 
int step
 
eScreenAxis dir_axis
 
enum sAreaMoveData::AreaMoveSnapType snap_type
 

Detailed Description

Definition at line 1547 of file screen_ops.c.

Member Enumeration Documentation

◆ AreaMoveSnapType

Enumerator
SNAP_NONE 
SNAP_AREAGRID 
SNAP_FRACTION_AND_ADJACENT 
SNAP_BIGGER_SMALLER_ONLY 

Definition at line 1550 of file screen_ops.c.

Member Data Documentation

◆ bigger

int sAreaMoveData::bigger

Definition at line 1548 of file screen_ops.c.

Referenced by area_move_apply(), and area_move_init().

◆ dir_axis

eScreenAxis sAreaMoveData::dir_axis

Definition at line 1549 of file screen_ops.c.

Referenced by area_move_apply(), area_move_init(), and area_move_modal().

◆ origval

int sAreaMoveData::origval

Definition at line 1548 of file screen_ops.c.

Referenced by area_move_apply(), and area_move_init().

◆ smaller

int sAreaMoveData::smaller

Definition at line 1548 of file screen_ops.c.

Referenced by area_move_apply(), and area_move_init().

◆ snap_type

enum sAreaMoveData::AreaMoveSnapType sAreaMoveData::snap_type

◆ step

int sAreaMoveData::step

Definition at line 1548 of file screen_ops.c.


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