Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Show First 20 Lines • Show All 958 Lines • ▼ Show 20 Lines | |||||
| void UI_OT_eyedropper_id(struct wmOperatorType *ot); | void UI_OT_eyedropper_id(struct wmOperatorType *ot); | ||||
| /* interface_eyedropper_depth.c */ | /* interface_eyedropper_depth.c */ | ||||
| void UI_OT_eyedropper_depth(struct wmOperatorType *ot); | void UI_OT_eyedropper_depth(struct wmOperatorType *ot); | ||||
| /* interface_eyedropper_driver.c */ | /* interface_eyedropper_driver.c */ | ||||
| void UI_OT_eyedropper_driver(struct wmOperatorType *ot); | void UI_OT_eyedropper_driver(struct wmOperatorType *ot); | ||||
| /* interface_eyedropper_gpencil_color.c */ | |||||
| void UI_OT_eyedropper_gpencil_color(struct wmOperatorType *ot); | |||||
| /* interface_util.c */ | /* interface_util.c */ | ||||
| /** | /** | ||||
| * For use with #ui_rna_collection_search_cb. | * For use with #ui_rna_collection_search_cb. | ||||
| */ | */ | ||||
| typedef struct uiRNACollectionSearch { | typedef struct uiRNACollectionSearch { | ||||
| PointerRNA target_ptr; | PointerRNA target_ptr; | ||||
| PropertyRNA *target_prop; | PropertyRNA *target_prop; | ||||
| Show All 15 Lines | |||||