Blender  V2.93
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
 
char dir
 
enum sAreaMoveData::AreaMoveSnapType snap_type
 

Detailed Description

Definition at line 1429 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 1432 of file screen_ops.c.

Member Data Documentation

◆ bigger

int sAreaMoveData::bigger

Definition at line 1430 of file screen_ops.c.

Referenced by area_move_apply(), and area_move_init().

◆ dir

char sAreaMoveData::dir

Definition at line 1431 of file screen_ops.c.

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

◆ origval

int sAreaMoveData::origval

Definition at line 1430 of file screen_ops.c.

Referenced by area_move_apply(), and area_move_init().

◆ smaller

int sAreaMoveData::smaller

Definition at line 1430 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 1430 of file screen_ops.c.


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