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

Public Attributes

PointerRNA ptr
 
PropertyRNAprop
 
bool is_undo
 
bool is_set
 
float init_depth
 
bool accum_start
 
float accum_depth
 
int accum_tot
 
ARegionTypeart
 
voiddraw_handle_pixel
 
int name_pos [2]
 
char name [200]
 

Detailed Description

Note
DepthDropper is only internal name to avoid confusion with other kinds of eye-droppers.

Definition at line 47 of file eyedropper_depth.c.

Member Data Documentation

◆ accum_depth

float DepthDropper::accum_depth

◆ accum_start

bool DepthDropper::accum_start

Definition at line 55 of file eyedropper_depth.c.

Referenced by depthdropper_modal().

◆ accum_tot

int DepthDropper::accum_tot

◆ art

ARegionType* DepthDropper::art

Definition at line 59 of file eyedropper_depth.c.

Referenced by depthdropper_exit(), and depthdropper_init().

◆ draw_handle_pixel

void* DepthDropper::draw_handle_pixel

Definition at line 60 of file eyedropper_depth.c.

Referenced by depthdropper_exit(), and depthdropper_init().

◆ init_depth

float DepthDropper::init_depth

Definition at line 53 of file eyedropper_depth.c.

Referenced by depthdropper_cancel(), and depthdropper_init().

◆ is_set

bool DepthDropper::is_set

Definition at line 52 of file eyedropper_depth.c.

Referenced by depthdropper_cancel(), and depthdropper_depth_set().

◆ is_undo

bool DepthDropper::is_undo

Definition at line 50 of file eyedropper_depth.c.

Referenced by depthdropper_init(), and depthdropper_modal().

◆ name

char DepthDropper::name[200]

Definition at line 62 of file eyedropper_depth.c.

Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().

◆ name_pos

int DepthDropper::name_pos[2]

Definition at line 61 of file eyedropper_depth.c.

Referenced by depthdropper_depth_sample_pt(), and depthdropper_draw_cb().

◆ prop

PropertyRNA* DepthDropper::prop

Definition at line 49 of file eyedropper_depth.c.

Referenced by depthdropper_depth_set(), and depthdropper_init().

◆ ptr

PointerRNA DepthDropper::ptr

Definition at line 48 of file eyedropper_depth.c.

Referenced by depthdropper_depth_set(), and depthdropper_init().


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