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

Public Attributes

PointerRNA ptr
 
PropertyRNAprop
 
short idcode
 
const char * idcode_name
 
bool is_undo
 
IDinit_id
 
ScrAreacursor_area
 
ARegionTypeart
 
voiddraw_handle_pixel
 
int name_pos [2]
 
char name [200]
 

Detailed Description

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

Definition at line 47 of file eyedropper_datablock.c.

Member Data Documentation

◆ art

ARegionType* DataDropper::art

◆ cursor_area

ScrArea* DataDropper::cursor_area

◆ draw_handle_pixel

void* DataDropper::draw_handle_pixel

◆ idcode

short DataDropper::idcode

Definition at line 50 of file eyedropper_datablock.c.

Referenced by datadropper_id_sample_pt(), and datadropper_init().

◆ idcode_name

const char* DataDropper::idcode_name

Definition at line 51 of file eyedropper_datablock.c.

Referenced by datadropper_id_sample_pt(), and datadropper_init().

◆ init_id

ID* DataDropper::init_id

Definition at line 54 of file eyedropper_datablock.c.

Referenced by datadropper_cancel(), and datadropper_init().

◆ is_undo

bool DataDropper::is_undo

Definition at line 52 of file eyedropper_datablock.c.

Referenced by datadropper_init(), and datadropper_modal().

◆ name

char DataDropper::name[200]

Definition at line 60 of file eyedropper_datablock.c.

Referenced by datadropper_draw_cb(), and datadropper_id_sample_pt().

◆ name_pos

int DataDropper::name_pos[2]

Definition at line 59 of file eyedropper_datablock.c.

Referenced by datadropper_draw_cb(), and datadropper_id_sample_pt().

◆ prop

PropertyRNA* DataDropper::prop

◆ ptr

PointerRNA DataDropper::ptr

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